mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 12:21:11 -05:00
2.1.2 - twitter gem version conflicts
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user