brew/Library/Homebrew/bottle_version.rb

9 lines
152 B
Ruby
Raw Normal View History

2013-08-03 20:02:10 -07:00
class BottleVersion < Version
def self._parse spec
spec = Pathname.new(spec) unless spec.is_a? Pathname
stem = spec.stem
super
end
end