summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJulien Ammous <[email protected]>2013-05-09 10:15:20 +0200
committerJulien Ammous <[email protected]>2013-05-09 10:15:20 +0200
commit7562b284397dde6daf5dbd9a9c15d1b7c019f4bd (patch)
tree46860600351e7dca566cd46709687cda6aa0ef5c
parent14bd8ceff3ee5e82f10b4cd5a9fe6f78d00bd3bd (diff)
downloadmruby-7562b284397dde6daf5dbd9a9c15d1b7c019f4bd.tar.gz
mruby-7562b284397dde6daf5dbd9a9c15d1b7c019f4bd.zip
consider gem version to be 0.0.0 unless specified
-rw-r--r--tasks/mrbgem_spec.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/mrbgem_spec.rake b/tasks/mrbgem_spec.rake
index 528542a03..86cdf1f21 100644
--- a/tasks/mrbgem_spec.rake
+++ b/tasks/mrbgem_spec.rake
@@ -38,6 +38,7 @@ module MRuby
def initialize(name, &block)
@name = name
@initializer = block
+ @version = "0.0.0"
MRuby::Gem.current = self
end