Remove compat's implicit dependency on formula
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
577fe6d72b
commit
bb78df7356
@ -93,7 +93,9 @@ class Formula
|
|||||||
end
|
end
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
attr_rw :bottle_sha1
|
def bottle_sha1 val=nil
|
||||||
|
val.nil? ? @bottle_sha1 : @bottle_sha1 = val
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user