selecta: use RubyRequirement.
This commit is contained in:
parent
99ff95d5f0
commit
e7d1960c02
1 changed files with 1 additions and 15 deletions
|
@ -1,23 +1,9 @@
|
|||
class Ruby19Dependency < Requirement
|
||||
fatal true
|
||||
|
||||
satisfy do
|
||||
ruby = which("ruby")
|
||||
`#{ruby} --version` =~ /ruby (\d\.\d).\d/
|
||||
$1.to_f >= 1.9
|
||||
end
|
||||
|
||||
def message
|
||||
"Selecta requires Ruby 1.9 or greater."
|
||||
end
|
||||
end
|
||||
|
||||
class Selecta < Formula
|
||||
homepage "https://github.com/garybernhardt/selecta"
|
||||
url "https://github.com/garybernhardt/selecta/archive/v0.0.6.tar.gz"
|
||||
sha1 "bf8881b2d545847921b1a05d23b88e2037c358e4"
|
||||
|
||||
depends_on Ruby19Dependency
|
||||
depends_on :ruby => "1.9"
|
||||
|
||||
def install
|
||||
bin.install "selecta"
|
||||
|
|
Loading…
Reference in a new issue