egonSchiele / contracts.ruby

Contracts for Ruby.
http://egonschiele.github.com/contracts.ruby
BSD 2-Clause "Simplified" License
1.44k stars 82 forks source link

Specify minimum Ruby version in the gemspec #275

Open mvz opened 6 years ago

mvz commented 6 years ago

PR #256 dropped support for Ruby 1.8. However, this is not enforced in the gemspec. This means contracts 0.16.0 will install fine on 1.8, only to fail at runtime. Please consider setting required_ruby_version in the gemspec.