From 385a078837986543cd42bcc4b84f1e1b2f97feca Mon Sep 17 00:00:00 2001 From: Omar Bahareth Date: Thu, 7 Dec 2023 02:00:49 +0300 Subject: [PATCH] Ignore einvoicing-sdk from Rubygem Version --- lib/zatca/version.rb | 2 +- zatca.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/zatca/version.rb b/lib/zatca/version.rb index 3df7347..53a6f9d 100644 --- a/lib/zatca/version.rb +++ b/lib/zatca/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ZATCA - VERSION = "1.0.0" + VERSION = "1.0.1" end diff --git a/zatca.gemspec b/zatca.gemspec index 3044398..5fc329f 100644 --- a/zatca.gemspec +++ b/zatca.gemspec @@ -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"