Skip to content

Commit

Permalink
chore: remove unnecessary features folder exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Aug 21, 2024
1 parent 2b3ee14 commit ab86863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact-broker-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.description = %q{Client for the Pact Broker. Publish, retrieve and query pacts and verification results. Manage webhooks and environments.}
gem.summary = %q{See description}
gem.homepage = "https://github.com/pact-foundation/pact_broker-client.git"
gem.files = `git ls-files`.split($/).reject { |file| file.match(/(test\/|spec\/|features\/|.github\/)/) }
gem.files = `git ls-files`.split($/).reject { |file| file.match(/(test\/|spec\/|.github\/)/) }

gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.require_paths = ["lib"]
Expand Down

0 comments on commit ab86863

Please sign in to comment.