emites-client 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/emites/entities/nfse.rb +1 -0
- data/lib/emites/version.rb +1 -1
- data/spec/emites/entities/nfse_spec.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: 56e49423f3ba01c501fc30d2bc0230e151d7232b
|
4
|
+
data.tar.gz: 9c7c86d005df4f9c5bc380db25447b89ef7f9cb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50f52ec2e2bf932235b2df45201e8381c507fa45d0aa5ab7e2b5120f57e0e097f066cd2aac65e5770b4d1db0461dc20aac4dd3dc9e393278490fe2079bdde00f
|
7
|
+
data.tar.gz: 4e6da83915a7c51c5c8434ae08eea1de313290ea5ee33a8b741d1865c8985cbf85994527707d67347ebcbe2f9e8c0ad93e160512d41d79228acb3553b9d8a68d
|
data/lib/emites/entities/nfse.rb
CHANGED
@@ -9,6 +9,7 @@ module Emites
|
|
9
9
|
attribute :number, Integer
|
10
10
|
attribute :rps_type, Integer
|
11
11
|
attribute :emission_date, DateTime
|
12
|
+
attribute :emission_date_nfse, DateTime
|
12
13
|
attribute :operation_nature, Integer
|
13
14
|
attribute :other_informations, String
|
14
15
|
attribute :competence, Date
|
data/lib/emites/version.rb
CHANGED
@@ -129,7 +129,7 @@ describe Emites::Entities::Nfse do
|
|
129
129
|
it_behaves_like "entity_attributes", [
|
130
130
|
:id, :emitter_id, :taker, :rps_situation, :serie,
|
131
131
|
:number, :rps_type, :emission_date,
|
132
|
-
:operation_nature, :other_informations,
|
132
|
+
:emission_date_nfse, :operation_nature, :other_informations,
|
133
133
|
:competence, :special_regime, :status,
|
134
134
|
:description, :send_nfse_taker, :service_values,
|
135
135
|
:_links
|
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.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leandro Thimóteo
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2015-
|
15
|
+
date: 2015-10-28 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: typhoeus
|