From 27ecf588c703c49f2dfd89e269dfba2f7af5e670 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 18 Aug 2016 17:32:35 +0100 Subject: Rename bottle's revision to rebuild. --- Library/Homebrew/compat/software_spec.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Library/Homebrew/compat/software_spec.rb (limited to 'Library/Homebrew/compat') diff --git a/Library/Homebrew/compat/software_spec.rb b/Library/Homebrew/compat/software_spec.rb new file mode 100644 index 000000000..51b0f3a0b --- /dev/null +++ b/Library/Homebrew/compat/software_spec.rb @@ -0,0 +1,8 @@ +class BottleSpecification + def revision(*args) + # Don't announce deprecation yet as this is quite a big change + # to a public interface. + # odeprecated "BottleSpecification.revision", "BottleSpecification.rebuild" + rebuild(*args) + end +end -- cgit v1.2.3