Rakefile in routable-0.0.1 vs Rakefile in routable-0.0.2

- old
+ new

@@ -1,10 +1,20 @@ -require "bundler/gem_tasks" +$:.unshift("/Library/RubyMotion/lib") +require 'motion/project' +require "bundler/gem_tasks" + +$:.unshift("./lib/") +require './lib/routable' + +Motion::Project::App.setup do |app| + # Use `rake config' to see complete project settings. + app.name = 'Routable' +end \ No newline at end of file