stripe 4.20.0 → 4.20.1
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/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/lib/stripe/stripe_client.rb +1 -1
- data/lib/stripe/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2002b2a203c6c8b65987b94eb5c2c883e9b06bb37ea982d778011d18a60bf86e
|
|
4
|
+
data.tar.gz: 784aa17ef657de3a630b34c7edf04155b1cb0cc5f4f48a356720ca02473701a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f188c2b86be99683db3fb16a88d776df987e4aa78ea76782bae0f4a9f7e99b11bc87124a5c49ada67a29dc9adfb427bb19ffe4ea4abbe360ede1839941955cf6
|
|
7
|
+
data.tar.gz: 90f8976f09ab1817cb2a6faceb4cf20dd1b4869a8be793f5a5288428c16595705d3ae9be27b62b317f534ee24e73d324af25dbb73520457a77331444fe356c1d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.20.1 - 2019-06-28
|
|
4
|
+
* [#805](https://github.com/stripe/stripe-ruby/pull/805) Fix formatting in `ConnectionFailed` error message
|
|
5
|
+
|
|
3
6
|
## 4.20.0 - 2019-06-24
|
|
4
7
|
* [#800](https://github.com/stripe/stripe-ruby/pull/800) Enable request latency telemetry by default
|
|
5
8
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.20.
|
|
1
|
+
4.20.1
|
data/lib/stripe/stripe_client.rb
CHANGED
|
@@ -447,7 +447,7 @@ module Stripe
|
|
|
447
447
|
case error
|
|
448
448
|
when Faraday::ConnectionFailed
|
|
449
449
|
message = "Unexpected error communicating when trying to connect to " \
|
|
450
|
-
"Stripe. You may be seeing this message because your DNS is not" \
|
|
450
|
+
"Stripe. You may be seeing this message because your DNS is not " \
|
|
451
451
|
"working. To check, try running `host stripe.com` from the " \
|
|
452
452
|
"command line."
|
|
453
453
|
|
data/lib/stripe/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stripe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.20.
|
|
4
|
+
version: 4.20.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stripe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06-
|
|
11
|
+
date: 2019-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|