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