Navigation Menu

Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Jan 31, 2010
1 parent 4b753a9 commit d1aa087
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ require 'rake/testtask'
require "rake/rdoctask"
require "rake/gempackagetask"

PRAWN_VERSION = "0.7.1"
PRAWN_VERSION = "0.7.2"

task :default => [:test]

Expand Down
2 changes: 1 addition & 1 deletion lib/prawn/core.rb
Expand Up @@ -25,7 +25,7 @@ module Prawn
# The base source directory for Prawn as installed on the system
BASEDIR = File.expand_path(File.join(dir, '..', '..'))

VERSION = "0.7.1"
VERSION = "0.7.2"

extend self

Expand Down
6 changes: 3 additions & 3 deletions meta/Rakefile
Expand Up @@ -8,11 +8,11 @@ require "rake/gempackagetask"

spec = Gem::Specification.new do |spec|
spec.name = "prawn"
spec.version = "0.7.1"
spec.version = "0.7.2"
spec.platform = Gem::Platform::RUBY
spec.summary = "A fast and nimble PDF generator for Ruby"
spec.add_dependency('prawn-core', '>= 0.7.1', '< 0.8')
spec.add_dependency('prawn-layout', '>= 0.7.1', '< 0.8')
spec.add_dependency('prawn-core', '>= 0.7.2', '< 0.8')
spec.add_dependency('prawn-layout', '>= 0.7.2', '< 0.8')
spec.add_dependency('prawn-security', '>= 0.7.1', '< 0.8')
spec.files = Dir.glob("lib/*")
spec.require_path = "lib"
Expand Down

0 comments on commit d1aa087

Please sign in to comment.