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 c27c82d + a085656 commit 90ab191Copy full SHA for 90ab191
CHANGELOG.md
@@ -3,6 +3,8 @@ Unreleased Changes
3
4
* Issue - Allow comparison of Numeric types (includes Float).
5
6
+* Issue - Add jmespath.rb to gemspec executables.
7
+
8
1.6.1 (2022-03-07)
9
------------------
10
jmespath.gemspec
@@ -9,5 +9,6 @@ Gem::Specification.new do |spec|
spec.homepage = 'http://github.com/trevorrowe/jmespath.rb'
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