barzahlen 2.0.0 → 2.1.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.
- checksums.yaml +5 -5
- data/lib/barzahlen/configuration.rb +2 -2
- data/lib/barzahlen/error.rb +2 -2
- data/lib/barzahlen/version.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: aedcb4e68d434056565a45b4de712ff61e56f7af5455a49b589f514875937c18
|
|
4
|
+
data.tar.gz: 0f042a67609968e4280505079bdf62d3486e3ac843bf326d75566cc8d19b6c3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a5ed777df1081af82b20d6543b960e4daa11d1a97c46a39815da9009997558cd05a067f3413afb27ca70e5d4af14719d55edfa11580270f68133cff47378766
|
|
7
|
+
data.tar.gz: 1f7714e1651870f85bda392ed9fa1e7c63d9b37b0d94c2dc261c2bdcaa671e783dd9bd8aec22049193ac0c40a105fab740533c5d5901d6e9a5a935941551ba60
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module Barzahlen
|
|
2
2
|
class Configuration
|
|
3
|
-
API_HOST = "https://api.
|
|
4
|
-
API_HOST_SANDBOX = "https://api-sandbox.
|
|
3
|
+
API_HOST = "https://api.viafintech.com/v2"
|
|
4
|
+
API_HOST_SANDBOX = "https://api-sandbox.viafintech.com/v2"
|
|
5
5
|
|
|
6
6
|
attr_accessor :sandbox
|
|
7
7
|
attr_accessor :division_id
|
data/lib/barzahlen/error.rb
CHANGED
|
@@ -102,8 +102,8 @@ module Barzahlen
|
|
|
102
102
|
|
|
103
103
|
error_hash[:error_class] ||= "Unexpected_Error"
|
|
104
104
|
error_hash[:error_code] ||= "Unknown error code (body): \"#{body.to_s}\""
|
|
105
|
-
error_hash[:message] ||= "Please contact
|
|
106
|
-
error_hash[:documentation_url] ||= "https://www.
|
|
105
|
+
error_hash[:message] ||= "Please contact viafintech to help us fix that as soon as possible."
|
|
106
|
+
error_hash[:documentation_url] ||= "https://www.viafintech.com/contact/"
|
|
107
107
|
error_hash[:request_id] ||= "not_available"
|
|
108
108
|
|
|
109
109
|
error_hash
|
data/lib/barzahlen/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: barzahlen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Leib
|
|
8
|
-
|
|
8
|
+
- Tobias Schoknecht
|
|
9
|
+
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date:
|
|
12
|
+
date: 2021-03-04 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: rake
|
|
@@ -16,14 +17,14 @@ dependencies:
|
|
|
16
17
|
requirements:
|
|
17
18
|
- - "~>"
|
|
18
19
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
20
|
+
version: 13.0.1
|
|
20
21
|
type: :development
|
|
21
22
|
prerelease: false
|
|
22
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
24
|
requirements:
|
|
24
25
|
- - "~>"
|
|
25
26
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
27
|
+
version: 13.0.1
|
|
27
28
|
- !ruby/object:Gem::Dependency
|
|
28
29
|
name: rspec
|
|
29
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,9 +67,9 @@ dependencies:
|
|
|
66
67
|
- - "~>"
|
|
67
68
|
- !ruby/object:Gem::Version
|
|
68
69
|
version: 2.2.1
|
|
69
|
-
description: This is a ruby gem to access the
|
|
70
|
+
description: This is a ruby gem to access the viafintech API v2.
|
|
70
71
|
email:
|
|
71
|
-
-
|
|
72
|
+
- tobias.schoknecht@viafintech.com
|
|
72
73
|
executables: []
|
|
73
74
|
extensions: []
|
|
74
75
|
extra_rdoc_files: []
|
|
@@ -83,7 +84,7 @@ homepage: ''
|
|
|
83
84
|
licenses:
|
|
84
85
|
- MIT
|
|
85
86
|
metadata: {}
|
|
86
|
-
post_install_message:
|
|
87
|
+
post_install_message:
|
|
87
88
|
rdoc_options: []
|
|
88
89
|
require_paths:
|
|
89
90
|
- lib
|
|
@@ -98,9 +99,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
98
99
|
- !ruby/object:Gem::Version
|
|
99
100
|
version: '0'
|
|
100
101
|
requirements: []
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
signing_key:
|
|
102
|
+
rubygems_version: 3.0.6
|
|
103
|
+
signing_key:
|
|
104
104
|
specification_version: 4
|
|
105
|
-
summary: Client gem for API
|
|
105
|
+
summary: Client gem for viafintech API v2.
|
|
106
106
|
test_files: []
|