bitpay / ruby-client

Powerful, flexible, lightweight SDK for the BitPay Bitcoin Payment Gateway API.
MIT License
79 stars 64 forks source link

Gem is not on rubygems #2

Closed gaguirre closed 10 years ago

gaguirre commented 11 years ago

Hi, I wanna use your gem but it isn't on rubygems. Please, could you publish it? Thanks in advance!

commonsguy commented 11 years ago

Agreed -- please either publish the gem or update the installation instructions in the README. Thanks!

aeden commented 10 years ago

Workaround: If you're using bundler (and I'd be surprised if you're not) then you get add github: "bitpay/ruby-client" as one of the options in the line where the bitpay-client gem is specified in your Gemfile.

kyledrake commented 10 years ago

I've pushed to Gemcutter: https://rubygems.org/gems/bitpay-client

Apologies for the delay, I wanted to do some more testing before publishing. Let me know if you run into any issues with it. Pull requests and issue reports welcome. Thanks!

gaguirre commented 10 years ago

Thanks @kyledrake! @aeden i was using github as source until now ;) thanks anyway