Shrink gem size#161
Conversation
|
There is no effect to reduce file size with this change. See |
|
Interesting, because I've seen the contents of test folder inside one docker image I've built and only this folder is the main size under racc. I'll check tomorrow and return! Thanks anyway 😄 |
|
👋 Hi! I saw that this changes the set of "test_files", which are no longer recommended to set, nor are they used by RubyGems. Source: 2014 comment by a maintainer of RubyGems' guides. rubygems/guides#90 (comment) So: One change would be to not keep the test_files around in the gemspec, unless this repo is using that setting for anything. |
|
Hey @hsbt @olleolleolle, Sorry for the delay! I've checked and following the suggestion made by @olleolleolle, removing the test_files from gemspec improves greatly the gem size. See the added output: The beta is the one with test_files removed and the last was the original approach. |
No description provided.