sisow 1.2 → 1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sisow (1.1.1)
4
+ sisow (1.2)
5
5
  crack
6
6
  hashie
7
7
  httpi
@@ -9,14 +9,14 @@ PATH
9
9
  GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
- crack (0.3.1)
12
+ crack (0.3.2)
13
13
  diff-lcs (1.1.3)
14
14
  fakeweb (1.3.0)
15
15
  hashie (1.2.0)
16
16
  httpi (1.1.1)
17
17
  rack
18
18
  multi_json (1.3.5)
19
- rack (1.4.1)
19
+ rack (1.4.3)
20
20
  rake (0.9.2.2)
21
21
  rspec (2.10.0)
22
22
  rspec-core (~> 2.10.0)
@@ -3,7 +3,7 @@ module Sisow
3
3
 
4
4
  def self.payment_methods
5
5
  payments = Sisow::CheckMerchantRequest.perform
6
- [payments].flatten.map(&:payment)
6
+ [payments].flatten.map(&:payment).flatten
7
7
  end
8
8
 
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module Sisow
2
- VERSION = "1.2"
2
+ VERSION = "1.3"
3
3
  end
@@ -4,7 +4,7 @@ describe Sisow::Merchant do
4
4
 
5
5
  it "should retrieve payment methods" do
6
6
  VCR.use_cassette('merchant') do
7
- Sisow::Merchant.payment_methods.should == %w(ideal)
7
+ Sisow::Merchant.payment_methods.should == %w(ideal sofort)
8
8
  end
9
9
  end
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sisow
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.2'
4
+ version: '1.3'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-19 00:00:00.000000000 Z
12
+ date: 2013-01-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httpi