omniauth-hubspot 0.0.2 → 0.0.3
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 +4 -4
- data/lib/{omniauth-hubspot → omniauth/hubspot}/version.rb +1 -1
- data/lib/omniauth/hubspot.rb +2 -0
- data/lib/omniauth-hubspot.rb +1 -2
- data/omniauth-hubspot.gemspec +4 -3
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d487a75b03bf9ac52607c18944a8da883f078f01
|
|
4
|
+
data.tar.gz: ca4074bb98aba49188241a38edd1a681bb16c95d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b2aec07944b5f4f181f258dc80dba1d34196b5d34e9457e37863d7204f887d35c7c0cafc210ec1ae8ff9b820525a7671c3919e2945cbf0768af1fcd6f726963
|
|
7
|
+
data.tar.gz: 978b70b79e92d6f8e31ffb596badc197df98644ca3983dbcae565815c487ca96a17e1057161a4c4b90c0c78a76af1d32c9d752d74815beb19828420b1ad8c450
|
data/lib/omniauth-hubspot.rb
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
require "omniauth
|
|
2
|
-
require "omniauth/strategies/hubspot"
|
|
1
|
+
require "omniauth/hubspot"
|
data/omniauth-hubspot.gemspec
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
-
require File.expand_path('../lib/omniauth
|
|
2
|
+
require File.expand_path('../lib/omniauth/hubspot/version', __FILE__)
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.add_dependency 'omniauth'
|
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
|
|
|
16
16
|
gem.description = %q{An OmniAuth strategy for authenticating with the HubSpot API.}
|
|
17
17
|
gem.summary = %q{OmniAuth strategy for authenticating with HubSpot.}
|
|
18
18
|
gem.homepage = "https://github.com/danarnold/omniauth-hubspot"
|
|
19
|
-
gem.license = "
|
|
19
|
+
gem.license = "GPL v3"
|
|
20
20
|
|
|
21
21
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
22
22
|
gem.files = `git ls-files`.split("\n")
|
|
@@ -24,4 +24,5 @@ Gem::Specification.new do |gem|
|
|
|
24
24
|
gem.name = "omniauth-hubspot"
|
|
25
25
|
gem.require_paths = ["lib"]
|
|
26
26
|
gem.version = OmniAuth::HubSpot::VERSION
|
|
27
|
-
end
|
|
27
|
+
end
|
|
28
|
+
|
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.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Arnold
|
|
@@ -121,12 +121,13 @@ files:
|
|
|
121
121
|
- README.md
|
|
122
122
|
- Rakefile
|
|
123
123
|
- lib/omniauth-hubspot.rb
|
|
124
|
-
- lib/omniauth
|
|
124
|
+
- lib/omniauth/hubspot.rb
|
|
125
|
+
- lib/omniauth/hubspot/version.rb
|
|
125
126
|
- lib/omniauth/strategies/hubspot.rb
|
|
126
127
|
- omniauth-hubspot.gemspec
|
|
127
128
|
homepage: https://github.com/danarnold/omniauth-hubspot
|
|
128
129
|
licenses:
|
|
129
|
-
-
|
|
130
|
+
- GPL v3
|
|
130
131
|
metadata: {}
|
|
131
132
|
post_install_message:
|
|
132
133
|
rdoc_options: []
|