Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #138 from dbussink/dbussink/github-ruby-2-1-6
Browse files Browse the repository at this point in the history
Add GitHub Ruby 2.1.6
  • Loading branch information
MikeMcQuaid committed Apr 15, 2015
2 parents 56428d1 + 8551414 commit be67004
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ruby::version::alias:
2.1.2-github: 2.1.2-github1
2.1.4-github: 2.1.4-github1
2.1.5-github: 2.1.5-github1
2.1.6-github: 2.1.6-github1
2.1-github: 2.1.5-github1
jruby: jruby-1.7.6
ree: ree-1.8.7-2012.02
Expand All @@ -28,7 +29,7 @@ ruby::prefix: '/opt'
ruby::provider: 'rbenv'
ruby::user: "%{::id}"

ruby::build::ensure: 'v20141113'
ruby::build::ensure: 'v20150413'
ruby::build::prefix: "%{hiera('ruby::prefix')}/ruby-build"
ruby::build::user: "%{hiera('ruby::user')}"

Expand Down
3 changes: 3 additions & 0 deletions files/definitions/2.1.6-github1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
install_package "yaml-0.1.6" "http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz#7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749" --if needs_yaml
install_package "openssl-1.0.1m" "https://www.openssl.org/source/openssl-1.0.1m.tar.gz#095f0b7b09116c0c5526422088058dc7e6e000aa14d22acca6a4e2babcdfef74" mac_openssl --if has_broken_mac_openssl
install_package "ruby-2_1_6_github1" "https://github.com/github/ruby/archive/v2_1_6_github1.tar.gz#c874bb4aa16debc37e55f2b021f1970fb527be1053ce3a9a30a2a67848959b65" ldflags_dirs autoconf standard verify_openssl

0 comments on commit be67004

Please sign in to comment.