appydave-tools 0.76.12 → 0.76.13
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/appydave/tools/version.rb +1 -1
- data/package.json +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: 6081f58b2bf40e25bf4509d591368c361dc00957e924683d3f2179fe3fbc8d10
|
|
4
|
+
data.tar.gz: 44c1d63cc7558d323a735009876cb6bebd87c9117cf18a7b5eb25047eeff0d83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d10e99fe30a5c09e803560904896abc0355d696a5b70d859acdeb0b2ca1e572502c85a99bf32a1f9f968e3544017d085b482284013e5b337155781d1b7cb13a
|
|
7
|
+
data.tar.gz: d08c8d573a35bf36bdebd3c9106359eb37d2bf5efb69a167a7db005e8340f05443c8b2e7bfc195a2639e4337d1beef79dca45b263ce65f16b73081cce1b900bb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [0.76.12](https://github.com/appydave/appydave-tools/compare/v0.76.11...v0.76.12) (2026-03-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* remove ENV BRAND_PATH dead code from bin/dam (10 assignments, never read in lib) ([5c11027](https://github.com/appydave/appydave-tools/commit/5c1102703558e0626c09cd0243dcac8259a11298))
|
|
7
|
+
* strengthen s3_scan_command_spec field assertions; remove LocalSyncStatus stub ([7f1fc5a](https://github.com/appydave/appydave-tools/commit/7f1fc5a860a0fe3fae80d9fc6c87705deb5206c2))
|
|
8
|
+
|
|
1
9
|
## [0.76.11](https://github.com/appydave/appydave-tools/compare/v0.76.10...v0.76.11) (2026-03-19)
|
|
2
10
|
|
|
3
11
|
|
data/package.json
CHANGED