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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9953de0e335a657b221be007f0dd425571e22070
4
- data.tar.gz: 88e8e375fcbd70ca981ae2084b73cd33efb1aab2
3
+ metadata.gz: 1e1c8526c027dfc7f4607b9d49b9567a20619796
4
+ data.tar.gz: 7407c5dd0106159a33a5ac3ab06915867f735b3a
5
5
  SHA512:
6
- metadata.gz: 4f1d1aa20513aab50b8f7cb8f88063dd6ed0795172cfc56293f2a7bd464ab0cf7df4e63605cf3212476611d620d4efe21729ba5521ab2e7e561a2addd35bdf44
7
- data.tar.gz: 6d9c5d952dd83214cf007a25488e857d9796789dbea8f0d9fbd010b3a4f9f645bc7e0feb5ee9d70d61cdb5b60f2af64d6040bc3523979973f11858295d9e8b94
6
+ metadata.gz: 3b78e42b8c26aebd45c343603ace9c49fba9bc0e28c190025dcd1c372ece74c25bd02ffcae7adf7387d5cf232735dd746f48eb6bd5d901ce645aba94f79d02c1
7
+ data.tar.gz: e1a7615802c8bf72670592d8ca8e5917c8cc14b5d93e9a4efe5234888abec675cec0a5ae40e4aa958a7043bd492746c9802f8065a15f2d2dd61d48a104cb658e
@@ -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
- disable_warnings
13
- else
14
- define_method(:log_built_in_message) { |*| }
15
- private :log_built_in_message
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
@@ -1,3 +1,3 @@
1
1
  module OmniAuth
2
- VERSION = '1.4.1'.freeze
2
+ VERSION = '1.4.2'.freeze
3
3
  end
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.1
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-08 00:00:00.000000000 Z
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.10
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.