Navigation Menu

Skip to content

Commit

Permalink
Fix link to feed
Browse files Browse the repository at this point in the history
fix #98
  • Loading branch information
DirtyF committed Jan 16, 2018
1 parent 98553e3 commit 8566514
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions minima.gemspec
Expand Up @@ -3,20 +3,21 @@
Gem::Specification.new do |spec|
spec.name = "minima"
spec.version = "2.1.1"
spec.authors = ["Joel Glovier"]
spec.email = ["jglovier@github.com"]
spec.authors = ["Joel Glovier"]
spec.email = ["jglovier@github.com"]

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

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

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

spec.add_runtime_dependency "jekyll", "~> 3.5"
spec.add_runtime_dependency "jekyll-feed", "~> 0.9"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1"
spec.add_development_dependency "bundler", "~> 1.12"
end

0 comments on commit 8566514

Please sign in to comment.