Skip to content

Commit

Permalink
Merge pull request #48 from mvastola/master
Browse files Browse the repository at this point in the history
Update gemspec so bin wrapper is created in PATH
  • Loading branch information
mullermp committed Nov 21, 2022
2 parents b208836 + a700772 commit a085656
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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
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 a085656

Please sign in to comment.