Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
selecta: depend on ruby instead of :ruby
  • Loading branch information
commitay authored and ilovezfs committed Jan 11, 2018
1 parent f546b41 commit f6ea6f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/selecta.rb
Expand Up @@ -3,10 +3,11 @@ class Selecta < Formula
homepage "https://github.com/garybernhardt/selecta"
url "https://github.com/garybernhardt/selecta/archive/v0.0.6.tar.gz"
sha256 "c5e0fdab53b3c4942e46c1a2c5a38158f21eb0520c6391f77d6d0a7d2a023318"
revision 1

bottle :unneeded

depends_on :ruby => "1.9"
depends_on "ruby" if MacOS.version <= :mountain_lion

def install
bin.install "selecta"
Expand Down

0 comments on commit f6ea6f1

Please sign in to comment.