bullet_train-integrations-stripe 1.2.27 → 1.3.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: 1222798493a5d976586127844b71cb0693ee17a1cddfe50829193a22fb5433d5
4
- data.tar.gz: 7965156891f943e5d8b9d711c7c422bd8f24564df7e795451f45d5030ff05c44
3
+ metadata.gz: d0795e3c791150b368285312945fefd56e2123b5eb3bc6d6a987350a6acc49cd
4
+ data.tar.gz: bf9ccb2275ddafac442c5caa1bb1dd713f0bfb258fbdaf4afea6164693f9c9dc
5
5
  SHA512:
6
- metadata.gz: ab4361fffad528555f12018b1baf27915387a8e63c6665f86947026031fe777049469245a263ba8070db1ee19b5780f42b3e635ba93e885d3bdbedba84283de5
7
- data.tar.gz: df350b6367d3a940fbd03d13acaef88e20b2cb8f52a13b7de0093adfd385a33fe4948f3b6f19730a58ea75c8213ebc89c89c9f5794f62b98342a7755d9778e07
6
+ metadata.gz: f0e07ad776cb330b2878374cf85c95601dc2b37f230919b93e4a86bb67286ae4152286d86271721b6fbbb97d47c5a41f72a4bc37115c464f025b70e492c17034
7
+ data.tar.gz: 1f4bebd9ad7c0fa29c144efb92da2946bf113e4ee227f9e9837200ee9e2e3483124bd22fc5d474cd37509ffcdde460eddcb7ed74412306f88c16f2a153773094
@@ -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.1"
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-27 00:00:00.000000000 Z
11
+ date: 2023-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -137,13 +137,13 @@ 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
146
- post_install_message:
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
+ post_install_message:
147
147
  rdoc_options: []
148
148
  require_paths:
149
149
  - lib
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
159
  version: '0'
160
160
  requirements: []
161
161
  rubygems_version: 3.4.10
162
- signing_key:
162
+ signing_key:
163
163
  specification_version: 4
164
164
  summary: Example Stripe platform integration for Bullet Train applications.
165
165
  test_files: []