Skip to content

Commit

Permalink
Merge pull request #27 from Sage/add-wsdl-directory
Browse files Browse the repository at this point in the history
Add `wsdl` directory to list of gem files
  • Loading branch information
banjoko01 authored Jul 3, 2024
2 parents d155a48 + 651e97c commit f7f95e5
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 f7f95e5

Please sign in to comment.