motion-sqlite3.gemspec in motion-sqlite3-0.5.3 vs motion-sqlite3.gemspec in motion-sqlite3-1.0.0

- old
+ new

@@ -5,16 +5,16 @@ 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.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.4' + gem.add_dependency 'motion.h', '~> 0.0.6' end