br_invoices_pdf 0.2.3 → 0.2.4.alpha.14

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: 2fae5093f6313574d0252623aa722e0ec07ff794
4
- data.tar.gz: 036465c3dbdb8358df83a82da4982975e2dd942c
3
+ metadata.gz: 6eb410f43029ea7d34a35532ebcd66ec2c318c48
4
+ data.tar.gz: 578512948b056f42306e41e2cd08a018a2aea57f
5
5
  SHA512:
6
- metadata.gz: 7fc6c4521b9fcc400136af587991a993c1912fe8e5edf78250f0a88eeff98b1e2df5110dfc00c61554d11e8b869669517c015e381e99113a0e2a51355571b22a
7
- data.tar.gz: 72a62e27b3e47d685e44f331b3516a4673efd9e5b25f1496c8cb4bfc0a9b2f5eb7dc78333de9cdc110eaf21d4abb928d27d68b566de52ee9dd6df39e6d30710a
6
+ metadata.gz: d4269767e1d7ef2dc40ded9c8a4683d00e43719bb1daa57f071bcc6aaf67bcb78f93e298b7630a840040aeb1937066ec93b509dc437d213dc9aaf7ef16f589d5
7
+ data.tar.gz: e194e2650f6c46630161729d1758b1b3f24f7182ed9cabd113cb38591a91bc1abf3ce23b9f9ad4f5fa6cdc3893802f8521affb3b58b1f676ff6588ea9fcf9d7a
@@ -2,14 +2,17 @@
2
2
 
3
3
  ## CHANGELOG
4
4
 
5
+ ### Unreleased
6
+
7
+ ### 0.2.4 [2017-09-27]
8
+ - [Corrigido] Tabela de produtos na CFE.
9
+
5
10
  ### 0.2.3 [2017-09-6]
6
11
  - [Corrigido] Encoding errado ao gerar xml, alterando para encoding windows-1252.
7
12
 
8
13
  ### 0.2.2 [2017-08-31]
9
14
  - [Corrigido] Erro ao gerar documento CFE com empresa sem inscrição municipal
10
15
 
11
- ### Unreleased
12
-
13
16
  ### 0.2.1 [2017-08-25]
14
17
  - [Corrigido] Erro ao gerar QR Code com tamanho decimal
15
18
 
@@ -43,7 +43,7 @@ module BrInvoicesPdf
43
43
  # :reek:FeatureEnvy
44
44
  def table_widths(table, width)
45
45
  table.column(0).width = width * 0.16
46
- table.columns([2, 3]).width = width * 0.13
46
+ table.columns([2, 3]).width = width * 0.155
47
47
  table.column([4, 5]).width = width * 0.135
48
48
  end
49
49
  private_class_method :table_widths
@@ -1,3 +1,3 @@
1
1
  module BrInvoicesPdf
2
- VERSION = '0.2.3'.freeze
2
+ VERSION = '0.2.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: br_invoices_pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4.alpha.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Ribeiro
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2017-09-06 00:00:00.000000000 Z
12
+ date: 2017-09-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: prawn
@@ -271,12 +271,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
271
271
  version: '0'
272
272
  required_rubygems_version: !ruby/object:Gem::Requirement
273
273
  requirements:
274
- - - ">="
274
+ - - ">"
275
275
  - !ruby/object:Gem::Version
276
- version: '0'
276
+ version: 1.3.1
277
277
  requirements: []
278
278
  rubyforge_project:
279
- rubygems_version: 2.4.8
279
+ rubygems_version: 2.6.13
280
280
  signing_key:
281
281
  specification_version: 4
282
282
  summary: Brazilian Fiscal Documents PDF generator