Sha256: 39e2076c463b14217f889e74272fd46da77722a07721905c4b9b889b5c9a20ae
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
unless defined?(Motion::Project::Config) raise "This file must be required within a RubyMotion project Rakefile." end Motion::Project::App.setup do |app| Dir.glob(File.join(File.dirname(__FILE__), 'motion-ostruct/**/*.rb')).each do |file| app.files.unshift(file) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-ostruct-0.0.1 | lib/motion-ostruct.rb |