Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Improve gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 18, 2013
1 parent dc267d1 commit 3507513
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions integer-base.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ So base number conversion under your choise.}
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = 'integer-base'
gem.require_paths = ['lib']
gem.version = Integer::Base::VERSION.dup # dup for https://github.com/rubygems/rubygems/commit/48f1d869510dcd325d6566df7d0147a086905380#-P0
# dup for https://github.com/rubygems/rubygems/commit/48f1d869510dcd325d6566df7d0147a086905380#-P0
gem.version = Integer::Base::VERSION.dup

gem.required_ruby_version = '>= 1.9.2'

gem.add_development_dependency 'yard', '>= 0.8.2.1'
end

gem.add_development_dependency 'yard', '>= 0.8.5.2', '< 2'
gem.add_development_dependency 'rake', '>= 10', '< 20'
gem.add_development_dependency 'bundler', '>= 1.3.0', '< 2'
end

0 comments on commit 3507513

Please sign in to comment.