portmone 0.0.2 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17489a39bc6610e54b1bf40f0c8f7421e7e06546
4
- data.tar.gz: c5fd9a948a7765e11201201ef12d6831cdb8ad1a
3
+ metadata.gz: 0c4b45ef3aa29675cd3f0c87fae7342dd76e91bc
4
+ data.tar.gz: 0524fbfe81d14de183497d9f384fa0367d621e93
5
5
  SHA512:
6
- metadata.gz: 8d986b9e26cda89374eb71673fd3e439e837ccf7d95f04e88a9bd9ccd6e5f630d29df09dfaffb1e8bed9ccebf3f1250701593aac65d112b917d8b8529c2dd509
7
- data.tar.gz: 6742fea8607c72f9f512156689a8eb5265e5749f2e06fceaf45bca0b4968ca7817079a08207888631dce7d9e54f981d2a4ad8bdf84a5353d9ffeb0a185158369
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.2)
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.0.5)
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.1)
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.10.0)
35
- i18n (>= 0.6.4, < 1.0)
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.4)
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)
@@ -13,6 +13,7 @@ class Portmone::Responses::OrderStatus < Portmone::Responses::BaseResponse
13
13
  pay_order_time
14
14
  order_id
15
15
  shop_order_number
16
+ shop_bill_id
16
17
  description
17
18
  auth_code
18
19
  status
@@ -1,3 +1,3 @@
1
1
  module Portmone
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
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.2
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-03 00:00:00.000000000 Z
11
+ date: 2018-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport