pgdexter.gemspec in pgdexter-0.1.1 vs pgdexter.gemspec in pgdexter-0.1.2

- old
+ new

@@ -1,16 +1,17 @@ # coding: utf-8 + lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "dexter/version" Gem::Specification.new do |spec| spec.name = "pgdexter" spec.version = Dexter::VERSION spec.authors = ["Andrew Kane"] spec.email = ["andrew@chartkick.com"] - spec.summary = "An automatic indexer for Postgres" + spec.summary = "The automatic indexer for Postgres" spec.homepage = "https://github.com/ankane/dexter" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end