remove Bintray.version method

Closes Homebrew/homebrew#38587.

Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
Xu Cheng 2015-04-23 12:27:28 +08:00
parent b3a38ea871
commit 71c7781ecd

View File

@ -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