ipizza-omniauth-provider 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,3 +1,3 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem 'ipizza', '0.4.2'
3
+ gem 'ipizza', '0.4.4'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ipizza-omniauth-provider}
8
- s.version = "0.1.3"
8
+ s.version = "0.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Priit Haamer"]
12
- s.date = %q{2010-12-05}
12
+ s.date = %q{2011-04-30}
13
13
  s.description = %q{ Integrates iPizza authentication to your rails app almost effortlessly.
14
14
  }
15
15
  s.email = %q{priit@fraktal.ee}
@@ -86,6 +86,8 @@ module OmniAuth
86
86
  case bank.downcase
87
87
  when 'swedbank'
88
88
  ::Ipizza::Provider::Swedbank.new
89
+ when 'hp'
90
+ ::Ipizza::Provider::Swedbank.new
89
91
  when 'eyp'
90
92
  ::Ipizza::Provider::Seb.new
91
93
  when 'seb'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ipizza-omniauth-provider
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- version: 0.1.3
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Priit Haamer
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-05 00:00:00 +02:00
18
+ date: 2011-04-30 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency