1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "RubyInstall",
"description": "Install Ruby, JRuby, Rubinius, TruffleRuby, or mruby",
"url": "https://github.com/postmodern/ruby-install/archive/v0.7.0.tar.gz",
"mirror": null,
"homepage": "https://github.com/postmodern/ruby-install#readme",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\", \"install\", \"PREFIX=#{prefix}\""
],
"version": "0.7.0",
"file": "ruby-install.rb"
}
|