omniauth-hubspot 0.0.3 → 0.0.4

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
  SHA1:
3
- metadata.gz: d487a75b03bf9ac52607c18944a8da883f078f01
4
- data.tar.gz: ca4074bb98aba49188241a38edd1a681bb16c95d
3
+ metadata.gz: 6fc37037d44d8e4597e3b07d1aff061c5dd67197
4
+ data.tar.gz: d6709b116d7fca7cfd8c92b3c4ad3ea820fbbbf2
5
5
  SHA512:
6
- metadata.gz: 2b2aec07944b5f4f181f258dc80dba1d34196b5d34e9457e37863d7204f887d35c7c0cafc210ec1ae8ff9b820525a7671c3919e2945cbf0768af1fcd6f726963
7
- data.tar.gz: 978b70b79e92d6f8e31ffb596badc197df98644ca3983dbcae565815c487ca96a17e1057161a4c4b90c0c78a76af1d32c9d752d74815beb19828420b1ad8c450
6
+ metadata.gz: 8892fda13f61e94ab9e860ad06f7d3aab7795f7bca5c0adf801d5d037e60811d0eeab9666bbe609a521d49e7403f78dbd08efe2ded66a334e50acb517a9e26fd
7
+ data.tar.gz: 37aa789f5e4268c08c78fe5827e43561fb6607d0087910d4fca1c302ac39da0e3eb861ab322ed4aebf210ae829752aa2908bd73bb12d35f5bb60cbfb555cb827
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module HubSpot
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -9,8 +9,10 @@ module OmniAuth
9
9
  option :name, "hubspot"
10
10
  option :portalId, nil
11
11
 
12
- option :client_options, {:site => "https://app.hubspot.com/auth/authenticate"}
13
-
12
+ option :client_options, {
13
+ :site => 'https://app.hubspot.com',
14
+ :authorize_url => '/auth/authenticate'
15
+ }
14
16
 
15
17
  end
16
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-hubspot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Arnold