prawn 0.7.2 → 0.8.4
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: prawn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gregory Brown
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-
|
12
|
+
date: 2010-02-24 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,10 +20,10 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 0.
|
23
|
+
version: 0.8.4
|
24
24
|
- - <
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: "0.
|
26
|
+
version: "0.9"
|
27
27
|
version:
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: prawn-layout
|
@@ -33,10 +33,10 @@ dependencies:
|
|
33
33
|
requirements:
|
34
34
|
- - ">="
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: 0.
|
36
|
+
version: 0.8.4
|
37
37
|
- - <
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: "0.
|
39
|
+
version: "0.9"
|
40
40
|
version:
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: prawn-security
|
@@ -46,10 +46,10 @@ dependencies:
|
|
46
46
|
requirements:
|
47
47
|
- - ">="
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 0.
|
49
|
+
version: 0.8.4
|
50
50
|
- - <
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version: "0.
|
52
|
+
version: "0.9"
|
53
53
|
version:
|
54
54
|
description: Prawn is a fast, tiny, and nimble PDF generator for Ruby
|
55
55
|
email: " gregory.t.brown@gmail.com"
|
@@ -62,10 +62,10 @@ extra_rdoc_files: []
|
|
62
62
|
files:
|
63
63
|
- lib/prawn.rb
|
64
64
|
has_rdoc: true
|
65
|
-
homepage: http://
|
65
|
+
homepage: http://wiki.github.com/sandal/prawn
|
66
66
|
licenses: []
|
67
67
|
|
68
|
-
post_install_message: "\n Welcome to Prawn, the best pure-Ruby PDF solution ever!\n This is version 0.
|
68
|
+
post_install_message: "\n Welcome to Prawn, the best pure-Ruby PDF solution ever!\n This is version 0.8\n \n For those coming from Prawn 0.7 or earlier, note that this release has\n some API breaking changes as well as many new features. *** You'll want \n to know about these changes, as we will no longer be supporting\n Prawn 0.7 or any earlier version of Prawn***\n\n For details on what has changed, see:\n http://wiki.github.com/sandal/prawn/changelog\n\n If you have questions, contact us at:\n http://groups.google.com/group/prawn-ruby\n\n To submit a patch or report a bug, select the appropriate package below: \n http://github.com/sandal/prawn\n http://github.com/sandal/prawn-layout\n http://github.com/madriska/prawn-security\n\n Prawn is meant for experienced Ruby hackers, so if you are new to Ruby, you\n might want to wait until you've had some practice with the language before\n expecting Prawn to work for you. Things may change after 1.0, but for now\n if you're not ready to read source code and patch bugs or missing features \n yourself (with our help), Prawn might not be the right fit.\n\n But if you know what you're getting yourself into, enjoy!\n "
|
69
69
|
rdoc_options: []
|
70
70
|
|
71
71
|
require_paths:
|