README.md in russianpost-0.4.3 vs README.md in russianpost-0.4.4
- old
+ new
@@ -1,19 +1,21 @@
# Russian Post API Client
[![Build Status](https://travis-ci.org/artemshitov/russianpost.png?branch=master)](https://travis-ci.org/artemshitov/russianpost) [![Code Climate](https://codeclimate.com/github/artemshitov/russianpost.png)](https://codeclimate.com/github/artemshitov/russianpost)
-Ruby wrapper around Russian Post package tracking SOAP API. Works on a per-package basis (contrary to the bulk ticket-based API). Use it at your own risk, since the API may appear unstable and require authorization in future.
+Ruby client for Russian Post package tracking SOAP API. Works on a per-package basis (contrary to the bulk ticket-based API). The client tries to be smart and fills gaps in the information provided by Russian Post using external knowledge.
+Use it at your own risk, since the API may appear unstable and require authorization in future.
+
## Installation
To install gem stand-alone:
gem install russianpost
To use gem in a Rails app, add the following to your `Gemfile`:
- gem "russianpost", "~> 0.4.3"
+ gem "russianpost", "~> 0.4.4"
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`:
gem "curb"
gem "russianpost"