omniauth-multipassword 0.3.0 → 0.4.0

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.
@@ -37,7 +37,7 @@ module OmniAuth
37
37
  end
38
38
 
39
39
  def request_phase
40
- OmniAuth::Form.build(:title => options.title, :url => callback_path) do |f|
40
+ OmniAuth::Form.build(:title => options.title, :url => callback_url) do |f|
41
41
  f.text_field "Username", username_id
42
42
  f.password_field "Password", password_id
43
43
  end.to_response
@@ -2,7 +2,7 @@ module Omniauth
2
2
  module Multipassword
3
3
  module VERSION
4
4
  MAJOR = 0
5
- MINOR = 3
5
+ MINOR = 4
6
6
  PATCH = 0
7
7
  STAGE = nil
8
8
 
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.3.0
4
+ version: 0.4.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-21 00:00:00.000000000 Z
12
+ date: 2013-03-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth
16
- requirement: &11704160 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,12 @@ dependencies:
21
21
  version: '1.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *11704160
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '1.0'
25
30
  description: A OmniAuth strategy to authenticate using different passwort strategies.
26
31
  email:
27
32
  - jan.graichen@altimos.de
@@ -48,18 +53,18 @@ require_paths:
48
53
  required_ruby_version: !ruby/object:Gem::Requirement
49
54
  none: false
50
55
  requirements:
51
- - - ! '>='
56
+ - - '>='
52
57
  - !ruby/object:Gem::Version
53
58
  version: '0'
54
59
  required_rubygems_version: !ruby/object:Gem::Requirement
55
60
  none: false
56
61
  requirements:
57
- - - ! '>='
62
+ - - '>='
58
63
  - !ruby/object:Gem::Version
59
64
  version: '0'
60
65
  requirements: []
61
66
  rubyforge_project:
62
- rubygems_version: 1.8.15
67
+ rubygems_version: 1.8.25
63
68
  signing_key:
64
69
  specification_version: 3
65
70
  summary: A OmniAuth strategy to authenticate using different passwort strategies.