selecta 0.0.6

Closes Homebrew/homebrew#35582.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Gary Bernhardt 2015-01-05 15:16:07 -08:00 committed by Jack Nagel
parent 20dfc3b5b9
commit 7efe2c18d5

View file

@ -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