omniauth-liblynx 1.0.1 → 1.0.2

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
  SHA256:
3
- metadata.gz: 52490edf1bdf8522c740e5f44a042e9f53a406c50aa5f253acc4bf4cd0799954
4
- data.tar.gz: 97c6e0fe17202369404d3e345b4c9daf32ce162daf7f9db6bdcf9bc123909914
3
+ metadata.gz: 782d5fb36c2c99ddc66172936b238c4bc8adfed211bae80038b48a776f2fe086
4
+ data.tar.gz: 2c4e6b5d4a94b5b2f56b099f8757ece3b94f4aa6ad5da0152479c131babf18c6
5
5
  SHA512:
6
- metadata.gz: 562caa0a113e8583917d6ab3a2d7665e25d891ea4ffef5e8cb78aeca9f167abeee9efe9d61c62db0250c21894ea8b76d8f0d2c7d001d7c0f37320e3e49943cd9
7
- data.tar.gz: 291244a7a023a59c437a9379a466f4d0e841eddb39161e6d628c2393cf21b5e613795c288a88e3d549f2274227cd4aa2147621867c6ee51ba754e78f0d22ce47
6
+ metadata.gz: 82de927daa3d8d42c604417196fb1533734399dd0e1d53470dcb48252d970360a159487e25b574f4129fe597a8d1b5455e5311d4005a9590d640cb40d874d8ef
7
+ data.tar.gz: e3c19adb411adbc0a68a567d54c51b2c70e3af1f62cab2eba2b95d2d631e3c1be15f3c1a8b84e1244b1b95f173e1fed8ae34ea02c08c4f5814f19dbb7d4b3954
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-liblynx (1.0.1)
4
+ omniauth-liblynx (1.0.2)
5
5
  omniauth (~> 1.5)
6
6
  omniauth-oauth2 (>= 1.4.0, < 2.0)
7
7
 
@@ -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.4)
30
+ rack (2.0.3)
31
31
  rake (10.5.0)
32
32
 
33
33
  PLATFORMS
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module LibLynx
3
- VERSION = '1.0.1'
3
+ VERSION = '1.0.2'
4
4
  end
5
5
  end
@@ -88,7 +88,7 @@ module OmniAuth
88
88
  url: callback_url,
89
89
  user_agent: request.user_agent,
90
90
  email: request.params['email'],
91
- force_sso_login: request.params['force_sso_login']
91
+ forceSsoLogin: request.params['force_sso_login']
92
92
  }.compact
93
93
  end
94
94
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-liblynx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Sablic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-19 00:00:00.000000000 Z
11
+ date: 2018-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler