dnsimple / dnsimple-ruby

The DNSimple API client for Ruby.
https://developer.dnsimple.com/
MIT License
187 stars 52 forks source link

dnsimple extended-attributes:list failing #3

Closed drnic closed 13 years ago

drnic commented 13 years ago

In both ruby 1.8.7 and 1.9.2 I get the following:

dnsimple extended-attributes:list drnicwilliams.com
/Users/drnic/.rvm/gems/ruby-1.9.2-p180/gems/httparty-0.7.4/lib/httparty/response.rb:76:in `method_missing': undefined method `map' for # (NoMethodError)
    from /Users/drnic/.rvm/gems/ruby-1.9.2-p180/gems/dnsimple-ruby-0.9.7/lib/dnsimple/extended_attribute.rb:65:in `find'
    from /Users/drnic/.rvm/gems/ruby-1.9.2-p180/gems/dnsimple-ruby-0.9.7/lib/dnsimple/commands/list_extended_attributes.rb:6:in `execute'
    from /Users/drnic/.rvm/gems/ruby-1.9.2-p180/gems/dnsimple-ruby-0.9.7/lib/dnsimple/cli.rb:15:in `execute'
    from /Users/drnic/.rvm/gems/ruby-1.9.2-p180/gems/dnsimple-ruby-0.9.7/bin/dnsimple.rb:143:in `'
    from /Users/drnic/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:54:in `require'
    from /Users/drnic/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:54:in `require'
    from /Users/drnic/.rvm/gems/ruby-1.9.2-p180/gems/dnsimple-ruby-0.9.7/bin/dnsimple:4:in `'
    from /Users/drnic/.rvm/gems/ruby-1.9.2-p180/bin/dnsimple:19:in `load'
    from /Users/drnic/.rvm/gems/ruby-1.9.2-p180/bin/dnsimple:19:in `'
aeden commented 13 years ago

Pull the latest from the repo and try it now. Also, check the spec/README file for possible changes to your local configuration.