alego_report 0.1.0 → 0.1.1
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.
- data/lib/alego_report.rb +3 -3
- metadata +3 -3
data/lib/alego_report.rb
CHANGED
|
@@ -163,9 +163,9 @@ class Relatorio
|
|
|
163
163
|
colunas_impressas += campo[:nome_impressao].upcase + (" " * (espacos_em_branco / 0.5 + 3))
|
|
164
164
|
end
|
|
165
165
|
|
|
166
|
-
if desenhar_linhas == true
|
|
167
|
-
|
|
168
|
-
end
|
|
166
|
+
# if desenhar_linhas == true
|
|
167
|
+
# doc.horizontal_line :bottom, :border => { :color => '#000000', :width => 1 }
|
|
168
|
+
# end
|
|
169
169
|
|
|
170
170
|
doc.moveto :x => @eixo_x, :y => @eixo_y
|
|
171
171
|
doc.show colunas_impressas, :tag => :hel_negrito
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alego_report
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- "Gustavo Gomes da F\xC3\xA9"
|