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 1844ca4 commit 43b65afCopy full SHA for 43b65af
jmespath.gemspec
@@ -8,5 +8,6 @@ Gem::Specification.new do |spec|
8
spec.homepage = 'http://github.com/trevorrowe/jmespath.rb'
9
spec.license = 'Apache-2.0'
10
spec.require_paths = ['lib']
11
+ spec.executables = Dir['bin/**'].map &File.method(:basename)
12
spec.files = Dir['lib/**/*.rb'] + ['LICENSE.txt']
13
end
0 commit comments