chargebee / chargebee-ruby

Ruby library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=ruby
MIT License
32 stars 60 forks source link

Typo and wrong version in dev dependencies #8

Closed kubenstein closed 8 years ago

kubenstein commented 8 years ago

hi, while debugging other stuff i noticed that you have typo in dependencies. also i had to upgrade rspec version to get specs working it should be:

s.add_development_dependency('rspec', '~> 3.0.0')
instead:
s.add_development_dependency('rpsec', '~> 2.9.0')
                          typo ^          ^ version
vaibhav1510 commented 8 years ago

Thank you Jakub for notifying this. We have fixed this in latest release.