From 2dba766fda38fcd46cd342d5aaae56124f8f6439 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 18 Dec 2011 09:49:48 -0800 Subject: [PATCH] Expose stable/unstable specs --- Library/Homebrew/formula.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 158e7f017b..b814eeabc6 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -100,6 +100,7 @@ class Formula include FileUtils attr_reader :name, :path, :url, :version, :homepage, :specs, :downloader + attr_reader :stable, :unstable attr_reader :bottle, :bottle_sha1, :head # Homebrew determines the name