Skip to content

Commit a700772

Browse files
committed
Update syntax and add changelog entry
1 parent 1b91b71 commit a700772

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Unreleased Changes
2+
------------------
3+
4+
* Issue - Add jmespath.rb to gemspec executables.
5+
16
1.6.1 (2022-03-07)
27
------------------
38

jmespath.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +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.executables = Dir['bin/**'].map &File.method(:basename)
13-
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]
1414
end

0 commit comments

Comments
 (0)