genba 0.1.11 → 0.1.12
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/Gemfile.lock +1 -1
- data/lib/genba/client/direct_entitlements.rb +3 -1
- data/lib/genba/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e0eb327252630e8364197fc6364be7c107aba4dde3d9d447ef7e99a0ebebe6a
|
|
4
|
+
data.tar.gz: b2b338539902fd1ed45f6e79077c999282cd21c76b6e99c33d1c16783500da4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6db62be86e2459c27a52a47d2ba489efaa44e4d731ff5940e9b28e48d233f7744f5d4061deddbc6b18c63d46fc647a621bc0a57cc427b58af5e2547c2915698e
|
|
7
|
+
data.tar.gz: a91bc06963b45a3e44d3fedd23bb2bfd0d319d77b96b30bbbff8edbc92fb9d20dbbb6b03cf99e3356efe0f53c36efbac8ae60a4f8150d9160bea3402b31bde92
|
data/Gemfile.lock
CHANGED
|
@@ -20,6 +20,7 @@ module Genba
|
|
|
20
20
|
e_tailer_selling_price_net:,
|
|
21
21
|
e_tailer_selling_price_gross:,
|
|
22
22
|
e_tailer_selling_price_currency_code:,
|
|
23
|
+
e_tailer_subsidiary: nil,
|
|
23
24
|
headers: {},
|
|
24
25
|
options: {}
|
|
25
26
|
)
|
|
@@ -34,7 +35,8 @@ module Genba
|
|
|
34
35
|
ETailerBuyingPriceCurrencyCode: e_tailer_buying_price_currency_code,
|
|
35
36
|
ETailerSellingPriceNet: e_tailer_selling_price_net,
|
|
36
37
|
ETailerSellingPriceGross: e_tailer_selling_price_gross,
|
|
37
|
-
ETailerSellingPriceCurrencyCode: e_tailer_selling_price_currency_code
|
|
38
|
+
ETailerSellingPriceCurrencyCode: e_tailer_selling_price_currency_code,
|
|
39
|
+
EtailerSubsidiary: e_tailer_subsidiary
|
|
38
40
|
}.select { |_, v| !v.nil? }
|
|
39
41
|
params[:saleDate] = sale_date.strftime('%FT%T') if sale_date
|
|
40
42
|
Genba::Util.log_debug "DirectEntitlements activate payload: #{params.inspect}"
|
data/lib/genba/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: genba
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dean Lin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: oj
|
|
@@ -147,8 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
147
147
|
- !ruby/object:Gem::Version
|
|
148
148
|
version: '0'
|
|
149
149
|
requirements: []
|
|
150
|
-
|
|
151
|
-
rubygems_version: 2.7.8
|
|
150
|
+
rubygems_version: 3.0.6
|
|
152
151
|
signing_key:
|
|
153
152
|
specification_version: 4
|
|
154
153
|
summary: genba api for ruby version
|