Skip to content

Commit 8566514

Browse files
committed
Fix link to feed
fix #98
1 parent 98553e3 commit 8566514

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

minima.gemspec

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@
33
Gem::Specification.new do |spec|
44
spec.name = "minima"
55
spec.version = "2.1.1"
6-
spec.authors = ["Joel Glovier"]
7-
spec.email = ["[email protected]"]
6+
spec.authors = ["Joel Glovier"]
7+
spec.email = ["[email protected]"]
88

99
spec.summary = %q{A beautiful, minimal theme for Jekyll.}
10-
spec.homepage = "https://github.com/jekyll/minima"
11-
spec.license = "MIT"
10+
spec.homepage = "https://github.com/jekyll/minima"
11+
spec.license = "MIT"
1212

1313
spec.metadata["plugin_type"] = "theme"
1414

15-
spec.files = `git ls-files -z`.split("\x0").select do |f|
15+
spec.files = `git ls-files -z`.split("\x0").select do |f|
1616
f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
1717
end
1818

1919
spec.add_runtime_dependency "jekyll", "~> 3.5"
20+
spec.add_runtime_dependency "jekyll-feed", "~> 0.9"
2021
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1"
2122
spec.add_development_dependency "bundler", "~> 1.12"
2223
end

0 commit comments

Comments
 (0)