lyang / braintree-rails

MIT License
65 stars 22 forks source link

Issue with 1.9.3 #1

Closed MirkoCindric closed 11 years ago

MirkoCindric commented 11 years ago

Hi.

Went to update this gem and because you defined 1.9.3 as a hard requirement l get

Gem::InstallError: braintree-rails requires Ruby version = 1.9.3. An error occurred while installing braintree-rails (0.4.2), and Bundler cannot continue. Make sure that gem install braintree-rails -v '0.4.2' succeeds before bundling.

I am running ruby-1.9.3-p194-perf under RVM

lyang commented 11 years ago

Thank you very much for the feedback. I've fixed the ruby version issue and pushed out the new gem. Thanks

MirkoCindric commented 11 years ago

Thanks its a great gem am interested in extending it for subscriptions unless you have started on that

lyang commented 11 years ago

I do want to add plan/subscription support to this gem in the following weeks. I've been thinking about it for a while, but lacked time to actually write any code. I would be very happy to hear feedbacks. Thank you very much!