bullet_train-integrations 1.6.38 → 1.7.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: 642f71f5879018d0a3cea083ac0bc0c9daa41798a143ecd22fcb7b12405630e5
4
- data.tar.gz: 6bbfca147757556a4e0abfd1a874cf56d7576ac6bf44c7f3f6a5585cfc1caf7e
3
+ metadata.gz: d3ccf74b8557772e02c042e05eb3f4d44b797f05118b1c9b6355140586b16122
4
+ data.tar.gz: ec38143eed957b3bcf2c73d80900445fa20c1e0634a65fb57c9ace158e330ab1
5
5
  SHA512:
6
- metadata.gz: 9e4bf40845616b3300d68b780553c42cf77f211a0b6587571cc386040f7db09ebf841fa819d7116d249ed5669063c75685ea7ef8921d9f39d3a9bbd5719fda5b
7
- data.tar.gz: c322e505570e635db74ba9c8ecd8c09f5e7948d05430ed8b64068dfaa1307e7518d03116723cb180958318ba21d0173a92cb07e9de88ba1943d072b5351cc0b3
6
+ metadata.gz: 82a7d78f7669e77e27f43dca50860992d2d1034b9aca816c4aee92abd799c30672a69c4109a904546739889ea8ca9245b55070bd1ceba07304a09ffc44b3e772
7
+ data.tar.gz: b1fde70cd9a8c1cbc349c0195b40ebb6e78bdc87dab28cbc421bbc355b8f05a2009b449fe17ab57a9e1724d865a32a399a2b34cecfcfbf8680c8731206cdb287
@@ -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.1"
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.1
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