omniauth-honcho 0.1.2 → 0.1.3

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: b0f2f14ea1de57a30a6d1c89c35d4863b86b57bb
4
- data.tar.gz: b008d7052fd7bba8f93629051196e5e58f79ec76
3
+ metadata.gz: 79a59b925483677e448de86f7987ab04744c9ee8
4
+ data.tar.gz: 15d91d84c44a0c43a70ebc2a55e72b7f999d15f4
5
5
  SHA512:
6
- metadata.gz: e6abb3ff85bf4ed10b48f72193a65387c91d0aee54662a481a42012df88e27999178804cf347b1f7a77371296c2fb3ad0dca370837a9dfa288f36478cff67e0c
7
- data.tar.gz: f7cd2e9a49f5812c98d9f9911f0b7ee0f7862d6030505c9ea8326fd549bb24441d1b83ccf7b738955815056142a146355d74f7ce3e3c314217130e13b8649b0d
6
+ metadata.gz: 49ab0056b7736b609496069e244c52624100503e06e8483a909fd8338e9dc0e1e57a8b11b5a33265996dda563e243548ed4e83a7f5dd21eaf171c5ae33cb0f64
7
+ data.tar.gz: 0011c805033cddbfe108392fe1f2548d402d18c87342b7a6e5bd694a73f3683c8a0231db70b49a687dcc1d213115a58f9173d7951d388cf7d06ea4d8c7872cca
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-honcho (0.1.2)
4
+ omniauth-honcho (0.1.3)
5
5
  omniauth-oauth2 (~> 1.5)
6
6
 
7
7
  GEM
@@ -7,7 +7,7 @@ module OmniAuth
7
7
  option :name, "honcho"
8
8
 
9
9
  option :client_options, {
10
- :site => "https://knowyourcompany.com",
10
+ :site => "http://honcho.test",
11
11
  :authorize_url => "/oauth/authorize"
12
12
  }
13
13
 
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "omniauth-honcho"
6
- spec.version = "0.1.2"
6
+ spec.version = "0.1.3"
7
7
  spec.authors = ["Daniel Lopes"]
8
8
  spec.email = ["daniel@knowyourcompany.com"]
9
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lopes