mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
consider gem version to be 0.0.0 unless specified
This commit is contained in:
@@ -38,6 +38,7 @@ module MRuby
|
||||
def initialize(name, &block)
|
||||
@name = name
|
||||
@initializer = block
|
||||
@version = "0.0.0"
|
||||
MRuby::Gem.current = self
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user