omniauth-multipassword 0.1.0 → 0.1.1

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.
@@ -3,7 +3,7 @@ module Omniauth
3
3
  module VERSION
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- PATCH = 0
6
+ PATCH = 1
7
7
  STAGE = nil
8
8
 
9
9
  def self.to_s
@@ -65,7 +65,6 @@ module OmniAuth
65
65
  end
66
66
 
67
67
  info do
68
- OmniAuth.logger.warn " OmniAuth INFO >> " + @authenticator.info.inspect
69
68
  if @authenticator and @authenticator.info.is_a?(Hash)
70
69
  @authenticator.info
71
70
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-multipassword
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-04-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth
16
- requirement: &14982960 !ruby/object:Gem::Requirement
16
+ requirement: &14724960 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '1.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *14982960
24
+ version_requirements: *14724960
25
25
  description: A OmniAuth strategy to authenticate using different passwort strategies.
26
26
  email:
27
27
  - jan.graichen@altimos.de