Sha256: e058f235cf44387c8b76b9f761fbd93567bc3416f9110feda6fa31370b85f155
Contents?: true
Size: 793 Bytes
Versions: 2
Compression:
Stored size: 793 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/rubymotion-community/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.6' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-sqlite3-2.0.0 | motion-sqlite3.gemspec |
motion-sqlite3-1.0.0 | motion-sqlite3.gemspec |