chriswarren / desk

A Ruby wrapper for the Desk.com V2 REST API
MIT License
66 stars 80 forks source link

update hashie version #42

Closed jsorchik closed 9 years ago

PericlesTheo commented 9 years ago

Any updates with this?

chriswarren commented 9 years ago

No - since the pull request was closed I haven't been watching it. If the PR gets reopened or another one is made we'll add it in.

PericlesTheo commented 9 years ago

Thanks Chris, will issue a new one today, hopefully.

PericlesTheo commented 9 years ago

@chriswarren master is currently red with

rspec ./spec/desk/api_spec.rb:51 # Desk::API with module configuration with class configuration should override module configuration
rspec ./spec/desk/api_spec.rb:60 # Desk::API with module configuration with class configuration after initilization should override module configuration after initialization

What would you like me to do?