Twitter gem 5.0.0 で Twitter.configure メソッドが削除され tw が動かなくなった
Closed this issue · 5 comments
harupong commented
$ tw
open http://api.twitter.com/oauth/authorize?oauth_token=j4g4Mc9NVuxGmFERvQogHwTQKE5ydeVfpGJeRhacAas
Couldn't get a file descriptor referring to the console
input PIN Number: 9994856
/home/ubuntu/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/tw-0.5.2/lib/tw/client/auth.rb:13:in `auth': undefined method `configure' for Twitter:Module (NoMethodError)
from /home/ubuntu/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/tw-0.5.2/lib/tw/client/auth.rb:42:in `regist_user'
from /home/ubuntu/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/tw-0.5.2/lib/tw/client/auth.rb:29:in `get_or_regist_user'
from /home/ubuntu/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/tw-0.5.2/lib/tw/client/auth.rb:12:in `auth'
from /home/ubuntu/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/tw-0.5.2/lib/tw/client/auth.rb:5:in `auth'
from /home/ubuntu/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/tw-0.5.2/lib/tw/app/main.rb:174:in `auth'
from /home/ubuntu/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/tw-0.5.2/lib/tw/app/main.rb:120:in `run'
from /home/ubuntu/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/tw-0.5.2/bin/tw:9:in `<top (required)>'
from /home/ubuntu/.rbenv/versions/2.0.0-p247/bin/tw:23:in `load'
from /home/ubuntu/.rbenv/versions/2.0.0-p247/bin/tw:23:in `<main>'
4.8.1 だと正常に動作しました。
shokai commented
issueありがとうございます。調査します
shokai commented
v1.0.0でrubygemsにpushしました
shokai commented
Twで認証だけしてTwitter gemを使う、のsampleコードが動かないのでreopen
harupong commented
v1.0.0リリースありがとうございます。正常系の動作は確認できました。
shokai commented
はい!