Commit 7562b284 authored by Julien Ammous's avatar Julien Ammous

consider gem version to be 0.0.0 unless specified

parent 14bd8cef
......@@ -38,6 +38,7 @@ module MRuby
def initialize(name, &block)
@name = name
@initializer = block
@version = "0.0.0"
MRuby::Gem.current = self
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment