mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-06 00:00:29 -05:00
Bump version
This commit is contained in:
parent
79516e8552
commit
7571ab5a38
@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
stripe (1.7.3)
|
stripe (1.7.4)
|
||||||
multi_json (~> 1.1)
|
multi_json (~> 1.1)
|
||||||
rest-client (~> 1.4)
|
rest-client (~> 1.4)
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,8 @@
|
|||||||
|
=== 1.7.4 2012-10-08
|
||||||
|
|
||||||
|
* Fix bug introduced in 1.7.3 calling API methods that take no
|
||||||
|
arguments, like Stripe::Invoice#pay (github issue #42)
|
||||||
|
|
||||||
=== 1.7.3 2012-09-14
|
=== 1.7.3 2012-09-14
|
||||||
|
|
||||||
* Make sure that both keys and values of GET params are
|
* Make sure that both keys and values of GET params are
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
module Stripe
|
module Stripe
|
||||||
VERSION = '1.7.3'
|
VERSION = '1.7.4'
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user