From 98b48226f2a09bde999fe05bb3a10a06a44ecec1 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Mon, 24 Oct 2011 23:48:52 +0200 Subject: [PATCH] switch to new app config --- bin/rubixir | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/rubixir b/bin/rubixir index 9ded2d9b..6b24854f 100644 --- a/bin/rubixir +++ b/bin/rubixir @@ -55,7 +55,9 @@ class RubixirCommandLine require 'rubygems' require 'rubixir/rake' -Rubixir::CONFIG.app_name = '#{@app_name}' +Motion::App.setup do |app| + app.name = '#{@app_name}' +end EOS end Dir.mkdir('app')