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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 410f62f787eb7bf6284fdc2b3b2e722b5d804b58ac24594d4001f89a5e8f915c
4
- data.tar.gz: ae1f9e13178bb81ada414ef131e57fc6a34e3592d6163d70175d5b7c655f8d6e
3
+ metadata.gz: 2002b2a203c6c8b65987b94eb5c2c883e9b06bb37ea982d778011d18a60bf86e
4
+ data.tar.gz: 784aa17ef657de3a630b34c7edf04155b1cb0cc5f4f48a356720ca02473701a9
5
5
  SHA512:
6
- metadata.gz: fd074e764a3dc6ca94873982b25c3427319ad1d58842d846dc8888383e2bad2eb22b31f6bbce370ecb6c20d643091cd79b355aff83e0c25affb46c00dbf2e8a3
7
- data.tar.gz: c16a7d1aeb72497f1abc2a89b70509fc94b2d8581b3a7cad3ce317ff6021c4b80514342a395f711a527cc45ccc2ed65f309de45e69dad32ce1feae4c2dad11d7
6
+ metadata.gz: f188c2b86be99683db3fb16a88d776df987e4aa78ea76782bae0f4a9f7e99b11bc87124a5c49ada67a29dc9adfb427bb19ffe4ea4abbe360ede1839941955cf6
7
+ data.tar.gz: 90f8976f09ab1817cb2a6faceb4cf20dd1b4869a8be793f5a5288428c16595705d3ae9be27b62b317f534ee24e73d324af25dbb73520457a77331444fe356c1d
@@ -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.0
1
+ 4.20.1
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stripe
4
- VERSION = "4.20.0".freeze
4
+ VERSION = "4.20.1".freeze
5
5
  end
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.0
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-25 00:00:00.000000000 Z
11
+ date: 2019-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday