Require ruby 2.0+
This commit is contained in:
parent
b290e013c0
commit
a003946194
3 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 2.0.0
|
||||||
- 2.1.4
|
|
||||||
script:
|
script:
|
||||||
- rspec spec
|
- rspec spec
|
||||||
notifications:
|
notifications:
|
||||||
|
|
|
@ -9,7 +9,7 @@ Rewrite of my twitter\_ebooks code. While the original was solely a tweeting Mar
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Requires Ruby 1.9.3+ (2.1+ recommended)
|
Requires Ruby 2.0+
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gem install twitter_ebooks
|
gem install twitter_ebooks
|
||||||
|
|
|
@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
|
||||||
gem.add_development_dependency 'rspec'
|
gem.add_development_dependency 'rspec'
|
||||||
gem.add_development_dependency 'rspec-mocks'
|
gem.add_development_dependency 'rspec-mocks'
|
||||||
gem.add_development_dependency 'memory_profiler'
|
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 'twitter', '~> 5.0'
|
||||||
gem.add_runtime_dependency 'simple_oauth'
|
gem.add_runtime_dependency 'simple_oauth'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue