Created
December 5, 2012 20:54
-
-
Save lithix-src/4219386 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
index 3144d77..f2629e4 100644 | |
--- a/cookbooks/dbshards/metadata.rb | |
+++ b/cookbooks/dbshards/metadata.rb | |
@@ -3,7 +3,7 @@ maintainer_email "[email protected]" | |
license "All rights reserved" | |
description "Installs/Configures dbshards" | |
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) | |
-version "0.0.36" | |
+version "0.0.37" | |
depends "logrotate" | |
depends "ark" | |
diff --git a/environments/test.json b/environments/test.json | |
index 4baf939..e467083 100644 | |
--- a/environments/test.json | |
+++ b/environments/test.json | |
@@ -4,7 +4,7 @@ | |
"cookbook_versions": { | |
"java": "= 1.6.0", | |
"logrotate": "= 1.0.2", | |
- "dbshards": "= 0.0.36" | |
+ "dbshards": "= 0.0.37" | |
}, | |
"json_class": "Chef::Environment", | |
"chef_type": "environment", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment