Expose stable/unstable specs

This commit is contained in:
Adam Vandenberg 2011-12-18 09:49:48 -08:00
parent fd082f63b6
commit 2dba766fda

View File

@ -100,6 +100,7 @@ class Formula
include FileUtils include FileUtils
attr_reader :name, :path, :url, :version, :homepage, :specs, :downloader attr_reader :name, :path, :url, :version, :homepage, :specs, :downloader
attr_reader :stable, :unstable
attr_reader :bottle, :bottle_sha1, :head attr_reader :bottle, :bottle_sha1, :head
# Homebrew determines the name # Homebrew determines the name