omniauth-hubspot 0.0.5 → 0.0.6

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
  SHA1:
3
- metadata.gz: 4724aa00ede5b5f61637e1b701cde82bff1ec191
4
- data.tar.gz: 59288b775e373a32157513d8bf3055435738759b
3
+ metadata.gz: 8bbf2dd2a9e004c54194999286b41fd97fe98dba
4
+ data.tar.gz: 9dd857b96b909ccfbd311b9a1bc230e700436c0d
5
5
  SHA512:
6
- metadata.gz: 91b21081f99f32d5030b1ddec6c2ecbf964a6afcca939e2013df32ed1f28a5d75a72bc3fa8ad99703a5cabd466805093d410d241e1ebb0417f7041515bc5bcc3
7
- data.tar.gz: d48a51ddfcec83d3cf29ea7cd22fb94edc6e509a18d4ac9d6c5ab340cf19fa75d898a4f34a5cc1be7a6246f5de11d1bab0da238ee87df29eff1cd551637f62cb
6
+ metadata.gz: 9f6919b70eb83b4b6feaecb8cbd876ee0be4ecd3d62f2ac741b816c1594a8b21dbb5dfb4683902a09503ab53cd87c3a4acf22fb46e2cb85b5848018554a37fb9
7
+ data.tar.gz: 9ad598e98659f964f50070b3fee7b07305bbdbfdd881d34997a971f3e2a33b4fbf66d0382ab30eb35a852dabfcf21906b31a1d4d7680394e2095837e7be8609a
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module HubSpot
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -13,6 +13,8 @@ module OmniAuth
13
13
  :authorize_url => '/auth/authenticate'
14
14
  }
15
15
 
16
+ option :authorize_options, [:scope, :portalId]
17
+
16
18
  end
17
19
  end
18
20
  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.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Arnold