insulin 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/insulin/pdf.rb +2 -2
- data/lib/insulin/version.rb +1 -1
- metadata +1 -1
data/Gemfile.lock
CHANGED
data/lib/insulin/pdf.rb
CHANGED
@@ -56,7 +56,7 @@ module Insulin
|
|
56
56
|
]
|
57
57
|
]
|
58
58
|
],
|
59
|
-
:position => :center,
|
59
|
+
# :position => :center,
|
60
60
|
:column_widths => [
|
61
61
|
300,
|
62
62
|
200
|
@@ -96,7 +96,7 @@ module Insulin
|
|
96
96
|
end
|
97
97
|
end
|
98
98
|
@pdf.table @grid,
|
99
|
-
:position => :center,
|
99
|
+
# :position => :center,
|
100
100
|
:column_widths => [
|
101
101
|
100,
|
102
102
|
100,
|
data/lib/insulin/version.rb
CHANGED