Sha256: 50f1db818090798b21141540cde41175fa41d1b70c3fe06f10aaa3fed52c8450
Contents?: true
Size: 405 Bytes
Versions: 1
Compression:
Stored size: 405 Bytes
Contents
# -*- coding: utf-8 -*- $:.unshift '/Library/RubyMotion/lib' $:.unshift 'lib' require 'motion/project/template/ios' require 'lotion/project' require 'lotion/version' require 'guard/motion' require 'motion-stump' Motion::Project::App.setup do |app| app.name = 'TestSuite' app.identifier = 'com.jeremyruppel.lotion.TestSuite' app.version = Lotion::VERSION end require 'bundler/gem_tasks'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lotion-0.1.0 | Rakefile |