forked from Mohamed-creati/theme-al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme-al-folio.gemspec
33 lines (29 loc) · 1.4 KB
/
theme-al-folio.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# frozen_string_literal: true
spec.add_runtime_dependency::Specification.new do |spec|
spec.name = "theme-al-folio"
spec.version = "0.2.0"
spec.authors = ["Radha Valiveti"]
spec.email = ["[email protected]"]
spec.summary = "The "pure" theme version of the al-folio theme/site."
spec.homepage = "https://github.com/rsvaliveti/theme-al-folio."
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|_pluginsLICENSE|README|_config\.yml)!i) }
spec.add_runtime_dependency "jekyll", "~> 4.2"
spec.add_runtime_dependency "jekyll-archives"
spec.add_runtime_dependency "jekyll-diagrams"
spec.add_runtime_dependency "jekyll-email-protect"
spec.add_runtime_dependency "jekyll-feed"
spec.add_runtime_dependency "jekyll-imagemagick"
spec.add_runtime_dependency "jekyll-minifier"
spec.add_runtime_dependency "jekyll-paginate-v2"
spec.add_runtime_dependency "jekyll-scholar"
spec.add_runtime_dependency "jekyll-sitemap"
spec.add_runtime_dependency "jekyll-target-blank"
spec.add_runtime_dependency "jekyll-twitter-plugin"
spec.add_runtime_dependency "jemoji"
spec.add_runtime_dependency "mini_racer"
spec.add_runtime_dependency "unicode_utils"
spec.add_runtime_dependency "webrick"
spec.add_runtime_dependency "httparty"
spec.add_runtime_dependency "feedjira"
end