From 71c7781ecd673722b1fe8a9547cb57e9e6fb55a5 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Thu, 23 Apr 2015 12:27:28 +0800 Subject: [PATCH] remove Bintray.version method Closes Homebrew/homebrew#38587. Signed-off-by: Xu Cheng --- Library/Homebrew/bottles.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index afa3fe2f6b..5890e28c43 100644 --- a/Library/Homebrew/bottles.rb +++ b/Library/Homebrew/bottles.rb @@ -55,10 +55,6 @@ class Bintray return "bottles" if tap.to_s.empty? "bottles-#{tap.sub(/^homebrew\/(homebrew-)?/i, "")}" end - - def self.version(path) - BottleVersion.parse(path).to_s - end end class BottleCollector