Skip to content

Commit

Permalink
Merge pull request jekyll#151 from ashmaroli/trim-gemspec
Browse files Browse the repository at this point in the history
Remove redundant entries in gemspec
  • Loading branch information
DirtyF authored Dec 28, 2017
2 parents 68b85c1 + a855ed0 commit 481e757
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions minima.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ Gem::Specification.new do |spec|
f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
end

spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

spec.add_runtime_dependency "jekyll", "~> 3.5"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1"

spec.add_development_dependency "bundler", "~> 1.12"
end

0 comments on commit 481e757

Please sign in to comment.