Masabi / clubhouse2-ruby

A Ruby gem for interacting with the Clubhouse V2 API, with support for complex queries and caching.
https://rubygems.org/gems/clubhouse2
12 stars 8 forks source link

Http Gem Version #1

Closed tiffanywilson closed 5 years ago

tiffanywilson commented 6 years ago

Your http gem is currently required to be at v1.0.0. This is causing version conflicts when trying to run it inside our framework. The current version is 3.0.0. Will you consider upgrading?

scarybot commented 6 years ago

Hi,

Sure thing. I'll sort this out tomorrow.

James

On 20 February 2018 at 19:43, tiffanywilson notifications@github.com wrote:

Your http gem is currently required to be at v1.0.0. This is causing version conflicts when trying to run it inside our framework. The current version is 3.0.0. Will you consider upgrading?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Masabi/clubhouse2-ruby/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABWpxTzOYhdleCN3XqjEzbgqDGdOWVSWks5tWyATgaJpZM4SMi19 .

scarybot commented 6 years ago

Hi again,

Version 1.0.8 (now on RubyGems) has the change you requested.

Please let me know how you get on with it. Any pull requests gratefully received.

James

On 20 February 2018 at 23:19, James Denness james@denness.org wrote:

Hi,

Sure thing. I'll sort this out tomorrow.

James

On 20 February 2018 at 19:43, tiffanywilson notifications@github.com wrote:

Your http gem is currently required to be at v1.0.0. This is causing version conflicts when trying to run it inside our framework. The current version is 3.0.0. Will you consider upgrading?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Masabi/clubhouse2-ruby/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABWpxTzOYhdleCN3XqjEzbgqDGdOWVSWks5tWyATgaJpZM4SMi19 .

tiffanywilson commented 6 years ago

Thanks @scarybot! Just verified it now works with the latest version of http.