Require Ruby 2.1+ for GC::INTERNAL_CONSTANTS

This commit is contained in:
Jaiden Mispy 2016-01-13 02:53:56 -08:00
parent 9976b6ddb7
commit 52f2dbd8ff
3 changed files with 38 additions and 36 deletions

View file

@ -1,5 +1,5 @@
rvm: rvm:
- 2.1.4 - 2.1.7
script: script:
- rspec spec - rspec spec
notifications: notifications:

View file

@ -21,7 +21,7 @@ Note that 3.0 is not backwards compatible with 2.x, so upgrade carefully! In par
## Installation ## Installation
Requires Ruby 2.0+ Requires Ruby 2.1+. Ruby 2.3+ is recommended.
```bash ```bash
gem install twitter_ebooks gem install twitter_ebooks

View file

@ -2,6 +2,8 @@
require File.expand_path('../lib/twitter_ebooks/version', __FILE__) require File.expand_path('../lib/twitter_ebooks/version', __FILE__)
Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.required_ruby_version = '~> 2.1'
gem.authors = ["Jaiden Mispy"] gem.authors = ["Jaiden Mispy"]
gem.email = ["^_^@mispy.me"] gem.email = ["^_^@mispy.me"]
gem.description = %q{Markov chains for all your friends~} gem.description = %q{Markov chains for all your friends~}