Sha256: 342b230e189ee502e32eb387e10e3d18baa466e19b68b3aa1ebf271d26f3ca15

Contents?: true

Size: 404 Bytes

Versions: 9

Compression:

Stored size: 404 Bytes

Contents

require 'motion-sqlite3/version'
require 'motion.h'

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-sqlite3/**/*.rb")).each do |file|
    app.files.unshift(file)
  end

  app.libs << "/usr/lib/libsqlite3.dylib"
  app.include "sqlite3.h"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
motion-sqlite3-1.0.0 lib/motion-sqlite3.rb
motion-sqlite3-0.5.3 lib/motion-sqlite3.rb
motion-sqlite3-0.5.2 lib/motion-sqlite3.rb
motion-sqlite3-0.5.1 lib/motion-sqlite3.rb
motion-sqlite3-0.5.0 lib/motion-sqlite3.rb
motion-sqlite3-0.4.2 lib/motion-sqlite3.rb
motion-sqlite3-0.4.1 lib/motion-sqlite3.rb
motion-sqlite3-0.4.0 lib/motion-sqlite3.rb
motion-sqlite3-0.3.2 lib/motion-sqlite3.rb