Skip to content

Commit

Permalink
Remove markdown content to limit gem size
Browse files Browse the repository at this point in the history
We don't need to ship the entire history of the gem, so split
into current and old (somewhat arbitrarily).
Similarly, CONTRIBUTING, CODE_OF_CONDUCT and ISSUE_TEMPLATE are
mostly relevant for contributing to simplecov and don't need to
ship with the gem.

Not too bad for ~20% space savings:

```
tobi@speedy:~/github/simplecov(remove-markdown-to-limit-gem-size)$ ls -l pkg/
total 104
-rw-r--r-- 1 tobi tobi 45568 Nov 29 22:04 simplecov-0.20.0.gem
-rw-r--r-- 1 tobi tobi 56832 Nov 29 21:57 simplecov-0.20.0.gem.old
```
  • Loading branch information
PragTob committed Nov 30, 2020
1 parent 54ce47a commit a302b78
Show file tree
Hide file tree
Showing 3 changed files with 513 additions and 507 deletions.
Loading

0 comments on commit a302b78

Please sign in to comment.