consider gem version to be 0.0.0 unless specified

This commit is contained in:
Julien Ammous
2013-05-09 10:15:20 +02:00
parent 14bd8ceff3
commit 7562b28439
+1
View File
@@ -38,6 +38,7 @@ module MRuby
def initialize(name, &block)
@name = name
@initializer = block
@version = "0.0.0"
MRuby::Gem.current = self
end