appydave-tools 0.76.9 → 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: 2680beb9f23fb4e1c959404fe28030b130a974076dce5cacef2f465b423e030d
4
- data.tar.gz: a06b45b3b820ac61388586e97dc03dc45dc83850bcd574fdd04194d0f772ddf5
3
+ metadata.gz: 6557cf7bec5e564e6541cd1c65236f67888241cead0d9038be5bc57191c6dac4
4
+ data.tar.gz: 9e8b2ec379d9fb6d22a0437b980893ce031683da6ca2b2281b54b553f32323b8
5
5
  SHA512:
6
- metadata.gz: 89c6eca337d36e59414d0d548952a6d5715e85569f697b2a9f602acca7475c5597126c655d1ff8fb1de9cf6028cc71c7877a8efb7ba6ed74b813949f5fa045c1
7
- data.tar.gz: bf3b5f157a2947dcf21c7f82e07b35995009f7291ae453de02d29b15b49b3e5051a562d89a52427669248f6e6a4c359f950a3739b173e465e5661cb48412b6c7
6
+ metadata.gz: 6aa1fd27da7b10e94594d0056fd001943bdce7b29b53d87173d6b0655880a58f2324f32f166719589f6b0585a1697a6c876a7335c197686feeaa07841b0f09a5
7
+ data.tar.gz: 8449913492bc836620632662c167de675488f10999af39e7f68b2d1b96fd4ddce4d52021ce60185ffc4e337656392bd92b46d579b7bbf443d40bec4c7f3600a6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
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
+
9
+ ## [0.76.9](https://github.com/appydave/appydave-tools/compare/v0.76.8...v0.76.9) (2026-03-19)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * remove ENV BRAND_PATH side-effect from S3ArgParser; return brand_path in result hash ([762da4b](https://github.com/appydave/appydave-tools/commit/762da4b445b41d8109f6c48539736455ee66d8de))
15
+
1
16
  ## [0.76.8](https://github.com/appydave/appydave-tools/compare/v0.76.7...v0.76.8) (2026-03-19)
2
17
 
3
18
 
@@ -5,17 +5,17 @@
5
5
  **Target**: 4 items complete; 847+ examples passing; rubocop 0 offenses; no regressions
6
6
 
7
7
  ## Summary
8
- - Total: 4 | Complete: 1 | In Progress: 1 | Pending: 2 | Failed: 0
8
+ - Total: 4 | Complete: 3 | In Progress: 1 | Pending: 0 | Failed: 0
9
9
 
10
10
  ## Pending
11
- - [ ] 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 (DEPENDS ON B034)
12
- - [ ] B037 — tests-local-sync-status — Add :partial case, local_file_count assertion, Zone.Identifier exclusion, unknown format guard
13
11
 
14
12
  ## In Progress
15
- - [~] B035extract-env-side-effectRemove `ENV['BRAND_PATH']` side-effect from S3ArgParser; return `brand_path:` in result hash; update VatCLI callers
13
+ - [x] B036tests-s3-scan-command10 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
+ - [~] B037 — tests-local-sync-status — Add :partial case, local_file_count assertion, Zone.Identifier exclusion, unknown format guard
16
15
 
17
16
  ## Complete
18
17
  - [x] B034 — extract-exit-calls — UsageError added to errors.rb; exit 1 replaced in s3_scan_command.rb (1) and s3_arg_parser.rb (4); show_share_usage_and_exit renamed. 847 examples, 0 failures. v0.76.8. Commit: 87bb43a.
18
+ - [x] B035 — extract-env-side-effect — ENV['BRAND_PATH'] removed from s3_arg_parser.rb (3 locations); brand_path: returned in all 3 result hashes; 8 VatCLI callers updated. 847 examples, 0 failures. v0.76.9. Commit: 762da4b.
19
19
 
20
20
  ## Complete
21
21
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Appydave
4
4
  module Tools
5
- VERSION = '0.76.9'
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.9",
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.9
4
+ version: 0.76.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys