aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/software_spec.rb
blob: 8b0408d02f8052dc15a5c987eba3da3c57b5ad49 (plain)
1
2
3
4
5
6
class BottleSpecification
  def revision(*args)
    odeprecated "BottleSpecification.revision", "BottleSpecification.rebuild"
    rebuild(*args)
  end
end