Skip to content

Remove non necessary files from bundled Ruby Gem #531

@rzhade3

Description

@rzhade3

The current bundled Rubygem contains all the files in this directory, bloating the size of the gem and causing unnecessary changes when the only update to this repo was a Actions configuration update.

We should instead update the .gemspec to only bundle necessary files into the gem. This should be done by updating this line:

gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions