omniauth-honcho 0.1.3 → 0.1.4

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: 79a59b925483677e448de86f7987ab04744c9ee8
4
- data.tar.gz: 15d91d84c44a0c43a70ebc2a55e72b7f999d15f4
3
+ metadata.gz: 8a421f927d036ce0f3cf1f86d25228a9418c26f6
4
+ data.tar.gz: 900f8b334f50fa21c6cbf39fbfe71436f5b8fbb0
5
5
  SHA512:
6
- metadata.gz: 49ab0056b7736b609496069e244c52624100503e06e8483a909fd8338e9dc0e1e57a8b11b5a33265996dda563e243548ed4e83a7f5dd21eaf171c5ae33cb0f64
7
- data.tar.gz: 0011c805033cddbfe108392fe1f2548d402d18c87342b7a6e5bd694a73f3683c8a0231db70b49a687dcc1d213115a58f9173d7951d388cf7d06ea4d8c7872cca
6
+ metadata.gz: 88735c677a45a1a1d1c3f721a2b48cf7b78e20423d5f4ad4794b04750858cd3d9b36de71555b20ecdb0d3afd204533fd3595968bbd6fc1f2e971e3f29e9b7127
7
+ data.tar.gz: 429ebc6c92c3c8c42ff62cbd39251875eacfe08a23cb8da3579232a6351690d4525505406b509bae0f4820c350e226fb7435b62a08f2facfbf65bffbddd18735
data/.gitignore CHANGED
@@ -6,3 +6,4 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ .DS_Store
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-honcho (0.1.3)
4
+ omniauth-honcho (0.1.4)
5
5
  omniauth-oauth2 (~> 1.5)
6
6
 
7
7
  GEM
@@ -27,7 +27,7 @@ GEM
27
27
  omniauth-oauth2 (1.5.0)
28
28
  oauth2 (~> 1.1)
29
29
  omniauth (~> 1.2)
30
- rack (2.0.5)
30
+ rack (2.0.6)
31
31
  rake (10.5.0)
32
32
 
33
33
  PLATFORMS
@@ -7,7 +7,7 @@ module OmniAuth
7
7
  option :name, "honcho"
8
8
 
9
9
  option :client_options, {
10
- :site => "http://honcho.test",
10
+ :site => "https://knowyourteam.com",
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.3"
6
+ spec.version = "0.1.4"
7
7
  spec.authors = ["Daniel Lopes"]
8
8
  spec.email = ["daniel@knowyourcompany.com"]
9
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-honcho
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lopes
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-09 00:00:00.000000000 Z
11
+ date: 2018-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2