spinel_kit 0.1.1
Patch release.
Fixed
SpinelKit::Git.readpreserves slashed branch names. A branch likefeat/x(HEAD →ref: refs/heads/feat/x) was reported asxbecause the parser took the last/-segment. It now strips therefs/heads/prefix, preserving the full path (feat/x,user/feature/sub/thing); non-headsrefs fall back to the last segment. Verified clean under Spinel (0 degrade warnings). Covered bytest/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