README.md in russianpost-0.5.1 vs README.md in russianpost-0.6.0

- old
+ new

@@ -12,12 +12,12 @@ gem install russianpost To use gem in a Rails app, add the following to your `Gemfile`: - gem "russianpost", "~> 0.5.1" + gem "russianpost", "~> 0.6.0" -This gem uses [Savon](http://savonrb.com/), which in turn uses [HTTPI](https://github.com/savonrb/httpi) internally. HTTPI chooses the best HTTP library of those you have installed. For the fastest results, make sure you add [Curb](https://github.com/taf2/curb) to your `Gemfile`: +This gem uses [Savon](http://savonrb.com/), which in turn uses [HTTPI](https://github.com/savonrb/httpi) internally. HTTPI chooses the best HTTP library of those you have installed. For the fastest results add [Curb](https://github.com/taf2/curb) to your `Gemfile`: gem "curb" gem "russianpost" If you use RussianPost outside Rails, `require "curb"` before requiring RussianPost.