forked from chef-boneyard/ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COOK-328, add irb1.8 to debian/ubuntu
- Loading branch information
jtimberman
committed
Jul 27, 2010
1 parent
40684ce
commit cc0701b
Showing
3 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
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": "[email protected]", | ||
"conflicting": { | ||
"groupings": { | ||
}, | ||
"recommendations": { | ||
}, | ||
"platforms": { | ||
"debian": [ | ||
|
@@ -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": "[email protected]", | ||
"name": "ruby", | ||
"description": "Installs ruby packages", | ||
"groupings": { | ||
"conflicting": { | ||
}, | ||
"description": "Installs ruby packages", | ||
"long_description": "" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
maintainer_email "[email protected]" | ||
license "Apache 2.0" | ||
description "Installs ruby packages" | ||
version "0.7.1" | ||
version "0.7.2" | ||
|
||
recipe "ruby", "Installs ruby packages" | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ | |
ruby1.8-dev | ||
rdoc1.8 | ||
ri1.8 | ||
irb1.8 | ||
libshadow-ruby1.8 | ||
libopenssl-ruby | ||
} | ||
|