diff options
| author | Julien Ammous <[email protected]> | 2013-05-09 10:15:20 +0200 |
|---|---|---|
| committer | Julien Ammous <[email protected]> | 2013-05-09 10:15:20 +0200 |
| commit | 7562b284397dde6daf5dbd9a9c15d1b7c019f4bd (patch) | |
| tree | 46860600351e7dca566cd46709687cda6aa0ef5c /tasks | |
| parent | 14bd8ceff3ee5e82f10b4cd5a9fe6f78d00bd3bd (diff) | |
| download | mruby-7562b284397dde6daf5dbd9a9c15d1b7c019f4bd.tar.gz mruby-7562b284397dde6daf5dbd9a9c15d1b7c019f4bd.zip | |
consider gem version to be 0.0.0 unless specified
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/mrbgem_spec.rake | 1 |
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 |
