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:
parent
e9b50941db
commit
02b09e311f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user