stripe 1.55.1 → 1.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/History.txt +7 -1
  3. data/VERSION +1 -1
  4. data/lib/stripe/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a4bdfe3a97b5c7b3d7a1c5c5ace530dd4ef4b0c
4
- data.tar.gz: aa5aacbe6bc4dc1dd5982e8c4ef4346a5cf890e6
3
+ metadata.gz: 3b273184e3b48184ef5e176b93ffdb3718a6a14d
4
+ data.tar.gz: 87924962ce71917ba07bba6c569ebbf1094460c8
5
5
  SHA512:
6
- metadata.gz: bf05983e41c5ae0b5a4390c7f3557da1df08ead492fca1d13f08a6e9fc171715c723767587da01023285ffb55052502944c795c9e07a05167e595bffb9009986
7
- data.tar.gz: b5e01f1265f2ebc91b221011ca5f435167704ce7781de700b879593fdf29ed3ad5f0df55f75376de0e9efb49e88dc95a29d6a85829fa6290329ce673b2e7db74
6
+ metadata.gz: c9af5980662e32de67a8b82fe18b31643a5ec77f76c1314587dd8e32045d3bfeac449e790d459f2726cf4dc33eb5a0d530c09cd786a874189e4a27450c5ac804
7
+ data.tar.gz: f7cd412ac99de4bd45b62077a977d99db568408b710ab85af44ff17c8f9eb04b14064579adafd4f68a58a6e3601f693cb5e2690fd4c24128537fb4fe56ce5ab0
@@ -1,6 +1,12 @@
1
- === 1.55.1 2016-10-24
1
+ === 1.56.0 2016-10-24
2
2
 
3
3
  * Add accessors for new fields added in `#update_attributes`
4
+ * Handle multi-plan subscriptions through new subscription items
5
+ * Handle 403 status codes from the API
6
+
7
+ === 1.55.1 2016-10-24
8
+
9
+ Identical to 1.56.0 above. I incorrectly cut a patch-level release.
4
10
 
5
11
  === 1.55.0 2016-09-15
6
12
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.1
1
+ 1.56.0
@@ -1,3 +1,3 @@
1
1
  module Stripe
2
- VERSION = '1.55.1'
2
+ VERSION = '1.56.0'
3
3
  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: 1.55.1
4
+ version: 1.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe