br_danfe 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +10 -10
- data/config/locales/pt-BR.yml +3 -3
- data/lib/br_danfe/danfe_lib/det_body.rb +14 -13
- data/lib/br_danfe/danfe_lib/det_header.rb +14 -14
- data/lib/br_danfe/version.rb +1 -1
- data/spec/fixtures/nfe/lib/det_body#render-csosn.pdf +197 -260
- data/spec/fixtures/nfe/lib/det_body#render-cst.pdf +116 -144
- data/spec/fixtures/nfe/lib/det_body#render-fci.pdf +53 -74
- data/spec/fixtures/nfe/lib/det_body#render-icms_st.pdf +53 -74
- data/spec/fixtures/nfe/lib/det_body#render-quantity_with_custom_precision.pdf +48 -62
- data/spec/fixtures/nfe/lib/det_body#render-unit_price_with_custom_precision.pdf +48 -62
- data/spec/fixtures/nfe/lib/det_header#render.pdf +35 -35
- data/spec/fixtures/nfe/v2.00/custom_options.fixture.pdf +179 -221
- data/spec/fixtures/nfe/v2.00/nfe_simples_nacional.xml.fixture.pdf +177 -219
- data/spec/fixtures/nfe/v2.00/nfe_with_extra_volumes.xml.fixture.pdf +882 -1092
- data/spec/fixtures/nfe/v2.00/nfe_with_fci.xml.fixture.pdf +107 -128
- data/spec/fixtures/nfe/v2.00/nfe_with_ns.xml.fixture.pdf +882 -1092
- data/spec/fixtures/nfe/v2.00/nfe_without_ns.xml.fixture.pdf +206 -248
- data/spec/fixtures/nfe/v3.10/nfe_simples_nacional.xml.fixture.pdf +453 -593
- metadata +2 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: br_danfe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ASSEINFO
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|