From 94e8265617cc7e1c118df95554432634950dd56c Mon Sep 17 00:00:00 2001 From: serknight Date: Fri, 4 Dec 2020 17:14:37 -0700 Subject: [PATCH 1/2] previous fix for #90 was reverted. put back into template and regen --- xero-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xero-ruby.gemspec b/xero-ruby.gemspec index d0226989..86c1d7e3 100644 --- a/xero-ruby.gemspec +++ b/xero-ruby.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0' s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0' - s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? } + s.files = Dir.glob("{lib}/**/*") + %w(README.md) s.test_files = `find spec/*`.split("\n") s.executables = [] s.require_paths = ["lib"] From b0cfbac8bc3851cafa76fc8eb26de175f966e4d4 Mon Sep 17 00:00:00 2001 From: serknight Date: Fri, 4 Dec 2020 17:15:21 -0700 Subject: [PATCH 2/2] 2.4.1 --- lib/xero-ruby/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xero-ruby/version.rb b/lib/xero-ruby/version.rb index f2ab35fa..41f55daf 100644 --- a/lib/xero-ruby/version.rb +++ b/lib/xero-ruby/version.rb @@ -11,5 +11,5 @@ =end module XeroRuby - VERSION = '2.4.0' + VERSION = '2.4.1' end