papernote 1.0.0 → 1.0.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.
@@ -28,7 +28,8 @@ class Cornell
28
28
  end
29
29
 
30
30
  def make_holes
31
- holes = Integer(@options[:holes]) || 0
31
+ holes = @options[:holes] || 0
32
+ holes = Integer(holes)
32
33
  if holes > 0
33
34
  from_left = 11.mm
34
35
  hole_radius = 5.mm / 2
@@ -1,3 +1,3 @@
1
1
  module Papernote
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: papernote
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -141,7 +141,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
141
141
  version: '0'
142
142
  segments:
143
143
  - 0
144
- hash: 123865551
144
+ hash: -405985393
145
145
  required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  none: false
147
147
  requirements:
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  version: '0'
151
151
  segments:
152
152
  - 0
153
- hash: 123865551
153
+ hash: -405985393
154
154
  requirements: []
155
155
  rubyforge_project:
156
156
  rubygems_version: 1.8.24