This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So far prawn-labels has worked with the entire 1.x line, so let's assume it continues working and allow any 1.x version to be used. We can always swoop in and fix any bugs that come up in later prawn releases.
- Loading branch information
1 parent
6538690
commit 19b42c6
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.1 | ||
1.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,5 @@ END_DESC | |
spec.email = ["[email protected]"] | ||
spec.rubyforge_project = "prawn-labels" | ||
|
||
spec.add_dependency('prawn', '~> 1.2.0') | ||
spec.add_dependency 'prawn', ['>= 1.0.0', '< 2.0'] | ||
end |