Skip to content

Commit

Permalink
depend on pdf-reader 1.x and pdf-inspector 1.1
Browse files Browse the repository at this point in the history
* to use the pdf-reader page based API (introduced in 1.0)
* the pre 1.0 API to pdf-reader is deprecated and will be removed
  soonish
  • Loading branch information
yob committed Apr 8, 2013
1 parent 69ce3cb commit bd8af85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development do
end

group :test do
gem "pdf-inspector", "~> 1.0.2", :require => "pdf/inspector"
gem "pdf-inspector", "~> 1.1.0", :require => "pdf/inspector"
gem "rspec"
gem "mocha", :require => false
gem "rake"
Expand Down
4 changes: 2 additions & 2 deletions prawn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Gem::Specification.new do |spec|
spec.authors = ["Gregory Brown","Brad Ediger","Daniel Nelson","Jonathan Greenberg","James Healy"]
spec.email = ["[email protected]","[email protected]","[email protected]","[email protected]","[email protected]"]
spec.rubyforge_project = "prawn"
spec.add_dependency('pdf-reader', '>=0.9.0', '<2.0')
spec.add_dependency('pdf-reader', '~>1.2')
spec.add_dependency('ttfunk', '~>1.0.3')
spec.add_dependency('ruby-rc4')
spec.add_dependency('afm')
spec.add_development_dependency('pdf-inspector', '~> 1.0.1')
spec.add_development_dependency('pdf-inspector', '~> 1.1.0')
spec.add_development_dependency('coderay', '~> 1.0.7')
spec.add_development_dependency('rdoc')
spec.homepage = "http://prawn.majesticseacreature.com"
Expand Down

0 comments on commit bd8af85

Please sign in to comment.