Require ruby 2.0+

This commit is contained in:
Jaiden Mispy 2014-11-15 04:35:03 +11:00
parent b290e013c0
commit a003946194
3 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,5 @@
rvm:
- 1.9.3
- 2.1.4
- 2.0.0
script:
- rspec spec
notifications:

View file

@ -9,7 +9,7 @@ Rewrite of my twitter\_ebooks code. While the original was solely a tweeting Mar
## Installation
Requires Ruby 1.9.3+ (2.1+ recommended)
Requires Ruby 2.0+
```bash
gem install twitter_ebooks

View file

@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'rspec-mocks'
gem.add_development_dependency 'memory_profiler'
#gem.add_development_dependency 'pry-byebug'
gem.add_development_dependency 'pry-byebug'
gem.add_runtime_dependency 'twitter', '~> 5.0'
gem.add_runtime_dependency 'simple_oauth'