br_danfe 0.14.4 → 0.14.5
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 +4 -4
- data/Gemfile.lock +8 -6
- data/config/locales/pt-BR.yml +1 -0
- data/lib/br_danfe/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7df8dd96da6ae0ee71f0f6c56b6c2b01a312fd5afb51273b771bda2b5a26c6c
|
|
4
|
+
data.tar.gz: 72f880a77fbe1a2ecb633015a959ba9e10173079b9e3b6157e57d5c44b3757e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 567f26f3c2caea2b097653467cb757dd9f90f784a8f8de0fe6a624010fd7595f7fe9856ec0f8e4f300d54d23ddeec086313e2316545dbad8e0a15b61195f856c
|
|
7
|
+
data.tar.gz: 731c1dedadc7edc8d9a9698c57310f8e86739b9a0864570e11bd72d24108e6c1778391a9307f623946db484adfba73cf34287fa1eef7e659076af576ee8bd601
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
br_danfe (0.14.
|
|
4
|
+
br_danfe (0.14.5)
|
|
5
5
|
barby (= 0.5.1)
|
|
6
6
|
br_documents (>= 0.1.3)
|
|
7
7
|
i18n (>= 0.8.6)
|
|
@@ -13,9 +13,9 @@ PATH
|
|
|
13
13
|
GEM
|
|
14
14
|
remote: https://rubygems.org/
|
|
15
15
|
specs:
|
|
16
|
-
activemodel (6.1.
|
|
17
|
-
activesupport (= 6.1.
|
|
18
|
-
activesupport (6.1.
|
|
16
|
+
activemodel (6.1.3.1)
|
|
17
|
+
activesupport (= 6.1.3.1)
|
|
18
|
+
activesupport (6.1.3.1)
|
|
19
19
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
20
20
|
i18n (>= 1.6, < 2)
|
|
21
21
|
minitest (>= 5.1)
|
|
@@ -48,7 +48,7 @@ GEM
|
|
|
48
48
|
guard (~> 2.1)
|
|
49
49
|
guard-compat (~> 1.1)
|
|
50
50
|
rspec (>= 2.99.0, < 4.0)
|
|
51
|
-
i18n (1.8.
|
|
51
|
+
i18n (1.8.10)
|
|
52
52
|
concurrent-ruby (~> 1.0)
|
|
53
53
|
jaro_winkler (1.5.4)
|
|
54
54
|
json (2.3.0)
|
|
@@ -57,9 +57,11 @@ GEM
|
|
|
57
57
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
58
58
|
lumberjack (1.2.8)
|
|
59
59
|
method_source (1.0.0)
|
|
60
|
+
mini_portile2 (2.5.1)
|
|
60
61
|
minitest (5.14.4)
|
|
61
62
|
nenv (0.3.0)
|
|
62
|
-
nokogiri (1.11.
|
|
63
|
+
nokogiri (1.11.3)
|
|
64
|
+
mini_portile2 (~> 2.5.0)
|
|
63
65
|
racc (~> 1.4)
|
|
64
66
|
notiffany (0.1.3)
|
|
65
67
|
nenv (~> 0.1)
|
data/config/locales/pt-BR.yml
CHANGED
data/lib/br_danfe/version.rb
CHANGED
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.14.
|
|
4
|
+
version: 0.14.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ASSEINFO
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-04
|
|
11
|
+
date: 2021-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: barby
|
|
@@ -503,7 +503,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
503
503
|
- !ruby/object:Gem::Version
|
|
504
504
|
version: '0'
|
|
505
505
|
requirements: []
|
|
506
|
-
rubygems_version: 3.
|
|
506
|
+
rubygems_version: 3.2.7
|
|
507
507
|
signing_key:
|
|
508
508
|
specification_version: 4
|
|
509
509
|
summary: DANFE pdf generator for Brazilian invoices.
|