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.
2 parents b208836 + a700772 commit a085656Copy full SHA for a085656
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+Unreleased Changes
2
+------------------
3
+
4
+* Issue - Add jmespath.rb to gemspec executables.
5
6
1.6.1 (2022-03-07)
7
------------------
8
jmespath.gemspec
@@ -9,5 +9,6 @@ Gem::Specification.new do |spec|
9
spec.homepage = 'http://github.com/trevorrowe/jmespath.rb'
10
spec.license = 'Apache-2.0'
11
spec.require_paths = ['lib']
12
- spec.files = Dir['lib/**/*.rb'] + %w(LICENSE.txt VERSION)
+ spec.executables = Dir['bin/**'].map(&File.method(:basename))
13
+ spec.files = Dir['lib/**/*.rb'] + %w[LICENSE.txt VERSION]
14
end
0 commit comments