mirror of
https://github.com/thewesker/ebooks_example.git
synced 2025-12-20 12:21:16 -05:00
bump dep to 3.0.8, remove Bot#block workaround
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -1,6 +1,6 @@
|
|||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
ruby '2.1.3'
|
ruby '2.1.3'
|
||||||
|
|
||||||
gem 'twitter_ebooks', '3.0.7'
|
gem 'twitter_ebooks', '3.0.8'
|
||||||
gem 'dotenv'
|
gem 'dotenv'
|
||||||
gem 'cloudinary'
|
gem 'cloudinary'
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
addressable (2.3.6)
|
addressable (2.3.7)
|
||||||
awesome_print (1.6.1)
|
awesome_print (1.6.1)
|
||||||
aws_cf_signer (0.1.3)
|
aws_cf_signer (0.1.3)
|
||||||
bloomfilter-rb (2.1.1)
|
bloomfilter-rb (2.1.1)
|
||||||
@@ -40,7 +40,7 @@ GEM
|
|||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
redis (3.2.0)
|
redis (3.2.1)
|
||||||
rest-client (1.7.2)
|
rest-client (1.7.2)
|
||||||
mime-types (>= 1.16, < 3.0)
|
mime-types (>= 1.16, < 3.0)
|
||||||
netrc (~> 0.7)
|
netrc (~> 0.7)
|
||||||
@@ -60,7 +60,7 @@ GEM
|
|||||||
memoizable (~> 0.4.0)
|
memoizable (~> 0.4.0)
|
||||||
naught (~> 1.0)
|
naught (~> 1.0)
|
||||||
simple_oauth (~> 0.3.0)
|
simple_oauth (~> 0.3.0)
|
||||||
twitter_ebooks (3.0.7)
|
twitter_ebooks (3.0.8)
|
||||||
engtagger
|
engtagger
|
||||||
fast-stemmer
|
fast-stemmer
|
||||||
gingerice
|
gingerice
|
||||||
@@ -80,4 +80,4 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
cloudinary
|
cloudinary
|
||||||
dotenv
|
dotenv
|
||||||
twitter_ebooks (= 3.0.7)
|
twitter_ebooks (= 3.0.8)
|
||||||
|
|||||||
@@ -332,10 +332,6 @@ class Ebooks::Boodoo::BoodooBot < Ebooks::Bot
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def block(*args)
|
|
||||||
twitter.block(*args)
|
|
||||||
end
|
|
||||||
|
|
||||||
def make_model!
|
def make_model!
|
||||||
log "Updating model: #{@model_path}"
|
log "Updating model: #{@model_path}"
|
||||||
Ebooks::Model.consume(@archive_path).save(@model_path)
|
Ebooks::Model.consume(@archive_path).save(@model_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user