appydave-tools 0.76.10 → 0.76.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db3a1d2f227f3c14b27f1844c8010c2ea376f5daad9abd0597bf76ab252448d9
4
- data.tar.gz: f23f850b700e5bec008f2c6604e1cf6026c15869ea510f41ba474beb0f0a4787
3
+ metadata.gz: 6557cf7bec5e564e6541cd1c65236f67888241cead0d9038be5bc57191c6dac4
4
+ data.tar.gz: 9e8b2ec379d9fb6d22a0437b980893ce031683da6ca2b2281b54b553f32323b8
5
5
  SHA512:
6
- metadata.gz: ae6688ee7e4dc2659a89b1e2ecbdebdeb7cd358d4bc70b1ba443bf7fba2023d3ea280a1d169acd0080e70098319a4a825bab7ada8902863c18e86f238fcc546e
7
- data.tar.gz: 2d94146f17b5ca36c25b968b80c5bcdf1a3eb40faab36ddcb283338d13ad026ad2f24381071cebd0eef87a187e02596e36364a1334cbea91cb5576748b273f12
6
+ metadata.gz: 6aa1fd27da7b10e94594d0056fd001943bdce7b29b53d87173d6b0655880a58f2324f32f166719589f6b0585a1697a6c876a7335c197686feeaa07841b0f09a5
7
+ data.tar.gz: 8449913492bc836620632662c167de675488f10999af39e7f68b2d1b96fd4ddce4d52021ce60185ffc4e337656392bd92b46d579b7bbf443d40bec4c7f3600a6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [0.76.10](https://github.com/appydave/appydave-tools/compare/v0.76.9...v0.76.10) (2026-03-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add partial, Zone.Identifier, local_file_count, and unknown format tests to local_sync_status_spec ([3fddeff](https://github.com/appydave/appydave-tools/commit/3fddeffe28d27884b9c056c0a75001b77a01deb1))
7
+ * rebuild s3_scan_command_spec: replace smoke tests with 8+ behaviour examples ([de9d118](https://github.com/appydave/appydave-tools/commit/de9d11815f6f30813dcb2fca53a81a6839bda0d1))
8
+
1
9
  ## [0.76.9](https://github.com/appydave/appydave-tools/compare/v0.76.8...v0.76.9) (2026-03-19)
2
10
 
3
11
 
@@ -5,12 +5,12 @@
5
5
  **Target**: 4 items complete; 847+ examples passing; rubocop 0 offenses; no regressions
6
6
 
7
7
  ## Summary
8
- - Total: 4 | Complete: 2 | In Progress: 2 | Pending: 0 | Failed: 0
8
+ - Total: 4 | Complete: 3 | In Progress: 1 | Pending: 0 | Failed: 0
9
9
 
10
10
  ## Pending
11
11
 
12
12
  ## In Progress
13
- - [~] B036 — tests-s3-scan-command — Rebuild S3ScanCommand spec from D-grade to B; 8–10 examples covering happy path, manifest missing, empty results, orphaned projects
13
+ - [x] B036 — tests-s3-scan-command — 10 behaviour examples replacing 2 smoke tests (happy path, manifest missing, empty results, orphaned projects, scan_all partial). 861 examples, 0 failures. 86.43% coverage. v0.76.10. Commit: de9d118.
14
14
  - [~] B037 — tests-local-sync-status — Add :partial case, local_file_count assertion, Zone.Identifier exclusion, unknown format guard
15
15
 
16
16
  ## Complete
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Appydave
4
4
  module Tools
5
- VERSION = '0.76.10'
5
+ VERSION = '0.76.11'
6
6
  end
7
7
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appydave-tools",
3
- "version": "0.76.10",
3
+ "version": "0.76.11",
4
4
  "description": "AppyDave YouTube Automation Tools",
5
5
  "scripts": {
6
6
  "release": "semantic-release"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appydave-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.76.10
4
+ version: 0.76.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys