Merge pull request #1614 from alyssais/tab_homebrew_version
tab: include HOMEBREW_VERSION
This commit is contained in:
commit
0198bca567
@ -20,6 +20,7 @@ class Tab < OpenStruct
|
|||||||
def self.create(formula, compiler, stdlib)
|
def self.create(formula, compiler, stdlib)
|
||||||
build = formula.build
|
build = formula.build
|
||||||
attributes = {
|
attributes = {
|
||||||
|
"homebrew_version" => HOMEBREW_VERSION,
|
||||||
"used_options" => build.used_options.as_flags,
|
"used_options" => build.used_options.as_flags,
|
||||||
"unused_options" => build.unused_options.as_flags,
|
"unused_options" => build.unused_options.as_flags,
|
||||||
"tabfile" => formula.prefix.join(FILENAME),
|
"tabfile" => formula.prefix.join(FILENAME),
|
||||||
@ -299,6 +300,7 @@ class Tab < OpenStruct
|
|||||||
|
|
||||||
def to_json
|
def to_json
|
||||||
attributes = {
|
attributes = {
|
||||||
|
"homebrew_version" => homebrew_version,
|
||||||
"used_options" => used_options.as_flags,
|
"used_options" => used_options.as_flags,
|
||||||
"unused_options" => unused_options.as_flags,
|
"unused_options" => unused_options.as_flags,
|
||||||
"built_as_bottle" => built_as_bottle,
|
"built_as_bottle" => built_as_bottle,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user