sqlite_ext.gemspec in sqlite_ext-1.1.0 vs sqlite_ext.gemspec in sqlite_ext-1.2.0
- old
+ new
@@ -8,10 +8,10 @@
spec.version = SqliteExt::VERSION
spec.authors = ["Steve Jorgensen"]
spec.email = ["stevej@stevej.name"]
spec.summary = "Provides a convenient way of writing functions in Ruby that can " \
- "be called from within SQLite queries through the SQLite3 gem."
+ "be called from within SQLite queries through the sqlite3 gem."
spec.homepage = "https://github.com/stevecj/sqlite_ext"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = "exe"