Skip to content

Commit

Permalink
Update syntax and add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Nov 21, 2022
1 parent 1b91b71 commit a700772
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Unreleased Changes
------------------

* Issue - Add jmespath.rb to gemspec executables.

1.6.1 (2022-03-07)
------------------

Expand Down
4 changes: 2 additions & 2 deletions jmespath.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Gem::Specification.new do |spec|
spec.homepage = 'http://github.com/trevorrowe/jmespath.rb'
spec.license = 'Apache-2.0'
spec.require_paths = ['lib']
spec.executables = Dir['bin/**'].map &File.method(:basename)
spec.files = Dir['lib/**/*.rb'] + %w(LICENSE.txt VERSION)
spec.executables = Dir['bin/**'].map(&File.method(:basename))
spec.files = Dir['lib/**/*.rb'] + %w[LICENSE.txt VERSION]
end

0 comments on commit a700772

Please sign in to comment.