bump dep to 3.0.8, remove Bot#block workaround

This commit is contained in:
Joel McCoy
2015-02-11 16:05:31 -05:00
parent f890f0c8e2
commit 4151957c21
3 changed files with 5 additions and 9 deletions

View File

@@ -332,10 +332,6 @@ class Ebooks::Boodoo::BoodooBot < Ebooks::Bot
end
end
def block(*args)
twitter.block(*args)
end
def make_model!
log "Updating model: #{@model_path}"
Ebooks::Model.consume(@archive_path).save(@model_path)