Actions
Bug #12125
closedgem spec should only include comitted files
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Description
From GitHub: https://github.com/theforeman/foreman_remote_execution/issues/24
Note that one of your releases, v0.0.3 is very large (7MB): https://rubygems.org/gems/foreman_remote_execution/versions
7.3M doc/tmp/images/plantuml/
Perhaps use git ls-files in your gemspec so that only version tracked files are included in the release instead of whatever's in the working directory, as this dir is gitignored.
Actions