pg_notifier.gemspec in pg_notifier-0.0.1 vs pg_notifier.gemspec in pg_notifier-0.1.0

- old
+ new

@@ -15,11 +15,11 @@ spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end - spec.bindir = "exe" - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } + spec.bindir = "bin" + spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "pg" spec.add_development_dependency "bundler", "~> 1.14"