diff options
Diffstat (limited to 'Library/Homebrew/compat/software_spec.rb')
| -rw-r--r-- | Library/Homebrew/compat/software_spec.rb | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
