remove Bintray.version method
Closes Homebrew/homebrew#38587. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
b3a38ea871
commit
71c7781ecd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user