Sha256: c8a9c65d5cb1e5412407d0f02a172f40f962cad92e228849a0c3e0f6d32f83c6

Contents?: true

Size: 794 Bytes

Versions: 1

Compression:

Stored size: 794 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/motion-sqlite3/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Matt Green"]
  gem.email         = ["mattgreenrocks@gmail.com"]
  gem.description   = "A minimal wrapper over the SQLite 3 C API for RubyMotion"
  gem.summary       = "A minimal wrapper over the SQLite 3 C API for RubyMotion"
  gem.license       = "MIT"
  gem.homepage      = "http://github.com/mattgreen/motion-sqlite3"

  gem.files         = `git ls-files`.split($\)
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "motion-sqlite3"
  gem.require_paths = ["lib"]
  gem.version       = SQLite3::VERSION

  gem.add_development_dependency 'rake', '~> 0.9.0'
  gem.add_dependency 'motion.h', '~> 0.0.3'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
motion-sqlite3-0.3.2 motion-sqlite3.gemspec