enotas_nfe 0.0.5 → 0.0.6

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: abbd2d0b9c01998a82908db62efc8c9ed6cce997
4
- data.tar.gz: a9bf57062305e1efd63ada46fc43b39019a1c385
3
+ metadata.gz: cb4c20ac6ac830d02d040b8adc0340fb636ba7e0
4
+ data.tar.gz: c955e4ccc2b937c8686a8f8f214a333edf3ce106
5
5
  SHA512:
6
- metadata.gz: 2a2179c9499962ef5128afe517e7c71d1177cf48c37c8f7fb73939969da08a3d604780b42e2dec392fb8d15c998acc7034e2a96d67a5aff21526de406bc97cbd
7
- data.tar.gz: 8bfe31800ba603ecd373f72b098bb6f7e8cb8359aa28f91c67fd93dc8458f4bf250e95f6835c340c415aaa8ae0b01a89d34f9bef8a954756c5321ea60cc29cb8
6
+ metadata.gz: cb15b50a615d7c77b9b9b5d91aaf5239ecce45d78e12507e6ce722fc5ac78193042531666f6db7d6e64528fcf5f39815766e4063fc16a79861ae68f60f6c30c2
7
+ data.tar.gz: 52dd2a0de639b366456ebbd3f473ac62c84aa00c55299604c873bf0e5dc3872641703bbdc9152ee9e01ba121d70867672e74ea11a5c8a1eaecc03969574d8b41
@@ -6,7 +6,7 @@ module EnotasNfe
6
6
 
7
7
  attribute :id, String
8
8
  attribute :numero, Integer
9
- attribute :serie, Integer
9
+ attribute :serie, String
10
10
  attribute :enviarPorEmail, Boolean
11
11
  attribute :ambienteEmissao, String
12
12
  attribute :naturezaOperacao, String
@@ -1,3 +1,3 @@
1
1
  module EnotasNfe
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enotas_nfe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis Fernando Pimenta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-04 00:00:00.000000000 Z
11
+ date: 2017-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler