Skip to content

Update gemspec to specify included files explicitly - #14

Merged
nemuvski merged 1 commit into
mainfrom
update-gemspec-files
Jul 6, 2026
Merged

Update gemspec to specify included files explicitly#14
nemuvski merged 1 commit into
mainfrom
update-gemspec-files

Conversation

@nemuvski

Copy link
Copy Markdown
Member

This change restricts spec.files to the files users actually need from the gem: lib/, LICENSE, README.md, and microcms.gemspec.

The previous setup packaged all git-tracked files except spec/, which included dev tooling and CI config.

@nemuvskinemuvski self-assigned this Jul 6, 2026
@nemuvski
nemuvski marked this pull request as ready for review July 6, 2026 02:41
@nemuvski
nemuvski merged commit 8ab3fec into mainJul 6, 2026
6 checks passed
@nemuvski
nemuvski deleted the update-gemspec-files branch July 6, 2026 02:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@nemuvski