prawn 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +5 -5
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.6.1
4
+ version: 0.6.2
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-11-10 00:00:00 -05:00
12
+ date: 2009-11-13 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.6.1
23
+ version: 0.6.2
24
24
  - - <
25
25
  - !ruby/object:Gem::Version
26
26
  version: "0.7"
@@ -78,7 +78,7 @@ has_rdoc: true
78
78
  homepage: http://prawn.majesticseacreature.com
79
79
  licenses: []
80
80
 
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 "
81
+ post_install_message: "\n Welcome to Prawn, the best pure-Ruby PDF solution ever!\n This is version 0.6\n \n For those coming from Prawn 0.5 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 "
82
82
  rdoc_options: []
83
83
 
84
84
  require_paths:
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  requirements: []
99
99
 
100
100
  rubyforge_project: prawn
101
- rubygems_version: 1.3.4
101
+ rubygems_version: 1.3.5
102
102
  signing_key:
103
103
  specification_version: 3
104
104
  summary: A fast and nimble PDF generator for Ruby