aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby-install.rb
diff options
context:
space:
mode:
authorShannon Skipper2013-12-04 13:15:05 -0800
committerAdam Vandenberg2013-12-04 19:56:14 -0800
commitb8a6c99634a637437d1c9b6879c4f855c22c5019 (patch)
treec9c5e3012da1bb55c2af608ee794002d41b8c874 /Library/Formula/ruby-install.rb
parenta67b4a0885d7bd7d0d8f48276bba03c53aef2aaf (diff)
downloadhomebrew-b8a6c99634a637437d1c9b6879c4f855c22c5019.tar.bz2
ruby-install 0.3.3
### 0.3.3 / 2013-12-04 * Add support for the MacPorts package manager (@havenwood). * Fixed extglob pattern in `fetch`. Closes #24938. Signed-off-by: Adam Vandenberg <flangy@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 a3b8456ab..4b5f71367 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.2.tar.gz'
- sha1 '5561df9bb5d73677cf5193d27ec130f52c4e4755'
+ url 'https://github.com/postmodern/ruby-install/archive/v0.3.3.tar.gz'
+ sha1 '9a7a5a8890468acf3d507cca5a2bdb9a53383726'
head 'https://github.com/postmodern/ruby-install.git'