type_balancer_rails 0.2.0 → 0.2.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 +4 -0
- data/lib/type_balancer/rails/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: e10b44bca0db1b7b70b27edebe34fff8f093cc433a7e210cf5fa73d7e46e1def
|
4
|
+
data.tar.gz: d51be3f1504a88ba8c4823ce9050600bcf195990de2ff7a0e2e5f94f40553ea5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5255e44be19018af84f4189e66c28a96aa32a9740831002007dff1700123dad612fda942412fa4ecd650f12aa713bf6fad6a241ef9b2b55305e926eeffd4512
|
7
|
+
data.tar.gz: c66e8ed1a360d73bb047baa7549f5722e7d4fd98884830258f23bb326eabf803716db3dccfe9fc8bfa56740a7cc369fc68c919865a3ae12954c46eb455b624de
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
## [Unreleased]
|
2
2
|
|
3
|
+
## [0.2.2] - 2024-04-27
|
4
|
+
|
5
|
+
- Version sync release: Ensures the gem version and git tag match after a previous mismatch (v0.2.1 tag pointed to v0.2.0 code). No code changes from 0.2.1.
|
6
|
+
|
3
7
|
## [0.2.0] - 2024-04-27
|
4
8
|
|
5
9
|
- Refactored `balance_by_type` to only send `id` and type field to TypeBalancer for efficiency and clarity
|