omniauth-mixer 0.1.1 → 0.1.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: f16752be31023718fac8ff4f07663520627485780e5a6f14ac0f8a9cc90bbeb4
4
- data.tar.gz: 24ea8993091e70c912d4abc773ad660b7265c5a3a9609ee2040e325f9e8fe94b
3
+ metadata.gz: 88bd0ca525e5261082036edbeb6f4c8783c0cd3100d19fff6d9732090138a6cf
4
+ data.tar.gz: bcbbfb2dc43de67777b6b9b93cf0347820c8092b49aca5624528e054b9c12f11
5
5
  SHA512:
6
- metadata.gz: fa770c48c71f4db14c287a520ff43725f914ef19394940b6afa68cb8b468518893a14bcc17f4a6616b3dc893d74fb8cee19667781a159e3f60cbec7097005218
7
- data.tar.gz: '0133578f34918fc62360363a1480a2c5cc909dc3dac59f863948fc7b252b4efe4788adf8cc50a44aa59b66fe4af3d06a58d2ebd7e5ad83c2136ca7af44a66e3b'
6
+ metadata.gz: 01b4abe467ce24039faaff6f954ff54597eaf6a01a509163f882610d5d9dc17388a9849678f10c906bb9c5d5c3088bef165c90e43d8a76bd6981b3f68969d063
7
+ data.tar.gz: 867214d751198156880f15bed109f75512555011a6a8f5d0ef332d54e0021a4234eb2b81384343c5936064c12cf1a0f7a747ec36f4e4a2a8126d07a28f8d7caa
data/.gitignore CHANGED
File without changes
data/Gemfile CHANGED
File without changes
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-mixer (0.1.1)
4
+ omniauth-mixer (0.1.2)
5
5
  omniauth-oauth2 (~> 1.6)
6
6
 
7
7
  GEM
@@ -26,7 +26,7 @@ GEM
26
26
  omniauth-oauth2 (1.6.0)
27
27
  oauth2 (~> 1.1)
28
28
  omniauth (~> 1.9)
29
- rack (2.0.7)
29
+ rack (2.0.8)
30
30
  rake (0.9.6)
31
31
 
32
32
  PLATFORMS
@@ -35,7 +35,7 @@ PLATFORMS
35
35
  DEPENDENCIES
36
36
  bundler (~> 1.5)
37
37
  omniauth-mixer!
38
- rake (~> 0)
38
+ rake (~> 2.0.6)
39
39
 
40
40
  BUNDLED WITH
41
41
  1.17.1
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Mixer
3
- VERSION = '0.1.1'.freeze
3
+ VERSION = '0.1.2'.freeze
4
4
  end
5
5
  end
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-mixer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Hartnoll "KeyMailer"
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-05-30 00:00:00.000000000 Z
12
+ date: 2020-01-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth-oauth2
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  requirements: []
92
- rubygems_version: 3.0.3
92
+ rubygems_version: 3.1.2
93
93
  signing_key:
94
94
  specification_version: 4
95
95
  summary: Mixer OAuth2 Strategy for OmniAuth