foobara-util 1.0.1 → 1.0.3
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 +8 -0
- data/lib/foobara/util/require.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: 18c1181684054682ef921400e25c976d94c10f64dff2c036ebe9ba7b08cf09d5
|
4
|
+
data.tar.gz: a91bb09d64d336e9c46bbfa20746da5abbedcb4fa4fa93f3ade09876ddaa6692
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a387cf68464f15054d99112d0b89f64f2516581c207e0587f8dbe5ff5a788144e6798860ea36a942889dab2dbdd0e1fe1aea6657f12d0f3d883a9c06460a857
|
7
|
+
data.tar.gz: fb8471223c146c78e749697001a5edf034c37ac0e3f28d8bdca07f1dcd565546d2bff9cbb5d552027d1d177f1d2b24aee6daa9439a97bca647e381864c824d60
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
## [1.0.3] - 2025-09-21
|
2
|
+
|
3
|
+
- Fix bug that gives non-deterministic load order for file names that have the same depth and length
|
4
|
+
|
5
|
+
## [1.0.2] - 2025-07-25
|
6
|
+
|
7
|
+
- Add .remove_arity_check to help with using lambdas in DSLs
|
8
|
+
|
1
9
|
## [1.0.1] - 2025-07-07
|
2
10
|
|
3
11
|
- Add Util.start_with? for array comparisons
|
data/lib/foobara/util/require.rb
CHANGED