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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 140d94b1fc16018b2810e3abc6a1fd9bc5bf7393
4
- data.tar.gz: b9a87718c0a4e543115763efebb8daf51acbe8aa
3
+ metadata.gz: ea2abaaf26962b06ad6784e3a5bf6b8c35938583
4
+ data.tar.gz: 7b44f08e0fdca2b1dc01d937748ebcd92744398d
5
5
  SHA512:
6
- metadata.gz: 271db72a1c6aa69dd9954e6b7d2b64bbdfddc9c8e98bd1f9e3c4efc75e0d07cb872d4bd0e5f716e8f4aee0b5feee1f0ac93329343c2050e594217c9667d43977
7
- data.tar.gz: 9488294ff67f001ab47e310ce363409d826850f9d02776a0df332921693696e18d5d1cc75cfd1d778c2a07cbe5f4edc594bac07012690ab73ed66ca12d25697d
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
 
@@ -1,3 +1,3 @@
1
1
  class Gillbus
2
- VERSION = '0.17.4'.freeze
2
+ VERSION = '0.17.5'.freeze
3
3
  end
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
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-03-21 00:00:00.000000000 Z
12
+ date: 2018-04-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport