diff options
| author | Dominyk Tiller | 2015-03-04 01:10:53 +0000 |
|---|---|---|
| committer | Jack Nagel | 2015-03-03 21:17:00 -0500 |
| commit | e9688e705d69c8978815af338a4e5affbac1b9ee (patch) | |
| tree | d2f2122ec53aa3b4018b82e6ccd78ba25d66c833 | |
| parent | 1c1943f6d08e01299b2b217899d13198bf03803f (diff) | |
| download | homebrew-e9688e705d69c8978815af338a4e5affbac1b9ee.tar.bz2 | |
ruby 2.2.1
New Ruby; Just a bug-fix release.
Closes #37380.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/ruby.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index 85aa71c16..1c8d1bc32 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -1,9 +1,7 @@ -require "formula" - class Ruby < Formula homepage "https://www.ruby-lang.org/" - url "http://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.0.tar.bz2" - sha256 "1c031137999f832f86be366a71155113675b72420830ce432b777a0ff4942955" + url "http://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.1.tar.bz2" + sha256 "4e5676073246b7ade207be3e80a930567a88100513591a0f19fc38e247370065" bottle do sha1 "8591ec9c138a4850a030f78d5ae3e4facc2ad6ba" => :yosemite |
