summaryrefslogtreecommitdiffhomepage
path: root/tasks/mruby_build_gem.rake
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2013-04-27 16:59:02 +0800
committerDaniel Bovensiepen <[email protected]>2013-04-27 16:59:02 +0800
commit3875140afe6c83868d4469fd170d831bef71a310 (patch)
treea75b179a2f61b775bb8e559ed65069a6cd9dd1d6 /tasks/mruby_build_gem.rake
parent0ad9e5a37d9cd01a104c8643cc03e88c1894ad0b (diff)
downloadmruby-3875140afe6c83868d4469fd170d831bef71a310.tar.gz
mruby-3875140afe6c83868d4469fd170d831bef71a310.zip
IMPROVE: Move GemBox to more logical source location
Diffstat (limited to 'tasks/mruby_build_gem.rake')
-rw-r--r--tasks/mruby_build_gem.rake7
1 files changed, 0 insertions, 7 deletions
diff --git a/tasks/mruby_build_gem.rake b/tasks/mruby_build_gem.rake
index 29c158c22..10e9b9692 100644
--- a/tasks/mruby_build_gem.rake
+++ b/tasks/mruby_build_gem.rake
@@ -1,11 +1,4 @@
module MRuby
- GemBox = BasicObject.new
- class << GemBox
- def new(&block); block.call(self); end
- def config=(obj); @config = obj; end
- def gem(gemdir, &block); @config.gem(gemdir, &block); end
- end
-
module LoadGems
def gembox(gemboxfile)
gembox = File.absolute_path("#{gemboxfile}.gembox", "#{MRUBY_ROOT}/mrbgems")