Skip to content

Commit

Permalink
Add a required ruby version statement to the gemspec.
Browse files Browse the repository at this point in the history
Set it to ">= 1.9.3" as this is the least supported version of ruby and rubyzip
requires 1.9.2 anyway.
  • Loading branch information
hainesr committed Aug 19, 2014
1 parent 96b4569 commit 7fe80b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zip-container.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Gem::Specification.new do |s|
s.has_rdoc = true
s.extra_rdoc_files = [ "Changes.rdoc", "Licence.rdoc", "ReadMe.rdoc" ]
s.rdoc_options = [ "-N", "--tab-width=2", "--main=ReadMe.rdoc" ]
s.required_ruby_version = ">= 1.9.3"
s.add_development_dependency("rake", "~> 10.0.4")
s.add_development_dependency("bundler", "~> 1.5")
s.add_development_dependency("rdoc", "~> 4.0.1")
Expand Down

0 comments on commit 7fe80b9

Please sign in to comment.