Sha256: ccd39570a0db621544c85ee56ccad6d6990e7cc5733839c5c78526106dd63ce1

Contents?: true

Size: 376 Bytes

Versions: 2

Compression:

Stored size: 376 Bytes

Contents

unless defined?(Motion::Project::Config)
  raise "This file must be required within a RubyMotion project Rakefile."
end

require 'bubble-wrap/core'

require 'motion/persistable/version'

Motion::Project::App.setup do |app|
  path_string = File.join(File.dirname(__FILE__), 'motion/persistable.rb')
  Dir.glob(path_string).each do |file|
    app.files.unshift(file)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
motion-persistable-0.0.3 lib/motion-persistable.rb
motion-persistable-0.0.2 lib/motion-persistable.rb