Skip to content

Commit

Permalink
Allow dmg-cookbook v2.0
Browse files Browse the repository at this point in the history
Am I correct that you can't set multiple version constraints like this: `>= 1.1, <= 2.0`?
  • Loading branch information
jeroenj committed Sep 10, 2013
1 parent 532b914 commit fea44ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.0"

depends "dmg", "~> 1.1"
depends "dmg", ">= 1.1"

0 comments on commit fea44ef

Please sign in to comment.