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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89abce159e50f3a2fe779a6337b72681ace228f3
4
- data.tar.gz: b0a90365aaeeeb07b9350c93e19b648596e35d8f
3
+ metadata.gz: d487a75b03bf9ac52607c18944a8da883f078f01
4
+ data.tar.gz: ca4074bb98aba49188241a38edd1a681bb16c95d
5
5
  SHA512:
6
- metadata.gz: 9aa217fb5c8228ac0736c183880baa46f597f70908a5d0829f52e9e695fcffe640443286a1df80fad90009bd2108c5f26783999ffffff37b0b863627693beaf6
7
- data.tar.gz: d98bc88b1ff4d14d390e9b9da8f8b951aa6e2677619420e69c111417f8d9fcf3ccd4ee13c37e70e359a5352052bbb788d21ac76826f0e7c2a33bbdcbc1f512a9
6
+ metadata.gz: 2b2aec07944b5f4f181f258dc80dba1d34196b5d34e9457e37863d7204f887d35c7c0cafc210ec1ae8ff9b820525a7671c3919e2945cbf0768af1fcd6f726963
7
+ data.tar.gz: 978b70b79e92d6f8e31ffb596badc197df98644ca3983dbcae565815c487ca96a17e1057161a4c4b90c0c78a76af1d32c9d752d74815beb19828420b1ad8c450
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module HubSpot
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -0,0 +1,2 @@
1
+ require "omniauth/hubspot/version"
2
+ require "omniauth/strategies/hubspot"
@@ -1,2 +1 @@
1
- require "omniauth-hubspot/version"
2
- require "omniauth/strategies/hubspot"
1
+ require "omniauth/hubspot"
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
- require File.expand_path('../lib/omniauth-hubspot/version', __FILE__)
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 = "MIT"
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.2
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-hubspot/version.rb
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
- - MIT
130
+ - GPL v3
130
131
  metadata: {}
131
132
  post_install_message:
132
133
  rdoc_options: []