rabidprawns 0.0.1 → 0.0.2
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/rabidprawns.rb +9 -7
- data/rabidprawns.gemspec +1 -1
- metadata +4 -4
data/lib/rabidprawns.rb
CHANGED
|
@@ -26,13 +26,15 @@ class RabidPrawns
|
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
args
|
|
29
|
+
if(Prawn::VERSION > '0.6')
|
|
30
|
+
module Prawn
|
|
31
|
+
class Document
|
|
32
|
+
def height_of(text, args)
|
|
33
|
+
unless(args.is_a?(Hash))
|
|
34
|
+
args = {:width => args}
|
|
35
|
+
end
|
|
36
|
+
super(text, args)
|
|
34
37
|
end
|
|
35
|
-
|
|
38
|
+
end
|
|
36
39
|
end
|
|
37
40
|
end
|
|
38
|
-
end
|
data/rabidprawns.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rabidprawns
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Chris Roberts
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2011-01-24 00:00:00 -08:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|