Chicago / windy

43 stars 8 forks source link

undefined method for app_token #2

Closed ryanatwork closed 12 years ago

ryanatwork commented 12 years ago

Hi,

I'm trying to specify my app_token as shown in the readme. Windy.app_token = "abc123"

I'm getting the following error:

ruby-1.9.2-p290 > irb pry(main)> require 'windy' => true pry(main)> Windy => Windy pry(main)> Windy.app_token = "abc123" NoMethodError: undefined method app_token=' for Windy:Module from (pry):3:in

'

srobbin commented 12 years ago

Hi Ryan,

I think I see what's going on here. The code on Github has the app_token attribute (v0.1.1), but the RubyGems gem is still an older version (v0.1.0), and doesn't have that attribute. I'm working on updating the Gem, but in the meantime, if you're interested in using Windy, I suggest installing from the Github code. That said, I'll let you know when everything is sorted out.

Cheers, Scott

ryanatwork commented 12 years ago

Thanks, I'll do that for now.

ryanatwork commented 12 years ago

Also, if you want help updating the gem let me know what needs to be done I'd be interested on working on it.

srobbin commented 12 years ago

Hi Ryan,

The gem is now updated. Thanks so much for letting us know about this.

Cheers, Scott

On Sep 30, 2011, at 10:02 PM, Ryan Resellareply@reply.github.com wrote:

Also, if you want help updating the gem let me know what needs to be done I'd be interested on working on it.

Reply to this email directly or view it on GitHub: https://github.com/Chicago/windy/issues/2#issuecomment-2255563

ryanatwork commented 12 years ago

Awesome, thanks!