six_saferpay 2.8.1 → 2.8.2
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 +4 -4
- data/.ruby-version +1 -1
- data/Gemfile.lock +15 -15
- data/lib/six_saferpay/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 40801df093437759814c7f334bb12042d12a9d19dc59f0db6a638b1bb9109b55
|
|
4
|
+
data.tar.gz: b9fc204b22ce10cdb98966da78e71a9d6e54c1fe2751202f1af2abc2fb46b478
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 337c945118043f36dacda140e8c41a7761426a9445f8ac09bd7a3ce1f888de041db957ea3ca4292d795e2a54564e811c55ec5a1cc5ebf5250385d690fba88160
|
|
7
|
+
data.tar.gz: dd3326fa32d08d6d3b2e3a64562a0c11207cc5dd7dba5da82eeb0409902b375cf45877232a1015f54155eacdb2e7855298c559ae4d1552ca5ef3c1834db9132a
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3.0.1
|
data/Gemfile.lock
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
six_saferpay (2.8.
|
|
5
|
-
activesupport (~>
|
|
4
|
+
six_saferpay (2.8.2)
|
|
5
|
+
activesupport (~> 5.2)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
activesupport (
|
|
10
|
+
activesupport (5.2.5)
|
|
11
11
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
12
|
-
i18n (>=
|
|
13
|
-
minitest (
|
|
14
|
-
tzinfo (~>
|
|
15
|
-
|
|
16
|
-
addressable (2.7.0)
|
|
12
|
+
i18n (>= 0.7, < 2)
|
|
13
|
+
minitest (~> 5.1)
|
|
14
|
+
tzinfo (~> 1.1)
|
|
15
|
+
addressable (2.8.0)
|
|
17
16
|
public_suffix (>= 2.0.2, < 5.0)
|
|
18
17
|
coderay (1.1.3)
|
|
19
18
|
concurrent-ruby (1.1.8)
|
|
@@ -24,10 +23,10 @@ GEM
|
|
|
24
23
|
dotenv (2.7.6)
|
|
25
24
|
ffi (1.14.2-java)
|
|
26
25
|
hashdiff (1.0.1)
|
|
27
|
-
i18n (1.8.
|
|
26
|
+
i18n (1.8.10)
|
|
28
27
|
concurrent-ruby (~> 1.0)
|
|
29
28
|
method_source (1.0.0)
|
|
30
|
-
minitest (5.14.
|
|
29
|
+
minitest (5.14.4)
|
|
31
30
|
pastel (0.8.0)
|
|
32
31
|
tty-color (~> 0.5)
|
|
33
32
|
pry (0.14.0)
|
|
@@ -39,7 +38,7 @@ GEM
|
|
|
39
38
|
spoon (~> 0.0)
|
|
40
39
|
public_suffix (4.0.6)
|
|
41
40
|
rake (13.0.3)
|
|
42
|
-
rexml (3.2.
|
|
41
|
+
rexml (3.2.5)
|
|
43
42
|
rspec (3.10.0)
|
|
44
43
|
rspec-core (~> 3.10.0)
|
|
45
44
|
rspec-expectations (~> 3.10.0)
|
|
@@ -64,6 +63,8 @@ GEM
|
|
|
64
63
|
spoon (0.0.6)
|
|
65
64
|
ffi
|
|
66
65
|
thor (1.1.0)
|
|
66
|
+
thread_safe (0.3.6)
|
|
67
|
+
thread_safe (0.3.6-java)
|
|
67
68
|
tty-color (0.6.0)
|
|
68
69
|
tty-cursor (0.7.1)
|
|
69
70
|
tty-prompt (0.23.0)
|
|
@@ -74,15 +75,14 @@ GEM
|
|
|
74
75
|
tty-screen (~> 0.8)
|
|
75
76
|
wisper (~> 2.0)
|
|
76
77
|
tty-screen (0.8.1)
|
|
77
|
-
tzinfo (2.
|
|
78
|
-
|
|
78
|
+
tzinfo (1.2.9)
|
|
79
|
+
thread_safe (~> 0.1)
|
|
79
80
|
vcr (4.0.0)
|
|
80
81
|
webmock (3.11.2)
|
|
81
82
|
addressable (>= 2.3.6)
|
|
82
83
|
crack (>= 0.3.2)
|
|
83
84
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
84
85
|
wisper (2.0.1)
|
|
85
|
-
zeitwerk (2.4.2)
|
|
86
86
|
|
|
87
87
|
PLATFORMS
|
|
88
88
|
arm64-darwin-20
|
|
@@ -104,4 +104,4 @@ DEPENDENCIES
|
|
|
104
104
|
webmock (~> 3.10, >= 3.10)
|
|
105
105
|
|
|
106
106
|
BUNDLED WITH
|
|
107
|
-
2.2.
|
|
107
|
+
2.2.15
|
data/lib/six_saferpay/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: six_saferpay
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.8.
|
|
4
|
+
version: 2.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fadendaten GmbH
|
|
8
8
|
- Felix Langenegger
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-
|
|
12
|
+
date: 2021-07-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -372,7 +372,7 @@ homepage: https://github.com/fadendaten/six_saferpay
|
|
|
372
372
|
licenses:
|
|
373
373
|
- MIT
|
|
374
374
|
metadata: {}
|
|
375
|
-
post_install_message:
|
|
375
|
+
post_install_message:
|
|
376
376
|
rdoc_options: []
|
|
377
377
|
require_paths:
|
|
378
378
|
- lib
|
|
@@ -387,8 +387,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
387
387
|
- !ruby/object:Gem::Version
|
|
388
388
|
version: '0'
|
|
389
389
|
requirements: []
|
|
390
|
-
rubygems_version: 3.
|
|
391
|
-
signing_key:
|
|
390
|
+
rubygems_version: 3.2.15
|
|
391
|
+
signing_key:
|
|
392
392
|
specification_version: 4
|
|
393
393
|
summary: Gem for the SIX Saferpay API
|
|
394
394
|
test_files: []
|