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