belt 0.3.1 → 0.3.2
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 +10 -0
- data/lib/belt/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: fe786827b1e1dc99140a55faddd4573d80799ddbbd4e82d4533f6f5b3b1fa063
|
|
4
|
+
data.tar.gz: 17de4ce04575bd50a45b99a677b01853537981993ef502c718cd74db84e5524c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce42cd482a549027a830297f0fb88987d152821b835950d3480193bc868ab77fa9f0378cb504b419bf372443eb81971e1ecc00c505747162daab502cace2d705
|
|
7
|
+
data.tar.gz: 8bf51156214ee553a992c0821ed2a8e170fe4cba2503e78917e0a10244ea8f6de7e587cb3d8d0e5d1a63040ee2afc04de331dcdf7e5174d7fcefa3c9dd983746
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.2
|
|
4
|
+
|
|
5
|
+
### Bug fix
|
|
6
|
+
|
|
7
|
+
- **Table name normalization**: Route JSON output now uses hyphens instead of underscores in inferred table names, matching the ActiveItem convention (e.g., `user-sessions` instead of `user_sessions`). (#51)
|
|
8
|
+
|
|
9
|
+
## 0.3.1
|
|
10
|
+
|
|
11
|
+
Version bump only — tagged release for internal tracking.
|
|
12
|
+
|
|
3
13
|
## 0.3.0
|
|
4
14
|
|
|
5
15
|
Version bump only — no code changes from 0.2.21.
|
data/lib/belt/version.rb
CHANGED