Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp authored Nov 21, 2022
2 parents c27c82d + a085656 commit 90ab191
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Unreleased Changes

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

* Issue - Add jmespath.rb to gemspec executables.

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

Expand Down
3 changes: 2 additions & 1 deletion jmespath.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +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.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 90ab191

Please sign in to comment.