Skip to content

Commit

Permalink
Merge pull request #90 from XeroAPI/gem_build_remove_docs_specs
Browse files Browse the repository at this point in the history
Remove cruft from gem publish
  • Loading branch information
SerKnight authored Nov 6, 2020
2 parents 72a8aeb + adf23cc commit 623a188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xero-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module XeroRuby
VERSION = '2.3.0'
VERSION = '2.3.1'
end
1 change: 1 addition & 0 deletions xero-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 623a188

Please sign in to comment.