Sha256: ac0a730949ea101b808ccacbec870c5a1eaaa3d6103699ba7c079e7664d45762
Contents?: true
Size: 258 Bytes
Versions: 5
Compression:
Stored size: 258 Bytes
Contents
$:.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
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
routable-0.2 | Rakefile |
routable-0.1.1 | Rakefile |
routable-0.1.0 | Rakefile |
routable-0.0.3 | Rakefile |
routable-0.0.2 | Rakefile |