You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.
➜ ~ irb
irb(main):001:0> require 'swish'
=> true
irb(main):002:0> Dribbble::Player.find 'garrett'
NameError: `@content-type' is not allowed as an instance variable name
from /Users/dewski/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/swish-0.8.1/lib/dribbble/base.rb:11:in `instance_variable_set'
from /Users/dewski/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/swish-0.8.1/lib/dribbble/base.rb:11:in `block in initialize'
from /Users/dewski/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/net/http.rb:1519:in `block in each_header'
from /Users/dewski/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/net/http.rb:1518:in `each'
from /Users/dewski/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/net/http.rb:1518:in `each_header'
from /Users/dewski/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/httparty-0.8.3/lib/httparty/response.rb:54:in `method_missing'
from /Users/dewski/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/swish-0.8.1/lib/dribbble/base.rb:10:in `initialize'
from /Users/dewski/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/swish-0.8.1/lib/dribbble/player.rb:4:in `new'
from /Users/dewski/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/swish-0.8.1/lib/dribbble/player.rb:4:in `find'
from (irb):2
from /Users/dewski/.rbenv/versions/1.9.3-p0/bin/irb:12:in `<main>'
irb(main):003:0> exit
The text was updated successfully, but these errors were encountered:
Using Ruby 1.9.3p0:
The text was updated successfully, but these errors were encountered: