bullet_train-integrations 1.6.38 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 642f71f5879018d0a3cea083ac0bc0c9daa41798a143ecd22fcb7b12405630e5
4
- data.tar.gz: 6bbfca147757556a4e0abfd1a874cf56d7576ac6bf44c7f3f6a5585cfc1caf7e
3
+ metadata.gz: 4c4e50e1c229092343f9deb70090c1cf88323b1fca8f95f8e98e7530436470b5
4
+ data.tar.gz: 8d923b4907df6d04b70a34f9c6e48f1860e268c1580d1418868681dff778cbe5
5
5
  SHA512:
6
- metadata.gz: 9e4bf40845616b3300d68b780553c42cf77f211a0b6587571cc386040f7db09ebf841fa819d7116d249ed5669063c75685ea7ef8921d9f39d3a9bbd5719fda5b
7
- data.tar.gz: c322e505570e635db74ba9c8ecd8c09f5e7948d05430ed8b64068dfaa1307e7518d03116723cb180958318ba21d0173a92cb07e9de88ba1943d072b5351cc0b3
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.38"
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.38
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-20 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