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