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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35ee5886f9670b36b13c739e52fe97eb6fd55083
4
- data.tar.gz: 55f09d9701274a1fe515a5497a81192f8c5d6fcd
3
+ metadata.gz: 56e49423f3ba01c501fc30d2bc0230e151d7232b
4
+ data.tar.gz: 9c7c86d005df4f9c5bc380db25447b89ef7f9cb9
5
5
  SHA512:
6
- metadata.gz: d3462da3bb29c13edb6034082a7cb1af64ab81f4f2ce3006abc7ae53c668ef3e3695ca70de4a47f7d1eed3c19eb8a39159b53c4dca1eca1c473faa4410ab227e
7
- data.tar.gz: a21b28b99a7f8ed3e96c5739b3ed23162d03a026db6593d87679b154132d6a946c39ac1f0d78c4d9dff53aeba77798c1bbf3cfba301f8dfbda5974ddefb09b4f
6
+ metadata.gz: 50f52ec2e2bf932235b2df45201e8381c507fa45d0aa5ab7e2b5120f57e0e097f066cd2aac65e5770b4d1db0461dc20aac4dd3dc9e393278490fe2079bdde00f
7
+ data.tar.gz: 4e6da83915a7c51c5c8434ae08eea1de313290ea5ee33a8b741d1865c8985cbf85994527707d67347ebcbe2f9e8c0ad93e160512d41d79228acb3553b9d8a68d
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Emites
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -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.3
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-08-31 00:00:00.000000000 Z
15
+ date: 2015-10-28 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: typhoeus