mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 04:11:08 -05:00
Require ruby 2.0+
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user