brew/Library/Homebrew/compat/software_spec.rb
Mike McQuaid 2d18ba586b Enable more deprecations.
It's been long enough that these have been commented out so let's
enable them globally.
2017-07-21 10:50:07 +01:00

7 lines
155 B
Ruby

class BottleSpecification
def revision(*args)
odeprecated "BottleSpecification.revision", "BottleSpecification.rebuild"
rebuild(*args)
end
end