Skip to content

Commit 73da5a0

Browse files
author
Matt Jones
committed
update repo
1 parent 38f9ed0 commit 73da5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensu-plugins-postgres.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
1717
s.date = Date.today.to_s
1818
s.description = 'Sensu plugins for postgres'
1919
s.email = '<sensu-users@googlegroups.com>'
20-
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
20+
s.executables = Dir.glob("bin/**/*").map { |file| File.basename(file) }
2121
s.files = Dir.glob('{bin,lib}/**/*') + %w(LICENSE README.md CHANGELOG.md)
2222
s.homepage = 'https://github.com/sensu-plugins/sensu-plugins-postgres'
2323
s.license = 'MIT'

0 commit comments

Comments
 (0)