rabidprawns 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/rabidprawns.rb +9 -7
  2. data/rabidprawns.gemspec +1 -1
  3. metadata +4 -4
data/lib/rabidprawns.rb CHANGED
@@ -26,13 +26,15 @@ class RabidPrawns
26
26
  end
27
27
  end
28
28
 
29
- module Prawn
30
- class Document
31
- def height_of(text, args)
32
- unless(args.is_a?(Hash))
33
- args = {:width => 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
- super(text, args)
38
+ end
36
39
  end
37
40
  end
38
- end
data/rabidprawns.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'rabidprawns'
3
- s.version = '0.0.1'
3
+ s.version = '0.0.2'
4
4
  s.summary = 'Rabid Prawns'
5
5
  s.author = 'Chris Roberts'
6
6
  s.email = 'chrisroberts.code@gmail.com'
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: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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: 2010-08-04 00:00:00 -07:00
18
+ date: 2011-01-24 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies: []
21
21