prawn 0.5.0.1 → 0.5.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 +12 -9
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.0.1
4
+ version: 0.5.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-06-15 00:00:00 -04:00
12
+ date: 2009-09-22 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -18,9 +18,12 @@ dependencies:
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - ~>
21
+ - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.5.0
23
+ version: 0.5.1
24
+ - - <
25
+ - !ruby/object:Gem::Version
26
+ version: "0.6"
24
27
  version:
25
28
  - !ruby/object:Gem::Dependency
26
29
  name: prawn-layout
@@ -28,9 +31,9 @@ dependencies:
28
31
  version_requirement:
29
32
  version_requirements: !ruby/object:Gem::Requirement
30
33
  requirements:
31
- - - ~>
34
+ - - ">="
32
35
  - !ruby/object:Gem::Version
33
- version: 0.2.0
36
+ version: 0.2.1
34
37
  version:
35
38
  - !ruby/object:Gem::Dependency
36
39
  name: prawn-format
@@ -38,9 +41,9 @@ dependencies:
38
41
  version_requirement:
39
42
  version_requirements: !ruby/object:Gem::Requirement
40
43
  requirements:
41
- - - ~>
44
+ - - ">="
42
45
  - !ruby/object:Gem::Version
43
- version: 0.2.0
46
+ version: 0.2.1
44
47
  version:
45
48
  description: Prawn is a fast, tiny, and nimble PDF generator for Ruby
46
49
  email: " gregory.t.brown@gmail.com"
@@ -56,7 +59,7 @@ has_rdoc: true
56
59
  homepage: http://prawn.majesticseacreature.com
57
60
  licenses: []
58
61
 
59
- post_install_message: "\n Welcome to Prawn, the best pure-Ruby PDF solution ever!\n This is version 0.5 RC1\n \n Please note that you have downloaded a pre-release candidate gem,\n which has some bugs, ugly spots, other bad things in it. This gem is also\n not fully backwards compatible, and may break existing code.\n\n If you wish to revert until a stable release is ready, uninstall prawn 0.5.0,\n prawn-core 0.5.0, prawn-layout 0.2.0 and prawn-format 0.2.0\n\n For details on what has changed, see:\n http://prawn.majesticseacreature.com/notes/0.5\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 "
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 "
60
63
  rdoc_options: []
61
64
 
62
65
  require_paths: