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

Commit

Permalink
i hate gem dependencies so much
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Aug 24, 2011
1 parent 09a078b commit ee726d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cinderella.gemspec
Expand Up @@ -14,9 +14,9 @@ Gem::Specification.new do |s|
s.rubyforge_project = "cinderella"

s.add_dependency "lunchy", "~>0.4.0"
s.add_dependency "chef", "~>0.10.4"
s.add_dependency "json", "~>1.5.0"
s.add_dependency "rest-client", "~>1.6.1"
s.add_dependency "chef", "=0.10.4"
s.add_dependency "json", "=1.5.2"
s.add_dependency "rest-client", "=1.6.1"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/cinderella/version.rb
@@ -1,3 +1,3 @@
module Cinderella
VERSION = "0.2.13"
VERSION = "0.2.14"
end

0 comments on commit ee726d5

Please sign in to comment.