Skip to content

Commit

Permalink
Ignore einvoicing-sdk from Rubygem Version
Browse files Browse the repository at this point in the history
  • Loading branch information
obahareth committed Dec 6, 2023
1 parent 5218361 commit 504c838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zatca.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject do |f|
(f == __FILE__) || f.match(%r{\A(?:(?:test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
(f == __FILE__) || f.match(%r{\A(?:(?:test|spec|features|einvoicing-sdk)/|\.(?:git|travis|circleci)|appveyor)})
end
end
spec.bindir = "exe"
Expand Down

0 comments on commit 504c838

Please sign in to comment.