We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f9ed0 commit 73da5a0Copy full SHA for 73da5a0
sensu-plugins-postgres.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
s.date = Date.today.to_s
18
s.description = 'Sensu plugins for postgres'
19
s.email = '<sensu-users@googlegroups.com>'
20
- s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
+ s.executables = Dir.glob("bin/**/*").map { |file| File.basename(file) }
21
s.files = Dir.glob('{bin,lib}/**/*') + %w(LICENSE README.md CHANGELOG.md)
22
s.homepage = 'https://github.com/sensu-plugins/sensu-plugins-postgres'
23
s.license = 'MIT'
0 commit comments