bullet_train-integrations-stripe 1.2.27 → 1.3.0

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: 1222798493a5d976586127844b71cb0693ee17a1cddfe50829193a22fb5433d5
4
- data.tar.gz: 7965156891f943e5d8b9d711c7c422bd8f24564df7e795451f45d5030ff05c44
3
+ metadata.gz: c7d0f8b3987315c654aa03be2d5ff7c6e13535c7a36d6e7a959b15a379e0be6b
4
+ data.tar.gz: c78697cc6903a2e0345ff3fad4d0654bd16236da3c24d834803af64c96957c72
5
5
  SHA512:
6
- metadata.gz: ab4361fffad528555f12018b1baf27915387a8e63c6665f86947026031fe777049469245a263ba8070db1ee19b5780f42b3e635ba93e885d3bdbedba84283de5
7
- data.tar.gz: df350b6367d3a940fbd03d13acaef88e20b2cb8f52a13b7de0093adfd385a33fe4948f3b6f19730a58ea75c8213ebc89c89c9f5794f62b98342a7755d9778e07
6
+ metadata.gz: 7d9d8c520053e3bcf5987950b8873bd2ca91cb41d79b09b3782fa2597f34654e6747a737a1736aecdd3e50d4574eb2a0154a4763e78d5eec986695844441a543
7
+ data.tar.gz: da36f19ab4a8270b347ba9b473b368594efe7fa43259c87e357dcd74ff9849f7966292f083866c315f70a68879493232eae640d965bb75ec9c29387fcc75e28d
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Integrations
3
3
  module Stripe
4
- VERSION = "1.2.27"
4
+ VERSION = "1.3.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-integrations-stripe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.27
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-27 00:00:00.000000000 Z
11
+ date: 2023-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -137,12 +137,12 @@ files:
137
137
  - lib/bullet_train/integrations/stripe/engine.rb
138
138
  - lib/bullet_train/integrations/stripe/version.rb
139
139
  - lib/tasks/bullet_train/integrations/stripe_tasks.rake
140
- homepage: https://github.com/bullet-train-co/bullet_train-integrations-stripe
140
+ homepage: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-integrations-stripe
141
141
  licenses:
142
142
  - MIT
143
143
  metadata:
144
- homepage_uri: https://github.com/bullet-train-co/bullet_train-integrations-stripe
145
- source_code_uri: https://github.com/bullet-train-co/bullet_train-integrations-stripe
144
+ homepage_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-integrations-stripe
145
+ source_code_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-integrations-stripe
146
146
  post_install_message:
147
147
  rdoc_options: []
148
148
  require_paths:
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  requirements: []
161
- rubygems_version: 3.4.10
161
+ rubygems_version: 3.3.7
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: Example Stripe platform integration for Bullet Train applications.