mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 12:21:11 -05:00
Require Ruby 2.1+ for GC::INTERNAL_CONSTANTS
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
rvm:
|
rvm:
|
||||||
- 2.1.4
|
- 2.1.7
|
||||||
script:
|
script:
|
||||||
- rspec spec
|
- rspec spec
|
||||||
notifications:
|
notifications:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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~}
|
||||||
|
|||||||
Reference in New Issue
Block a user