Sha256: 18afe600c7ab6871ab7d60c6680c2c12da2810774e1d7c171d69c3c6cf37c378

Contents?: true

Size: 750 Bytes

Versions: 1

Compression:

Stored size: 750 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'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
motion-sqlite3-0.3.1 motion-sqlite3.gemspec