Skip to content

spinel_kit 0.1.1

Choose a tag to compare

@OriPekelman OriPekelman released this 08 Jun 22:09
· 2 commits to main since this release

Patch release.

Fixed

  • SpinelKit::Git.read preserves slashed branch names. A branch like feat/x (HEAD → ref: refs/heads/feat/x) was reported as x because the parser took the last /-segment. It now strips the refs/heads/ prefix, preserving the full path (feat/x, user/feature/sub/thing); non-heads refs fall back to the last segment. Verified clean under Spinel (0 degrade warnings). Covered by test/git_test.rb (6 cases).

Caught by toy's run_start provenance during the toy#44 migration.

gem install spinel_kit · https://rubygems.org/gems/spinel_kit · CHANGELOG