podio / podio-rb

The official Ruby wrapper for the Podio API used and maintained by the Podio team
https://podio.com
MIT License
66 stars 53 forks source link

faraday 0.9.0? #24

Closed cixelsyd closed 9 years ago

cixelsyd commented 9 years ago

Hello. I have written integration with podio, chef and consul-templates. The consul integration is using the diplomat rubygem, which is written with a faraday 0.9.0 dependency.

Do you have plans to upgrade to faraday 0.9.0? Is that on your roadmap?

haugstrup commented 9 years ago

There's a pull request here for Faraday 0.9: https://github.com/podio/podio-rb/pull/23

webhat commented 9 years ago

@cixelsyd until the time that the PR #23 is merged you can use the following in your Gemfile:

gem 'podio', git: 'https://github.com/webhat/podio-rb.git'

Or:

gem 'podio', :github => 'webhat/podio-rb', :branch => 'master'