aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby-install.rb
diff options
context:
space:
mode:
authorShannon Skipper2013-12-25 15:42:32 -0800
committerJack Nagel2013-12-25 20:12:58 -0600
commit0bb9915968a62911b0105f6db78ad7b378fa9bce (patch)
tree3db16cb87a23d7d51a6d59ba5110eb01c45237d7 /Library/Formula/ruby-install.rb
parent4dbaeae3ffaeb10a6af4ee80f9e79c3c6da0faa6 (diff)
downloadhomebrew-0bb9915968a62911b0105f6db78ad7b378fa9bce.tar.bz2
ruby-install 0.3.4
### 0.3.4 / 2013-12-25 * Use the `.part` file extension for files being downloaded, to distinguish between already downloaded files. #### ruby * Added versions for 2.1.0-rc1 and 2.1.0. #### jruby * Added version for 1.7.9. #### rubinius * Added version for 2.2.2. Closes #25465. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/ruby-install.rb')
-rw-r--r--Library/Formula/ruby-install.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ruby-install.rb b/Library/Formula/ruby-install.rb
index 4b5f71367..f53018adc 100644
--- a/Library/Formula/ruby-install.rb
+++ b/Library/Formula/ruby-install.rb
@@ -2,8 +2,8 @@ require 'formula'
class RubyInstall < Formula
homepage 'https://github.com/postmodern/ruby-install#readme'
- url 'https://github.com/postmodern/ruby-install/archive/v0.3.3.tar.gz'
- sha1 '9a7a5a8890468acf3d507cca5a2bdb9a53383726'
+ url 'https://github.com/postmodern/ruby-install/archive/v0.3.4.tar.gz'
+ sha1 '76b1df95cb056cfe432499a780f6a12ce908b159'
head 'https://github.com/postmodern/ruby-install.git'