From adf23ccfa490b2f2ddc88b71a3428f021f274cfa Mon Sep 17 00:00:00 2001 From: serknight Date: Fri, 6 Nov 2020 10:18:09 -0700 Subject: [PATCH] community pointed out size of repo. My mistake --- lib/xero-ruby/version.rb | 2 +- xero-ruby.gemspec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/xero-ruby/version.rb b/lib/xero-ruby/version.rb index 283ac267..c2943fe3 100644 --- a/lib/xero-ruby/version.rb +++ b/lib/xero-ruby/version.rb @@ -11,5 +11,5 @@ =end module XeroRuby - VERSION = '2.3.0' + VERSION = '2.3.1' end diff --git a/xero-ruby.gemspec b/xero-ruby.gemspec index 2a37a622..11146e9d 100644 --- a/xero-ruby.gemspec +++ b/xero-ruby.gemspec @@ -33,6 +33,7 @@ Gem::Specification.new do |s| s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? } s.test_files = `find spec/*`.split("\n") + s.files = Dir.glob("{lib}/**/*") + %w(README.md) s.executables = [] s.require_paths = ["lib"] end