portmone 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -6
- data/lib/portmone/responses/order_status.rb +1 -0
- data/lib/portmone/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c4b45ef3aa29675cd3f0c87fae7342dd76e91bc
|
4
|
+
data.tar.gz: 0524fbfe81d14de183497d9f384fa0367d621e93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6bd5ca4396128f1635a7c443c621c8e3b1a4e652e182ba8b1499e89459197b449339b78040f379eefaf6d3524c157c75e9c60b73f125b825a395ca00a087856
|
7
|
+
data.tar.gz: 5d9a6123c9d9527a619f8046c75eac693d4851489b26c2e6df5999addf6a1463d95ef3be16c7e043184dccad611a364d7b58ce4c954c7ab19dc975974bfd13b2
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
portmone (0.0.
|
4
|
+
portmone (0.0.3)
|
5
5
|
activesupport
|
6
6
|
faraday (~> 0.9)
|
7
7
|
money (~> 6.0)
|
@@ -19,20 +19,20 @@ GEM
|
|
19
19
|
public_suffix (>= 2.0.2, < 4.0)
|
20
20
|
ast (2.3.0)
|
21
21
|
coderay (1.1.2)
|
22
|
-
concurrent-ruby (1.
|
22
|
+
concurrent-ruby (1.1.3)
|
23
23
|
crack (0.4.3)
|
24
24
|
safe_yaml (~> 1.0.0)
|
25
25
|
docile (1.1.5)
|
26
26
|
faraday (0.13.1)
|
27
27
|
multipart-post (>= 1.2, < 3)
|
28
28
|
hashdiff (0.3.7)
|
29
|
-
i18n (0.9.
|
29
|
+
i18n (0.9.5)
|
30
30
|
concurrent-ruby (~> 1.0)
|
31
31
|
json (2.1.0)
|
32
32
|
method_source (0.9.0)
|
33
33
|
minitest (5.11.3)
|
34
|
-
money (6.
|
35
|
-
i18n (>= 0.6.4,
|
34
|
+
money (6.13.1)
|
35
|
+
i18n (>= 0.6.4, <= 2)
|
36
36
|
multi_xml (0.6.0)
|
37
37
|
multipart-post (2.0.0)
|
38
38
|
parallel (1.12.0)
|
@@ -61,7 +61,7 @@ GEM
|
|
61
61
|
simplecov-html (~> 0.10.0)
|
62
62
|
simplecov-html (0.10.2)
|
63
63
|
thread_safe (0.3.6)
|
64
|
-
tzinfo (1.2.
|
64
|
+
tzinfo (1.2.5)
|
65
65
|
thread_safe (~> 0.1)
|
66
66
|
unicode-display_width (1.3.0)
|
67
67
|
vcr (2.9.3)
|
data/lib/portmone/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: portmone
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Sviridov
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-12-
|
11
|
+
date: 2018-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|