ipizza-rails 0.0.4 → 0.0.5

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.
data/ipizza-rails.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
18
  s.require_paths = ['lib']
19
19
 
20
- s.add_dependency(%q<ipizza>, ['= 0.5.1'])
20
+ s.add_dependency(%q<ipizza>, ['= 0.5.2'])
21
21
 
22
22
  s.add_development_dependency('rspec', ['= 2.5.0'])
23
23
  end
@@ -18,7 +18,7 @@ development:
18
18
  file_cert: seb_test_pub.pem
19
19
  file_key: seb_test_priv.pem
20
20
  encoding: UTF-8
21
- snd_id: sender
21
+ snd_id: testvpos
22
22
 
23
23
  nordea:
24
24
  auth_service_url: https://netbank.nordea.com/pnbeidtest/eidn.jsp
@@ -1,5 +1,5 @@
1
1
  module Ipizza
2
2
  module Rails
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ipizza-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Priit Haamer
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 9
29
+ hash: 15
30
30
  segments:
31
31
  - 0
32
32
  - 5
33
- - 1
34
- version: 0.5.1
33
+ - 2
34
+ version: 0.5.2
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency