Skip to content

Align docs and gemspec with SmartHR OSS Guideline - #16

Merged
alpaca-tc merged 1 commit into
mainfrom
chore/oss-guideline-compliance
Jul 10, 2026
Merged

Align docs and gemspec with SmartHR OSS Guideline#16
alpaca-tc merged 1 commit into
mainfrom
chore/oss-guideline-compliance

Conversation

@alpaca-tc

Copy link
Copy Markdown
Collaborator

Summary

Bring the repository in line with the SmartHR OSS Guideline.

  • Rename LICENSE to LICENSE.md so the license file lives at the location the guideline requires; update the gemspec spec.files list so it keeps shipping with the gem.
  • Set gemspec authors to "SmartHR, Inc." per the required package metadata.
  • Add CONTRIBUTION.md covering the transparency principle, bug reports, security disclosures via oss@smarthr.co.jp, [Question]-prefixed issues for general questions, and Apache-2.0 sign-off for PRs.
  • Point the README Contributing/License sections at the new files.

Test plan

  • bundle exec ruby -e "Gem::Specification.load('activerecord-duplicator.gemspec')" loads cleanly and spec.files contains LICENSE.md.
  • git ls-files | xargs grep finds no lingering bare LICENSE reference in tracked files.
  • Reviewer verifies CONTRIBUTION.md wording covers each guideline requirement (transparency, CoC agreement, bug reports, vulnerability disclosure, question triage, PR licensing).

🤖 Generated with Claude Code

Bring the repository in line with the SmartHR OSS Guideline
(https://github.com/kufu/smarthr-oss-guideline).

- Rename LICENSE to LICENSE.md so the file location matches the
  guideline; update gemspec spec.files so it still ships with the gem.
- Set gemspec authors to "SmartHR, Inc." per the required package
  metadata.
- Add CONTRIBUTION.md covering the transparency principle, bug reports,
  security disclosures via oss@smarthr.co.jp, [Question]-prefixed
  issues for general questions, and Apache-2.0 sign-off for PRs.
- Point the README Contributing/License sections at the new files.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@alpaca-tc
alpaca-tc merged commit e552db2 into main Jul 10, 2026
10 checks passed
@alpaca-tc
alpaca-tc deleted the chore/oss-guideline-compliance branch July 10, 2026 01:40
Sign up for free to 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