Skip to content

Commit

Permalink
- Add wsdl directory to list of gem files
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoko01 committed Jul 3, 2024
1 parent ac16485 commit 651e97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zuora.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.description = 'Zuora - Easily integrate the Zuora SOAP API using ruby objects.'
s.homepage = 'https://github.com/zuorasc/zuora'

s.files = Dir.glob('{bin,lib}/**/**/**')
s.files = Dir.glob('{bin,lib,wsdl}/**/**/**')
s.bindir = 'exe'
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
s.require_paths = ['lib']
Expand Down

0 comments on commit 651e97c

Please sign in to comment.