prawn 0.5.1 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +26 -7
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.5.1
4
+ version: 0.6.1
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: 2009-09-22 00:00:00 -04:00
12
+ date: 2009-11-10 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.5.1
23
+ version: 0.6.1
24
24
  - - <
25
25
  - !ruby/object:Gem::Version
26
- version: "0.6"
26
+ version: "0.7"
27
27
  version:
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: prawn-layout
@@ -33,7 +33,10 @@ dependencies:
33
33
  requirements:
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: 0.2.1
36
+ version: 0.3.1
37
+ - - <
38
+ - !ruby/object:Gem::Version
39
+ version: "0.4"
37
40
  version:
38
41
  - !ruby/object:Gem::Dependency
39
42
  name: prawn-format
@@ -43,7 +46,23 @@ dependencies:
43
46
  requirements:
44
47
  - - ">="
45
48
  - !ruby/object:Gem::Version
46
- version: 0.2.1
49
+ version: 0.2.2
50
+ - - <
51
+ - !ruby/object:Gem::Version
52
+ version: "0.3"
53
+ version:
54
+ - !ruby/object:Gem::Dependency
55
+ name: prawn-security
56
+ type: :runtime
57
+ version_requirement:
58
+ version_requirements: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 0.1.1
63
+ - - <
64
+ - !ruby/object:Gem::Version
65
+ version: "0.2"
47
66
  version:
48
67
  description: Prawn is a fast, tiny, and nimble PDF generator for Ruby
49
68
  email: " gregory.t.brown@gmail.com"
@@ -59,7 +78,7 @@ has_rdoc: true
59
78
  homepage: http://prawn.majesticseacreature.com
60
79
  licenses: []
61
80
 
62
- post_install_message: "\n Welcome to Prawn, the best pure-Ruby PDF solution ever!\n This is version 0.5.1\n \n For those coming from Prawn 0.4.x or earlier, note that this release has\n several API breaking changes as well as many new features.\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: \n http://github.com/sandal/prawn\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 "
81
+ post_install_message: "\n Welcome to Prawn, the best pure-Ruby PDF solution ever!\n This is version 0.6.1\n \n For those coming from Prawn 0.5.x 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.5 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/sandal/prawn-format\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 "
63
82
  rdoc_options: []
64
83
 
65
84
  require_paths: