XeroAPI / xero-ruby

Xero Ruby SDK for OAuth 2.0 generated from XeroAPI/Xero-OpenAPI
http://developer.xero.com/
MIT License
58 stars 91 forks source link

Published gem files only have owner permissions eg. 0600 should be 0644 #322

Closed armstrjare closed 1 month ago

armstrjare commented 1 month ago

Files only have owner permissions. This can cause errors on deployment, where running processes may be under a different user/group.

tar -xf xero-ruby-4.3.1.gem
tar -tvf data.tar.gz                                                                                                                                                      ─╯
-rwx------  0 wheel  wheel   21424 23 Jun  2023 README.md
-rwx------  0 wheel  wheel   29233 23 Jun  2023 lib/xero-ruby.rb
-rwx------  0 wheel  wheel  967302 23 Jun  2023 lib/xero-ruby/api/accounting_api.rb
...
github-actions[bot] commented 1 month ago

PETOSS-644

github-actions[bot] commented 1 month ago

Thanks for raising an issue, a ticket has been created to track your request

armstrjare commented 1 month ago

Seems related to #264

armstrjare commented 1 month ago

Reading the other issues, I'm guessing I need to update the gem to resolve this