the_local 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/the_local/trigger_writer.rb +1 -1
- data/lib/the_local/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c99c7f1c03fdf84c8e5180e9f3fe740a4712d16843b05a68be93c6e5f8d084cf
|
|
4
|
+
data.tar.gz: 0f54279ed111c33b424579dfdfe1d913cd9e1a0956ef906a1e24f28b4bf23151
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65973e9cc66580978399dc2dfed03dbea10c3c76837c04f37dd82aa32adeb77a7c86e9141b38fa7ce3a451cdab1ea7baf779f9e144fdd063f247e17493a78f6b
|
|
7
|
+
data.tar.gz: c717b4c90d5e9fc3e07c7efaab0a78dc529799f0d7d4592d49405342380a39ac8a3ed97c1cd3813c9df462073f3b45fbc946f94bd04b790d1f4e437a7a2f413d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.4.1] - 2026-07-31
|
|
2
|
+
|
|
3
|
+
- Installing no longer appends a blank line to the host's `CLAUDE.md` on every
|
|
4
|
+
run. Replacing the marked delegation section left the file's existing trailing
|
|
5
|
+
newline in place and the write added another on top of it, so the newlines
|
|
6
|
+
accumulated across `bundle`/refresh cycles.
|
|
7
|
+
|
|
1
8
|
## [0.4.0] - 2026-07-31
|
|
2
9
|
|
|
3
10
|
- A provider gem ships **no Ruby and no guide**. Its committed
|
data/lib/the_local/version.rb
CHANGED