Bump version

This commit is contained in:
Evan Broder 2012-09-14 20:36:16 -07:00
parent 5ed29ec7be
commit f625968bfd
4 changed files with 12 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
stripe (1.7.2)
stripe (1.7.3)
multi_json (~> 1.1)
rest-client (~> 1.4)

View File

@ -1,3 +1,12 @@
=== 1.7.3 2012-09-14
* Make sure that both keys and values of GET params are
URL-encoded. NOTE: If you were previously URL-encoding values
yourself, you may need to adjust your code.
* URL-encode POST params directly, instead of allowing rest-client to
do it to work around an unfortunate interaction with the hashery gem
(github issue #38)
=== 1.7.2 2012-08-31
* Add support for new pay and update methods for Invoice objects

View File

@ -1 +1 @@
1.7.2
1.7.3

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.7.2'
VERSION = '1.7.3'
end