emites-client 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/Gemfile.lock +1 -1
- data/lib/emites/entities/service.rb +7 -0
- data/lib/emites/version.rb +1 -1
- data/spec/emites/entities/service_spec.rb +5 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b761dcd8e35c8381bd5fd5160caa5c7294edf8c
|
4
|
+
data.tar.gz: bc481416ae07566bc94d21bd3e34fe5b680f01d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f3ffa85ef123a6e9a42f388e67fe9e963d3231df8010c661f73151f6cbd9ac489c759943e820c0504a41e001dca0c7137bfce51a505eba3c79576c1faace2be
|
7
|
+
data.tar.gz: 425806fa5ebb15f5f90102dc884e774ae4e158b8895217928d9466103b8fd481b3c719a8baa2439737de8ea46e2801e13cdfd8541fd5e1825d8eebf7ef827bbc
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
## Next version
|
4
4
|
|
5
|
+
## v0.1.4
|
6
|
+
|
7
|
+
- Adds `pis_rate`, `ir_rate`, `inss_rate`, `retained_iss_rate`, `other_retentions_rate`, `cofins_rate` and `csll_rate` attributes on Service entity
|
8
|
+
|
5
9
|
## v0.1.3
|
6
10
|
|
7
|
-
- Adds `pis_value`, `ir_value`, `inss_value`, `retained_iss_value`, `other_retentions_value`, `cofins_value` and `csll_value` attributes on Service entity
|
11
|
+
- Adds `pis_value`, `ir_value`, `inss_value`, `retained_iss_value`, `other_retentions_value`, `cofins_value` and `csll_value` attributes on Service entity
|
data/Gemfile.lock
CHANGED
@@ -25,12 +25,19 @@ module Emites
|
|
25
25
|
attribute :other_retentions_percentage, Decimal, precision: 5, scale: 2
|
26
26
|
attribute :retained_iss_percentage, Decimal, precision: 5, scale: 2
|
27
27
|
attribute :unconditioned_discount_percentage, Decimal, precision: 5, scale: 2
|
28
|
+
attribute :pis_rate, Decimal, precision: 16, scale: 2
|
28
29
|
attribute :pis_value, Decimal, precision: 16, scale: 2
|
30
|
+
attribute :ir_rate, Decimal, precision: 16, scale: 2
|
29
31
|
attribute :ir_value, Decimal, precision: 16, scale: 2
|
32
|
+
attribute :inss_rate, Decimal, precision: 16, scale: 2
|
30
33
|
attribute :inss_value, Decimal, precision: 16, scale: 2
|
34
|
+
attribute :retained_iss_rate, Decimal, precision: 16, scale: 2
|
31
35
|
attribute :retained_iss_value, Decimal, precision: 16, scale: 2
|
36
|
+
attribute :other_retentions_rate, Decimal, precision: 16, scale: 2
|
32
37
|
attribute :other_retentions_value, Decimal, precision: 16, scale: 2
|
38
|
+
attribute :cofins_rate, Decimal, precision: 16, scale: 2
|
33
39
|
attribute :cofins_value, Decimal, precision: 16, scale: 2
|
40
|
+
attribute :csll_rate, Decimal, precision: 16, scale: 2
|
34
41
|
attribute :csll_value, Decimal, precision: 16, scale: 2
|
35
42
|
end
|
36
43
|
end
|
data/lib/emites/version.rb
CHANGED
@@ -12,7 +12,10 @@ describe Emites::Entities::Service do
|
|
12
12
|
:service_item_code, :city_tax_code, :cnae_code,
|
13
13
|
:description, :city_code, :nfse_liquid_amount,
|
14
14
|
:liquid_amount, :other_retentions_percentage, :retained_iss_percentage,
|
15
|
-
:unconditioned_discount_percentage, :
|
16
|
-
:
|
15
|
+
:unconditioned_discount_percentage, :pis_rate, :pis_value,
|
16
|
+
:ir_rate, :ir_value, :inss_rate, :inss_value,
|
17
|
+
:retained_iss_rate, :retained_iss_value,
|
18
|
+
:other_retentions_rate, :other_retentions_value,
|
19
|
+
:cofins_rate, :cofins_value, :csll_rate, :csll_value
|
17
20
|
]
|
18
21
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: emites-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leandro Thimóteo
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date:
|
17
|
+
date: 2018-03-20 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: typhoeus
|
@@ -371,7 +371,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
371
371
|
version: '0'
|
372
372
|
requirements: []
|
373
373
|
rubyforge_project:
|
374
|
-
rubygems_version: 2.5.1
|
374
|
+
rubygems_version: 2.5.2.1
|
375
375
|
signing_key:
|
376
376
|
specification_version: 4
|
377
377
|
summary: Official Ruby client for the Emites API.
|