pgslice.gemspec in pgslice-0.4.0 vs pgslice.gemspec in pgslice-0.4.1

- old
+ new

@@ -9,9 +9,10 @@ spec.authors = ["Andrew Kane"] spec.email = ["andrew@chartkick.com"] spec.summary = "Postgres partitioning as easy as pie" spec.homepage = "https://github.com/ankane/pgslice" + spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"]