gillbus 0.17.4 → 0.17.5
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/lib/gillbus/structs/ticket.rb +3 -0
- data/lib/gillbus/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: ea2abaaf26962b06ad6784e3a5bf6b8c35938583
|
|
4
|
+
data.tar.gz: 7b44f08e0fdca2b1dc01d937748ebcd92744398d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2156ffdda7698d7240cca625014316740592fb13cd616752f2e9df6007a2e10a8b766261e23cfe9aebebeeee3acb1da0f3b6cb9697139509dbe71f087899f5b0
|
|
7
|
+
data.tar.gz: 206dd6ed1d24f615ec08859b004e2ae5dbb11a186ef9f518a43dbeda6e78d12fe62518726e86d5e998354e99a693671bcd47c6b9728fbf1f073f55612ae45f72
|
|
@@ -182,6 +182,9 @@ class Gillbus
|
|
|
182
182
|
# The return amount from the VAT from common tariff in currency in which the tariff is brought.
|
|
183
183
|
field :return_total_tariff_vat_in_currency, :tariff_money
|
|
184
184
|
|
|
185
|
+
# Общий заработок агента
|
|
186
|
+
field :total_agent_income, :money
|
|
187
|
+
|
|
185
188
|
# The description of the returning conditions
|
|
186
189
|
field :return_condition
|
|
187
190
|
|
data/lib/gillbus/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gillbus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexey "codesnik" Trofimenko
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-
|
|
12
|
+
date: 2018-04-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|