Skip to content

Commit 90ab191

Browse files
authored
Merge branch 'main' into patch-1
2 parents c27c82d + a085656 commit 90ab191

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Unreleased Changes
33

44
* Issue - Allow comparison of Numeric types (includes Float).
55

6+
* Issue - Add jmespath.rb to gemspec executables.
7+
68
1.6.1 (2022-03-07)
79
------------------
810

jmespath.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ Gem::Specification.new do |spec|
99
spec.homepage = 'http://github.com/trevorrowe/jmespath.rb'
1010
spec.license = 'Apache-2.0'
1111
spec.require_paths = ['lib']
12-
spec.files = Dir['lib/**/*.rb'] + %w(LICENSE.txt VERSION)
12+
spec.executables = Dir['bin/**'].map(&File.method(:basename))
13+
spec.files = Dir['lib/**/*.rb'] + %w[LICENSE.txt VERSION]
1314
end

0 commit comments

Comments
 (0)