Merge pull request #1691 from MikeMcQuaid/create-version-null
create: handle Version::NULL correctly.
This commit is contained in:
commit
201b45d2ca
@ -119,7 +119,7 @@ class FormulaCreator
|
||||
if @version
|
||||
@version = Version.create(@version)
|
||||
else
|
||||
@version = Pathname.new(url).version
|
||||
@version = Version.detect(url, {})
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user