Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Feb 25, 2010
1 parent 775a474 commit f2c7335
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'rake/testtask'
require "rake/rdoctask"
require "rake/gempackagetask"

PRAWN_VERSION = "0.8.1"
PRAWN_VERSION = "0.8.3"

task :default => [:test]

Expand Down
9 changes: 5 additions & 4 deletions meta/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@ require "rake/gempackagetask"

spec = Gem::Specification.new do |spec|
spec.name = "prawn"
spec.version = "0.8.1"
spec.version = "0.8.3"
spec.platform = Gem::Platform::RUBY
spec.summary = "A fast and nimble PDF generator for Ruby"
spec.add_dependency('prawn-core', '>= 0.8.1'. "< 0.9")
spec.add_dependency('prawn-layout', '>= 0.8.1', "< 0.9")
spec.add_dependency('prawn-security''>= 0.8.1', "< 0.9")
spec.add_dependency('prawn-core', '>= 0.8.3', "< 0.9")
spec.add_dependency('prawn-layout', '>= 0.8.3', "< 0.9")
spec.add_dependency('prawn-security', '>= 0.8.3', "< 0.9")
spec.files = Dir.glob("lib/*")
spec.require_path = "lib"
spec.author = "Gregory Brown"
spec.email = " gregory.t.brown@gmail.com"
spec.homepage = "http://wiki.github.com/sandal/prawn"
spec.description = "Prawn is a fast, tiny, and nimble PDF generator for Ruby"
spec.rubyforge_project = "prawn"
spec.post_install_message = %{
Welcome to Prawn, the best pure-Ruby PDF solution ever!
This is version 0.8
Expand Down

0 comments on commit f2c7335

Please sign in to comment.