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.
- checksums.yaml +4 -4
- data/History.txt +7 -1
- data/VERSION +1 -1
- data/lib/stripe/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b273184e3b48184ef5e176b93ffdb3718a6a14d
|
|
4
|
+
data.tar.gz: 87924962ce71917ba07bba6c569ebbf1094460c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9af5980662e32de67a8b82fe18b31643a5ec77f76c1314587dd8e32045d3bfeac449e790d459f2726cf4dc33eb5a0d530c09cd786a874189e4a27450c5ac804
|
|
7
|
+
data.tar.gz: f7cd412ac99de4bd45b62077a977d99db568408b710ab85af44ff17c8f9eb04b14064579adafd4f68a58a6e3601f693cb5e2690fd4c24128537fb4fe56ce5ab0
|
data/History.txt
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
=== 1.
|
|
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.
|
|
1
|
+
1.56.0
|
data/lib/stripe/version.rb
CHANGED