omniauth-cloudron 0.3.0 → 0.4.0

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: 29d9b4a0168b02b6c4fae66cd453d828b67f19ba
4
- data.tar.gz: 81cd3bf8bd215b88100c54048fa6b5e7ed1a9794
3
+ metadata.gz: f60406ba2c3931a8fab2316cdb0d52172b74ee56
4
+ data.tar.gz: fa6f8ca33b720307024af191c19574b3b25f8b68
5
5
  SHA512:
6
- metadata.gz: 32ef9024affd94f6a1a468ffeba5a7422bd58aac99e053ebb99f7bf58327a02aaf98c51d5a7063006194826820d0cb725f08f087d703343e3d55e92fdbba17d1
7
- data.tar.gz: 9b4df31067d6994fed503fed354cb0a05a8dbb3fbaa626994bbe2cdf1a09ca1767959c9965da2732a26bb9025402e454a1e4708336ab43e3d43c29ee4c950072
6
+ metadata.gz: 73accc58fef53e765f7d49393c23abe35ab877f2034324f77f30fce6351f26f89c990a20576d8aec6e4a9eca5572499715b5f4bbc8ea6f4b8745730858803057
7
+ data.tar.gz: 4a74e8f62fb7ce692ed24f6d506c8e7acef231768f9cd3c337047c307a05c6eb112ecda75c1f0227c961daf5635441cdf6926b5d77180d4abea6961b91a91f1e
@@ -13,9 +13,9 @@ module OmniAuth
13
13
  # This is where you pass the options you would pass when
14
14
  # initializing your consumer from the OAuth gem.
15
15
  option :client_options, {
16
- :site => ENV['API_ORIGIN'],
17
- :authorize_url => "#{ENV['API_ORIGIN']}/api/v1/oauth/dialog/authorize",
18
- :token_url => "#{ENV['API_ORIGIN']}/api/v1/oauth/token"
16
+ :site => ENV['OAUTH_ORIGIN'],
17
+ :authorize_url => "#{ENV['OAUTH_ORIGIN']}/api/v1/oauth/dialog/authorize",
18
+ :token_url => "#{ENV['OAUTH_ORIGIN']}/api/v1/oauth/token"
19
19
  }
20
20
  option :client_id, ENV['OAUTH_CLIENT_ID']
21
21
  option :client_secret, ENV['OAUTH_CLIENT_SECRET']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-cloudron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johannes Zellner
@@ -39,7 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
39
39
  version: '0'
40
40
  requirements: []
41
41
  rubyforge_project:
42
- rubygems_version: 2.4.5
42
+ rubygems_version: 2.4.5.1
43
43
  signing_key:
44
44
  specification_version: 4
45
45
  summary: Cloudron omniauth provider