Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Add prawn 2.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbyron committed Mar 23, 2015
1 parent 19b42c6 commit 4d657da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PATH
remote: .
specs:
prawn-labels (1.2.2)
prawn (>= 1.0.0, < 2.0)
prawn-labels (1.2.3)
prawn (~> 2.0.0, >= 1.0.0)

GEM
remote: https://rubygems.org/
specs:
minitest (2.12.1)
pdf-core (0.4.0)
prawn (1.3.0)
pdf-core (~> 0.4.0)
pdf-core (0.5.1)
prawn (2.0.0)
pdf-core (~> 0.5.0)
ttfunk (~> 1.4.0)
purdytest (1.0.0)
minitest (~> 2.2)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2
1.2.3
2 changes: 1 addition & 1 deletion prawn-labels.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ END_DESC
spec.email = ["[email protected]"]
spec.rubyforge_project = "prawn-labels"

spec.add_dependency 'prawn', ['>= 1.0.0', '< 2.0']
spec.add_dependency 'prawn', ['>= 1.0.0', '~> 2.0.0']
end

0 comments on commit 4d657da

Please sign in to comment.