Sha256: bf8b133a4c2eb41028d77e4806c4fb3f61fdb877ff25b07ec9a1a6b46ac574fc
Contents?: true
Size: 310 Bytes
Versions: 2
Compression:
Stored size: 310 Bytes
Contents
# -*- coding: utf-8 -*- $:.unshift("/Library/RubyMotion/lib") require 'motion/project' $:<< (File.dirname(__FILE__) + '/../lib') print "load path #{$:}\n" require 'motion-memorymanagement' Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'demoapp' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-memorymanagement-0.1.0 | demoapp/Rakefile |
motion-memorymanagement-0.0.1 | demoapp/Rakefile |