stripe 4.21.0 → 4.21.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: 71a6b96879649c2de27d42c29eac925733f9c89e6a3c98fe635f31644fc775d9
4
- data.tar.gz: 4a1af752a7cf8b81003a1d81720855199b6115acc59b0b102d25ad6087103132
3
+ metadata.gz: b3d5fb94d35bef2ad0de0ef67062dc7ac37eb4484b49d1db65a2e618d59c7f98
4
+ data.tar.gz: e13ba52e3c48ef28ba30ad39bda15620f53a71aad0e547ec9e3f9658349e852c
5
5
  SHA512:
6
- metadata.gz: 42bf6cd4ad0701ce1cc0a62b62dd4a24fe1c16e11ef5f0375be3cd8133c3501e88c124483bf59309d9254ce224646e061a21731f437931984fb986e2e7f203f8
7
- data.tar.gz: 33696fe519ec6cb477ea4e81e17c14a202c2ed50c1db9000ba1d5d4d312fd8a2ef9e63befd9d322bb6bdbc7cf2cbe244add40b7bec00fb247684c1cc73bda3dd
6
+ metadata.gz: 4df2e3f8ad55db738229fc7d6c1207c395af3f9506227c52b06bddf082039afd88f8c6b19991af80547e6fc4a39be1cce05b179f9e10f6f7748bb11bd10237b7
7
+ data.tar.gz: c5a5bb5bd7ead7119d95c8b158506b5c32e7617a6f8a8935271e8ff44cfb7ff4c6c7732c937cdb97f055032a579445cf9735f52f55575f808ebd432267b7cd53
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.21.1 - 2019-07-04
4
+ * [#807](https://github.com/stripe/stripe-ruby/pull/807) Add gem metadata
5
+
3
6
  ## 4.21.0 - 2019-06-28
4
7
  * [#803](https://github.com/stripe/stripe-ruby/pull/803) Add support for the `SetupIntent` resource and APIs
5
8
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.21.0
1
+ 4.21.1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stripe
4
- VERSION = "4.21.0".freeze
4
+ VERSION = "4.21.1".freeze
5
5
  end
@@ -16,6 +16,16 @@ Gem::Specification.new do |s|
16
16
  s.homepage = "https://stripe.com/docs/api/ruby"
17
17
  s.license = "MIT"
18
18
 
19
+ s.metadata = {
20
+ "bug_tracker_uri" => "https://github.com/stripe/stripe-ruby/issues",
21
+ "changelog_uri" =>
22
+ "https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md",
23
+ "documentation_uri" => "https://stripe.com/docs/api/ruby",
24
+ "github_repo" => "ssh://github.com/stripe/stripe-ruby",
25
+ "homepage_uri" => "https://stripe.com/docs/api/ruby",
26
+ "source_code_uri" => "https://github.com/stripe/stripe-ruby",
27
+ }
28
+
19
29
  s.add_dependency("faraday", "~> 0.13")
20
30
  s.add_dependency("net-http-persistent", "~> 3.0")
21
31
 
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.21.0
4
+ version: 4.21.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-28 00:00:00.000000000 Z
11
+ date: 2019-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -252,7 +252,13 @@ files:
252
252
  homepage: https://stripe.com/docs/api/ruby
253
253
  licenses:
254
254
  - MIT
255
- metadata: {}
255
+ metadata:
256
+ bug_tracker_uri: https://github.com/stripe/stripe-ruby/issues
257
+ changelog_uri: https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md
258
+ documentation_uri: https://stripe.com/docs/api/ruby
259
+ github_repo: ssh://github.com/stripe/stripe-ruby
260
+ homepage_uri: https://stripe.com/docs/api/ruby
261
+ source_code_uri: https://github.com/stripe/stripe-ruby
256
262
  post_install_message:
257
263
  rdoc_options: []
258
264
  require_paths: