diff options
Diffstat (limited to 'Library/Formula/chruby.rb')
| -rw-r--r-- | Library/Formula/chruby.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/chruby.rb b/Library/Formula/chruby.rb index e173cbd97..c86b13842 100644 --- a/Library/Formula/chruby.rb +++ b/Library/Formula/chruby.rb @@ -2,8 +2,8 @@ require 'formula' class Chruby < Formula homepage 'https://github.com/postmodern/chruby#readme' - url 'https://github.com/postmodern/chruby/archive/v0.3.7.tar.gz' - sha1 '237903096f874f40749520d267fe35e2e3222bb3' + url 'https://github.com/postmodern/chruby/archive/v0.3.8.tar.gz' + sha1 '320d13bacafeae72631093dba1cd5526147d03cc' head 'https://github.com/postmodern/chruby.git' @@ -18,7 +18,7 @@ class Chruby < Formula By default chruby will search for Rubies installed into /opt/rubies/ or ~/.rubies/. For non-standard installation locations, simply set the RUBIES - variable: + variable after loading chruby.sh: RUBIES=( /opt/jruby-1.7.0 |
