gillbus 0.22.7 → 0.22.8

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
  SHA256:
3
- metadata.gz: ec10541c6f01af4749c7ab7f7a03792a3ace7e3311a93ec0e4c8a1e0f8d5830d
4
- data.tar.gz: ef174f531fdf5a98d0b0643f616b67466d25936c15d24386f4691229ef7b64fc
3
+ metadata.gz: 521370dfeff9958e9e0010280b662abf19bd03475e34b11bba88e200242d16d9
4
+ data.tar.gz: 86da4e95d9b3fba8365f9d51e22f3fb391bd59fa78f43885d1ecdd631823bbb1
5
5
  SHA512:
6
- metadata.gz: 69eac0a96f60a1dc180dedc84cc23559dce13e92924c2fcce9475fc315699a888685ea588f7d860ac1b6dd448718e414af31754802cc779f736bf11424410e97
7
- data.tar.gz: 4000a5038917e7efee353b68289a71a417dbc19d95b5b91c3b52a087c5693ab539183db1728a034857a019bc8c969ef372b77d7b25db3faa4566f0e906a63909
6
+ metadata.gz: 828722af1e43fd899886cee68303f3dece0b158b14261a724a756205ca85b31c84b4b952bcdf63728e91cd5e842ba7d5bd323066cb9b340f3be9c3a60e551c85
7
+ data.tar.gz: 5137b1cec581400dfb87d93828e59742278eb224f695d5ab8f957d435838f362e2c74d6f2f1baf3c01a371bcddbaa866158b4261b47f37b3fbdbc5b46b9e1635
@@ -148,6 +148,15 @@ class Gillbus
148
148
  # => "1100"
149
149
  field :total_cost, :money
150
150
 
151
+ # => "1300"
152
+ field :original_amount, :money
153
+
154
+ # => "200"
155
+ field :discount_value, :money
156
+
157
+ # => "13.57"
158
+ field :discount_percentage
159
+
151
160
  # => "RUB"
152
161
  field :currency
153
162
 
@@ -1,3 +1,3 @@
1
1
  class Gillbus
2
- VERSION = '0.22.7'.freeze
2
+ VERSION = '0.22.8'.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.22.7
4
+ version: 0.22.8
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: 2021-07-15 00:00:00.000000000 Z
12
+ date: 2021-08-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport