stripe 5.4.0 → 5.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3a4f568f2aa887474af9b072e52b0b97de8ec04f72ee52595682192f3c75998
4
- data.tar.gz: 7791a3d16f6b79d8e100821d241981532326527bbd805be585f20f2bb70338d8
3
+ metadata.gz: 9e5f20e4c43413ce6119c1b2ba7c064d2cdbec25abfe76a3cf90e52a5b9c0ec4
4
+ data.tar.gz: 6deab0e7d3057f7c38fa5c629fda1d079a4c99c3d6ef09cc495a589a63649815
5
5
  SHA512:
6
- metadata.gz: 31a50d23fc166cf97222b0e51b307d5356693d92596d56ab1bdefb885f8c9de941567d2c38102dca0ce1ae8f92a38a6ccb36f52b98293ed16b1c944c5d298a45
7
- data.tar.gz: bf4c8207a3f9c6a4ec955309fd54f235002edb9e82a7a313d3c5dff0f7ff83f0b57bfb683c77ac693a3132977dd6c7ddf48f58176c985c1a34b6b9bfc072f806
6
+ metadata.gz: cc079329105fdc6498addef346923e48e52ac9f77d02d605eacd8b50fe302918db0405b4634f941bc8423e29c72227d84531684c82b436c4c71a8a9244c7fd53
7
+ data.tar.gz: b8548a9fd9d0b004af8d18994ea550072dc5df17b66a9635c394a9cb405f3145e4e25ab06030945e8ab79758891ce9636bdf3449082a371188ea022c504eee5f
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.4.1 - 2019-10-01
4
+ * [#858](https://github.com/stripe/stripe-ruby/pull/858) Drop Timecop dependency
5
+
3
6
  ## 5.4.0 - 2019-10-01
4
7
  * [#857](https://github.com/stripe/stripe-ruby/pull/857) Move to monotonic time for duration calculations
5
8
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 5.4.0
1
+ 5.4.1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stripe
4
- VERSION = "5.4.0"
4
+ VERSION = "5.4.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stripe
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.4.0
4
+ version: 5.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe
@@ -246,7 +246,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
246
246
  - !ruby/object:Gem::Version
247
247
  version: '0'
248
248
  requirements: []
249
- rubygems_version: 3.0.3
249
+ rubygems_version: 3.0.6
250
250
  signing_key:
251
251
  specification_version: 4
252
252
  summary: Ruby bindings for the Stripe API