bullet_train-integrations 1.6.37 → 1.7.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: 5807df0e013e2be980377864a6919a3b61e97bbf67c372b4b89c91fdece445a1
4
- data.tar.gz: b1a05ed4696b7957f1c0a18285ee93bfe9df8b7997faf869d784536a4c9730e1
3
+ metadata.gz: 4c4e50e1c229092343f9deb70090c1cf88323b1fca8f95f8e98e7530436470b5
4
+ data.tar.gz: 8d923b4907df6d04b70a34f9c6e48f1860e268c1580d1418868681dff778cbe5
5
5
  SHA512:
6
- metadata.gz: 7bf14eeaea08c0ad4c0a9c88d331d9d93941c89804b7da873bd75f7a1eb9ee7b30dfe6aeeec16248945d46ce7c6087be927d9ea95165d22f86d486eb26778862
7
- data.tar.gz: 0be6b3b207f815870bf8d7949837e521149a4353343ae4634b02e89142464b68b03ad7ba434c1f6cdffffd901954130efe7b7b8f3f626d4f1648ecd2eda6ea3c
6
+ metadata.gz: 567d320406579dbbbbee600a1067d21161d8b0307b2e65853e3c17dbf0fdad9fcf2023b9fa6338d4e6601de4107785675aec038afa3a7c65d7c19d0126384825
7
+ data.tar.gz: 82599372f954c7d8f2bc55a16e4018f5a1b60f80a68d7e55a406cb4789b9dd01459c8a2a3b7d84af6b19ebe14e8d4b33008159370fc37a44b9c2c64adb275361
@@ -13,9 +13,9 @@ module Account::Oauth::OmniauthCallbacks::ControllerBase
13
13
  def callback(class_name, team_id)
14
14
  oauth_account_class = "Oauth::#{class_name}Account".constantize
15
15
  # oauth_accounts_collection = "oauth_#{class_name.underscore}_accounts".to_sym
16
- oauth_accounts_attribute = "oauth_#{class_name.underscore}_account".to_sym
16
+ oauth_accounts_attribute = :"oauth_#{class_name.underscore}_account"
17
17
  integrations_installations_class = "::Integrations::#{class_name}Installation".constantize
18
- integrations_installations_collection = "integrations_#{class_name.underscore}_installations".to_sym
18
+ integrations_installations_collection = :"integrations_#{class_name.underscore}_installations"
19
19
 
20
20
  auth = request.env["omniauth.auth"]
21
21
 
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module Integrations
3
- VERSION = "1.6.37"
3
+ VERSION = "1.7.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-integrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.37
4
+ version: 1.7.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: 2024-03-11 00:00:00.000000000 Z
11
+ date: 2024-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails