Skip to content

Commit

Permalink
[.gemspec] specify minimal ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Kříž committed Dec 14, 2015
1 parent 339ecd5 commit 7d29d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Epuber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
spec.summary = 'Epuber is simple tool to compile and pack source files into EPUB format.'
spec.homepage = 'https://github.com/epuber-io/epuber'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.0'

spec.files = Dir['bin/**/*'] + Dir['lib/**/*'] + %w(epuber.gemspec Gemfile LICENSE.txt README.md)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 7d29d68

Please sign in to comment.