Skip to content

Commit

Permalink
First pass at removing unsupported/unsupportable
Browse files Browse the repository at this point in the history
Cookbooks removed in this branch are either deprecated due to
various reasons (projects no longer active or functionality has
been replaced), or because Opscode lacks the capacity to
sufficiently support and maintain them. The cookbooks will still
be available for download from the Community site or from previous
commits in this repository.
  • Loading branch information
jtimberman committed May 31, 2011
1 parent d74f3cf commit 01d53b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
8 changes: 1 addition & 7 deletions metadata.json
Expand Up @@ -8,12 +8,6 @@
"platforms": {
},
"dependencies": {
"ruby": [

],
"rubygems": [

]
},
"recommendations": {
},
Expand All @@ -32,5 +26,5 @@
"recipes": {
"unicorn": "Installs unicorn rubygem"
},
"version": "0.1.4"
"version": "1.0.0"
}
4 changes: 1 addition & 3 deletions metadata.rb
Expand Up @@ -3,7 +3,5 @@
license "Apache 2.0"
description "Installs/Configures unicorn"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.1.4"
depends "ruby"
depends "rubygems"
version "1.0.0"
recipe "unicorn", "Installs unicorn rubygem"
3 changes: 0 additions & 3 deletions recipes/default.rb
Expand Up @@ -18,7 +18,4 @@
# limitations under the License.
#

include_recipe "ruby"
include_recipe "rubygems"

gem_package "unicorn"

0 comments on commit 01d53b7

Please sign in to comment.