diff options
| author | Gary Bernhardt | 2015-01-05 15:16:07 -0800 |
|---|---|---|
| committer | Jack Nagel | 2015-01-05 23:28:35 -0500 |
| commit | 99028c47c4c8864672d54d2cefa0b0e8d748c63a (patch) | |
| tree | 399e5879b807988efad1ca1e6c04b00251f8e47b /Library/Formula | |
| parent | 05b1b9a54722df8a1ca10ef5205b68df4c90713e (diff) | |
| download | homebrew-99028c47c4c8864672d54d2cefa0b0e8d748c63a.tar.bz2 | |
selecta 0.0.6
Closes #35582.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/selecta.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/selecta.rb b/Library/Formula/selecta.rb index 0a8256eab..00b146ec0 100644 --- a/Library/Formula/selecta.rb +++ b/Library/Formula/selecta.rb @@ -1,5 +1,3 @@ -require "formula" - class Ruby19Dependency < Requirement fatal true @@ -16,8 +14,8 @@ end class Selecta < Formula homepage "https://github.com/garybernhardt/selecta" - url "https://github.com/garybernhardt/selecta/archive/v0.0.3.tar.gz" - sha1 "0530f2145d5eb018ba9cf7108bd78d3e5bb03434" + url "https://github.com/garybernhardt/selecta/archive/v0.0.6.tar.gz" + sha1 "bf8881b2d545847921b1a05d23b88e2037c358e4" depends_on Ruby19Dependency |
