Sha256: 78dbbe1e8d40a456910d0ec33495598e06f3b341e6683341a1072d1bdde76dc2

Contents?: true

Size: 300 Bytes

Versions: 6

Compression:

Stored size: 300 Bytes

Contents

require "routable/version"

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__), 'routable/*.rb')).each do |file|
    app.files.unshift(file)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
routable-0.2 lib/routable.rb
routable-0.1.1 lib/routable.rb
routable-0.1.0 lib/routable.rb
routable-0.0.3 lib/routable.rb
routable-0.0.2 lib/routable.rb
routable-0.0.1 lib/routable.rb