omniauth-honcho 0.1.0 → 0.1.1

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: 2819a5597ded36111296798a41c0add6877bc9fe
4
- data.tar.gz: 8ae50d09bc8ec971284d88f3e42bdeb25abdb4cb
3
+ metadata.gz: 902b3b4f36d2573bc3578e2623a3c032de04f48c
4
+ data.tar.gz: 8438cc8a98f67dc4107d3dad38c1a234865130c7
5
5
  SHA512:
6
- metadata.gz: f39b11e2b97f4924aa1dccd67a4c4842b328aa6894bbc0d3ddb5704e52355e84c9682fcf9af2cfb72c9c2a4b05bf139dae518b82a7208c986a39194e815ed4d2
7
- data.tar.gz: 4b04be26d66d4aa9522332ff5b368c9ddfab935c90b447005b2127f5d1abc20c0adcb42ed737c19a93260e6219d4e27c1d3a68f94f7df2e819dddf7eb5600bed
6
+ metadata.gz: 4d756908aacf8c2fe6c10bbf6c78c922931c01a15e960fa21ca1a3980b36c63063c58901fef8ca2355ef58746424f68b57c493a6f1c123fa4e53e84cadc87100
7
+ data.tar.gz: 800f2f1c512b56b04ef11d92593a8acd8abaf732e4220747f20e1e79e198e67d4b25766d25a749ed04d1d9121c5a9fe60682e88ad178500ed95dc39ca4ba8d99
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-honcho (0.1.0)
4
+ omniauth-honcho (0.1.1)
5
5
  omniauth-oauth2 (~> 1.5)
6
6
 
7
7
  GEM
@@ -1,4 +1,3 @@
1
- require "omniauth/honcho/version"
2
1
  require "omniauth-oauth2"
3
2
 
4
3
  module OmniAuth
@@ -0,0 +1 @@
1
+ require "omniauth/strategies/honcho"
@@ -1,10 +1,9 @@
1
1
  lib = File.expand_path("../lib", __FILE__)
2
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- require "omniauth/honcho/version"
4
3
 
5
4
  Gem::Specification.new do |spec|
6
5
  spec.name = "omniauth-honcho"
7
- spec.version = Omniauth::Honcho::VERSION
6
+ spec.version = "0.1.1"
8
7
  spec.authors = ["Daniel Lopes"]
9
8
  spec.email = ["daniel@knowyourcompany.com"]
10
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-honcho
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lopes
@@ -82,8 +82,8 @@ files:
82
82
  - Rakefile
83
83
  - bin/console
84
84
  - bin/setup
85
- - lib/omniauth/honcho.rb
86
- - lib/omniauth/honcho/version.rb
85
+ - lib/omniauth-honcho.rb
86
+ - lib/omniauth/strategies/honcho.rb
87
87
  - omniauth-honcho.gemspec
88
88
  homepage: ''
89
89
  licenses:
@@ -1,5 +0,0 @@
1
- module Omniauth
2
- module Honcho
3
- VERSION = "0.1.0"
4
- end
5
- end