Skip to content

Commit 246a651

Browse files
committed
Merge pull request rbenv#127 from bensie/master
Add definition for 1.9.3-p125
2 parents 365225f + fe85b8b commit 246a651

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

share/ruby-build/1.8.7-p358

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
require_gcc
2+
install_package "ruby-1.8.7-p358" "http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p358.tar.gz"
3+
install_package "rubygems-1.6.2" "http://production.cf.rubygems.org/rubygems/rubygems-1.6.2.tgz" ruby

share/ruby-build/1.9.3-p125

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
require_gcc
2+
install_package "yaml-0.1.4" "http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz"
3+
install_package "ruby-1.9.3-p125" "http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p125.tar.gz"

0 commit comments

Comments
 (0)