duckdb.gemspec in duckdb-0.0.4 vs duckdb.gemspec in duckdb-0.0.5

- old
+ new

@@ -7,16 +7,16 @@ spec.version = DuckDB::VERSION spec.authors = ["Masaki Suketa"] spec.email = ["masaki.suketa@nifty.ne.jp"] spec.summary = %q{This module is Ruby binding for DuckDB database engine.} - spec.description = %q{This module is Ruby binding for DuckDB database engine.\nYou must have the DuckDB engine installed to build/use this module.} + spec.description = "This module is Ruby binding for DuckDB database engine. You must have the DuckDB engine installed to build/use this module." spec.homepage = "https://github.com/suketa/ruby-duckdb" spec.license = "MIT" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/suketa/ruby-duckdb" - spec.metadata["changelog_uri"] = "https://github.com/suketa/ruby-duckdb/CHANGELOG.md" + spec.metadata["changelog_uri"] = "https://github.com/suketa/ruby-duckdb/blob/master/CHANGELOG.md" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }