mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-08-29 00:02:34 -04:00
Bump version
This commit is contained in:
parent
5ed29ec7be
commit
f625968bfd
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
stripe (1.7.2)
|
||||
stripe (1.7.3)
|
||||
multi_json (~> 1.1)
|
||||
rest-client (~> 1.4)
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
module Stripe
|
||||
VERSION = '1.7.2'
|
||||
VERSION = '1.7.3'
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user