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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/lib/belt/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cacb19365ad96e079f7a796dc74390f70089bff236581a65b30fabb6e5719008
4
- data.tar.gz: c723291b6e114a285b146fead8f5626fe812d798c2230f90999bde34af67806a
3
+ metadata.gz: fe786827b1e1dc99140a55faddd4573d80799ddbbd4e82d4533f6f5b3b1fa063
4
+ data.tar.gz: 17de4ce04575bd50a45b99a677b01853537981993ef502c718cd74db84e5524c
5
5
  SHA512:
6
- metadata.gz: 8ac85878df33cec2aa990e527530e54368972e6cca18f18f1e080f4154c50b5d539536fdcb55dfa6b2de675c2f271ed60cb578c3e4acedd4c2bc8c39f48cefd3
7
- data.tar.gz: fe809339def0c18771870b7bc7bd7740c83aab12dfcef9eb7f4a3b07420bf139dce02fe0c8845bf84e994eb9743e2aa635f0fb0d6e2f0ff369f12b15cabdcc6b
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Belt
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: belt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stowzilla