Skip to content

Commit

Permalink
COOK-328, add irb1.8 to debian/ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jul 27, 2010
1 parent 2ffe27c commit 4f252c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
22 changes: 11 additions & 11 deletions ruby/metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"recommendations": {
"providing": {
},
"attributes": {
},
"maintainer": "Opscode, Inc.",
"suggestions": {
"replacing": {
},
"dependencies": {
},
"maintainer_email": "cookbooks@opscode.com",
"conflicting": {
"groupings": {
},
"recommendations": {
},
"platforms": {
"debian": [
Expand All @@ -29,17 +29,17 @@
]
},
"license": "Apache 2.0",
"version": "0.7.1",
"providing": {
"version": "0.7.2",
"maintainer": "Opscode, Inc.",
"suggestions": {
},
"recipes": {
"ruby": "Installs ruby packages"
},
"replacing": {
},
"maintainer_email": "cookbooks@opscode.com",
"name": "ruby",
"description": "Installs ruby packages",
"groupings": {
"conflicting": {
},
"description": "Installs ruby packages",
"long_description": ""
}
2 changes: 1 addition & 1 deletion ruby/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs ruby packages"
version "0.7.1"
version "0.7.2"

recipe "ruby", "Installs ruby packages"

Expand Down
1 change: 1 addition & 0 deletions ruby/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
ruby1.8-dev
rdoc1.8
ri1.8
irb1.8
libshadow-ruby1.8
libopenssl-ruby
}
Expand Down

0 comments on commit 4f252c4

Please sign in to comment.