payson_api 0.3.2 → 0.3.3

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.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ OTA5MmJiMDRiODYwMTMyMzJkYTUxMmJlYWRmZDk1Njg0ODBhYTU5MQ==
5
+ data.tar.gz: !binary |-
6
+ Y2I4YTQ0ZDBjYzUwZDRhYzZiNmMyODU2ZDEwMTFlNjI3YmQ4NWZlZA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NzYwOThkMmExNjI1NzVmNGQ5YmRmZGQ5MWU0ZmQ1ZmRlYjJiYTQyY2ViZjlm
10
+ ODA1M2YzMmI1MGIyZmU3NDZlYjU1NjQzZTNmMjhlMDE0MjczOTc1OTkwZThl
11
+ YzRlMjg4OTAwYmM3MzY2NzFiNmM4NDIwMjRhMzBjYjUzZjQ2ZGI=
12
+ data.tar.gz: !binary |-
13
+ NzgzZmY5MDlkM2RlM2RlYTU5MDZmNWJiMjc5NGNmNWIyMDkyMjFiZWRmY2Vi
14
+ NTUwMGQxN2FhMDAzZWU5NmEzYWRkZTExNWE5YmUzYzcwNjFiNWNmZDQ1ZjBk
15
+ NTBkNjgyM2YwNmM2ZDFiMmYzZmVhOWFiZWVjMmYxZjFlZGQyYWQ=
@@ -28,7 +28,7 @@ You need to configure the gem with your own Payson credentials through the <tt>P
28
28
  config.api_password = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'
29
29
  end
30
30
 
31
- Please note that if <tt>config.api_user_id</tt> is set to 1, the client will go into test mode.
31
+ Please note that if <tt>config.api_user_id</tt> is set to 4, the client will go into test mode. Valid test access credentials could be found in {documentation}[https://api.payson.se/#Testing/sandbox].
32
32
 
33
33
  === Initiating a payment
34
34
 
@@ -44,7 +44,7 @@ module PaysonAPI
44
44
  end
45
45
 
46
46
  def test?
47
- @config.api_user_id == '1'
47
+ @config.api_user_id == '4'
48
48
  end
49
49
 
50
50
  end
@@ -1,3 +1,3 @@
1
1
  module PaysonAPI
2
- VERSION = "0.3.2"
2
+ VERSION = '0.3.3'
3
3
  end
@@ -1,2 +1,2 @@
1
- :api_user_id: '1'
2
- :api_password: 'fddb19ac-7470-42b6-a91d-072cb1495f0a'
1
+ :api_user_id: '4'
2
+ :api_password: '2acab30d-fe50-426f-90d7-8c60a7eb31d4'
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payson_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
5
- prerelease:
4
+ version: 0.3.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Christopher Svensson
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-09-08 00:00:00.000000000 Z
11
+ date: 2014-05-16 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rake
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
@@ -30,7 +27,6 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: guard-test
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ! '>='
36
32
  - !ruby/object:Gem::Version
@@ -38,7 +34,6 @@ dependencies:
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
38
  - - ! '>='
44
39
  - !ruby/object:Gem::Version
@@ -87,27 +82,26 @@ files:
87
82
  homepage: https://github.com/stoffus/payson_api
88
83
  licenses:
89
84
  - MIT
85
+ metadata: {}
90
86
  post_install_message:
91
87
  rdoc_options: []
92
88
  require_paths:
93
89
  - lib
94
90
  required_ruby_version: !ruby/object:Gem::Requirement
95
- none: false
96
91
  requirements:
97
92
  - - ! '>='
98
93
  - !ruby/object:Gem::Version
99
94
  version: '0'
100
95
  required_rubygems_version: !ruby/object:Gem::Requirement
101
- none: false
102
96
  requirements:
103
97
  - - ! '>='
104
98
  - !ruby/object:Gem::Version
105
99
  version: '0'
106
100
  requirements: []
107
101
  rubyforge_project:
108
- rubygems_version: 1.8.25
102
+ rubygems_version: 2.2.2
109
103
  signing_key:
110
- specification_version: 3
104
+ specification_version: 4
111
105
  summary: Client for Payson API
112
106
  test_files:
113
107
  - test/fixtures/config.yml