You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, is this right? It looks like the current gem version is at 146 KB, and has been around there for a long while, with a jump up to 1mb back in Dec 2017 when we did include some extra bits by mistake. Unless you're pulling 0.13.0 from late 2016? There was a 41mb gem by mistake, for sure.
I was experimenting with vendoring some rubygems into a git repository and ran into a problem when trying to push to GitHub:
Turns out that https://github.com/gjtorikian/commonmarker/blob/master/commonmarker.gemspec#L21 includes all files in the test directory when publishing, including ones that are ignored by .gitignore, that also includes
test/progit
which is about 25mb.So excluding those test from the gemspec should significantly reduce the size of the published gem.
The text was updated successfully, but these errors were encountered: