Sha256: 9d91b3754adf5986024740b8d4d61ec109192c4baaf22544cab2af993ea8c886

Contents?: true

Size: 782 Bytes

Versions: 5

Compression:

Stored size: 782 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'
  gem.add_dependency 'motion.h', '~> 0.0.3'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
motion-sqlite3-0.5.1 motion-sqlite3.gemspec
motion-sqlite3-0.5.0 motion-sqlite3.gemspec
motion-sqlite3-0.4.2 motion-sqlite3.gemspec
motion-sqlite3-0.4.1 motion-sqlite3.gemspec
motion-sqlite3-0.4.0 motion-sqlite3.gemspec