diff options
| author | Xu Cheng | 2015-04-23 12:27:28 +0800 | 
|---|---|---|
| committer | Xu Cheng | 2015-04-26 17:19:03 +0800 | 
| commit | 37ed9cecab38b07203bcbdfb0b0033986734dcf2 (patch) | |
| tree | c2e9ce0b3bad777c4f1a3e607b9cd8d735c16559 | |
| parent | cea8bac650c3e68c8fbb318b915b3203464b52ad (diff) | |
| download | homebrew-37ed9cecab38b07203bcbdfb0b0033986734dcf2.tar.bz2 | |
remove Bintray.version method
Closes #38587.
Signed-off-by: Xu Cheng <xucheng@me.com>
| -rw-r--r-- | Library/Homebrew/bottles.rb | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index afa3fe2f6..5890e28c4 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 | 
