bullet_train-integrations-stripe 1.0.4 → 1.2.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: 8810aee1c9e78284f28b9c7cbc07fda53ba3ab05684f218a8cc70c3323525de6
4
- data.tar.gz: 523f353bc600b05826071093f61d9d4e229ec2f5ea0a18915a09588c2bf267dc
3
+ metadata.gz: 869948c25930d092da4848424919f3382a1efa6d6bfdb36e4ec8c453550cc2ff
4
+ data.tar.gz: 76597c09e9cf13ca35e3fc473ebd242b604fba672019143c34fd2f71f73d4092
5
5
  SHA512:
6
- metadata.gz: a69783960896885c84bac12de24f44e19f42b4ac9608a9449aa461198f732c6eb1975a700f78662fb36a5f39ba0a622ad48c5c9afc633ec0db7cbedc58562d81
7
- data.tar.gz: 97fd245e3bc5a46c0583035dc0edaed12fc3097acbef728b2e00bbe03a36f4df42343f30f1dadc8f0baa5fd445ed40f63450a583453b06d4cec00101b5e7e81c
6
+ metadata.gz: f1839f4c46e3475bb25e356a600e2719f1074fb8b136246308646a4811a73cd58244229e860f2a3e22b6e1303facbc54e694886a949807154b90b492151d0f28
7
+ data.tar.gz: f8dfe6dabcd8c29d689f385fd1da7149b37b02248ddca7dbf280b901b879b4bc6c04db2d72c6c25699757ffd8211338d7e04c283558df04d30a304fb60d5d7b8
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2022 Andrew Culver
1
+ Copyright 2022 Bullet Train, Inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,5 +1,5 @@
1
1
  <div>
2
- <%= button_to user_stripe_connect_omniauth_authorize_path, class: 'button-alternative block w-full', form_class: 'block w-full', id: 'sign_in_with_stripe' do %>
2
+ <%= button_to user_stripe_connect_omniauth_authorize_path, class: 'button-alternative block w-full', form_class: 'block w-full', id: 'sign_in_with_stripe', method: :post, data: {turbo: false} do %>
3
3
  <div class="full">
4
4
  <i class="text-lg leading-5 mr-3 <%= t('oauth/stripe_accounts.navigation.icon') %>"></i>
5
5
  <span class="group-hover:underline"><%= verb %> with Stripe</span>
@@ -2,6 +2,10 @@ module BulletTrain
2
2
  module Integrations
3
3
  module Stripe
4
4
  class Engine < ::Rails::Engine
5
+ initializer "bullet_train.integrations.stripe.register_template_path" do |app|
6
+ # Register the base path of this package with the Super Scaffolding engine.
7
+ BulletTrain::SuperScaffolding.template_paths << File.expand_path("../../../../..", __FILE__)
8
+ end
5
9
  end
6
10
  end
7
11
  end
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Integrations
3
3
  module Stripe
4
- VERSION = "1.0.4"
4
+ VERSION = "1.2.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.0.4
4
+ version: 1.2.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: 2022-04-15 00:00:00.000000000 Z
11
+ date: 2022-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  - !ruby/object:Gem::Version
165
165
  version: '0'
166
166
  requirements: []
167
- rubygems_version: 3.2.22
167
+ rubygems_version: 3.3.7
168
168
  signing_key:
169
169
  specification_version: 4
170
170
  summary: Example Stripe platform integration for Bullet Train applications.