omniauth 1.4.1 → 1.4.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 +4 -4
- data/lib/omniauth/key_store.rb +9 -6
- data/lib/omniauth/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e1c8526c027dfc7f4607b9d49b9567a20619796
|
|
4
|
+
data.tar.gz: 7407c5dd0106159a33a5ac3ab06915867f735b3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b78e42b8c26aebd45c343603ace9c49fba9bc0e28c190025dcd1c372ece74c25bd02ffcae7adf7387d5cf232735dd746f48eb6bd5d901ce645aba94f79d02c1
|
|
7
|
+
data.tar.gz: e1a7615802c8bf72670592d8ca8e5917c8cc14b5d93e9a4efe5234888abec675cec0a5ae40e4aa958a7043bd492746c9802f8065a15f2d2dd61d48a104cb658e
|
data/lib/omniauth/key_store.rb
CHANGED
|
@@ -8,12 +8,15 @@ module OmniAuth
|
|
|
8
8
|
require 'hashie/version'
|
|
9
9
|
return unless Gem::Version.new(Hashie::VERSION) >= Gem::Version.new('3.5.0')
|
|
10
10
|
|
|
11
|
-
if respond_to?(:disable_warnings)
|
|
12
|
-
|
|
13
|
-
else
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
end
|
|
11
|
+
# if respond_to?(:disable_warnings)
|
|
12
|
+
# disable_warnings
|
|
13
|
+
# else
|
|
14
|
+
# define_method(:log_built_in_message) { |*| }
|
|
15
|
+
# private :log_built_in_message
|
|
16
|
+
# end
|
|
17
|
+
|
|
18
|
+
define_method(:log_built_in_message) { |*| }
|
|
19
|
+
private :log_built_in_message
|
|
17
20
|
end
|
|
18
21
|
|
|
19
22
|
# Disable on loading of the class
|
data/lib/omniauth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Bleigh
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2017-02-
|
|
13
|
+
date: 2017-02-11 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: hashie
|
|
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
133
133
|
version: 1.3.5
|
|
134
134
|
requirements: []
|
|
135
135
|
rubyforge_project:
|
|
136
|
-
rubygems_version: 2.6.
|
|
136
|
+
rubygems_version: 2.6.4
|
|
137
137
|
signing_key:
|
|
138
138
|
specification_version: 4
|
|
139
139
|
summary: A generalized Rack framework for multiple-provider authentication.
|