2.1.2 - twitter gem version conflicts
This commit is contained in:
parent
8f5bb52977
commit
c3053e5091
4 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
twitter_ebooks (2.1.0)
|
||||
twitter_ebooks (2.1.1)
|
||||
engtagger
|
||||
fast-stemmer
|
||||
gingerice
|
||||
|
@ -10,7 +10,7 @@ PATH
|
|||
minitest
|
||||
rufus-scheduler
|
||||
tweetstream
|
||||
twitter
|
||||
twitter (~> 4.5)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# twitter\_ebooks 2.1.1
|
||||
# twitter\_ebooks 2.1.2
|
||||
|
||||
Complete rewrite of twitter\_ebooks. Allows context-sensitive responsive bots via the Twitter streaming API, along with higher-quality ngram modeling. Still needs a bit of cleaning and documenting.
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Ebooks
|
||||
VERSION = "2.1.1"
|
||||
VERSION = "2.1.2"
|
||||
end
|
||||
|
|
|
@ -17,8 +17,8 @@ Gem::Specification.new do |gem|
|
|||
|
||||
gem.add_runtime_dependency 'minitest'
|
||||
|
||||
gem.add_runtime_dependency 'twitter'
|
||||
gem.add_runtime_dependency 'tweetstream'
|
||||
gem.add_runtime_dependency 'twitter', '~> 4.5'
|
||||
gem.add_runtime_dependency 'tweetstream', '= 2.5'
|
||||
gem.add_runtime_dependency 'rufus-scheduler'
|
||||
gem.add_runtime_dependency 'gingerice'
|
||||
gem.add_runtime_dependency 'htmlentities'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue