formula.rb: put bottle attrs on separate line

This line is getting long, and having these on a separate line
will help with some rebasing in some work-in-progress branches.
This commit is contained in:
Adam Vandenberg 2011-06-21 16:34:07 -07:00
parent e9b50941db
commit 02b09e311f

View File

@ -101,7 +101,8 @@ end
class Formula class Formula
include FileUtils include FileUtils
attr_reader :name, :path, :url, :bottle, :bottle_sha1, :version, :homepage, :specs, :downloader attr_reader :name, :path, :url, :version, :homepage, :specs, :downloader
attr_reader :bottle, :bottle_sha1
# Homebrew determines the name # Homebrew determines the name
def initialize name='__UNKNOWN__', path=nil def initialize name='__UNKNOWN__', path=nil