insulin 0.1.4 → 0.1.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.
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- insulin (0.1.3)
12
+ insulin (0.1.4)
13
13
  bson_ext
14
14
  ffi
15
15
  mongo
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,
@@ -1,5 +1,5 @@
1
1
  module Insulin
2
2
 
3
3
  # Current version
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: insulin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: