appydave-tools 0.76.9 → 0.76.10

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: db3a1d2f227f3c14b27f1844c8010c2ea376f5daad9abd0597bf76ab252448d9
4
+ data.tar.gz: f23f850b700e5bec008f2c6604e1cf6026c15869ea510f41ba474beb0f0a4787
5
5
  SHA512:
6
- metadata.gz: 89c6eca337d36e59414d0d548952a6d5715e85569f697b2a9f602acca7475c5597126c655d1ff8fb1de9cf6028cc71c7877a8efb7ba6ed74b813949f5fa045c1
7
- data.tar.gz: bf3b5f157a2947dcf21c7f82e07b35995009f7291ae453de02d29b15b49b3e5051a562d89a52427669248f6e6a4c359f950a3739b173e465e5661cb48412b6c7
6
+ metadata.gz: ae6688ee7e4dc2659a89b1e2ecbdebdeb7cd358d4bc70b1ba443bf7fba2023d3ea280a1d169acd0080e70098319a4a825bab7ada8902863c18e86f238fcc546e
7
+ data.tar.gz: 2d94146f17b5ca36c25b968b80c5bcdf1a3eb40faab36ddcb283338d13ad026ad2f24381071cebd0eef87a187e02596e36364a1334cbea91cb5576748b273f12
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.76.9](https://github.com/appydave/appydave-tools/compare/v0.76.8...v0.76.9) (2026-03-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * remove ENV BRAND_PATH side-effect from S3ArgParser; return brand_path in result hash ([762da4b](https://github.com/appydave/appydave-tools/commit/762da4b445b41d8109f6c48539736455ee66d8de))
7
+
1
8
  ## [0.76.8](https://github.com/appydave/appydave-tools/compare/v0.76.7...v0.76.8) (2026-03-19)
2
9
 
3
10
 
@@ -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: 2 | In Progress: 2 | 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
+ - [~] B036tests-s3-scan-commandRebuild S3ScanCommand spec from D-grade to B; 8–10 examples covering happy path, manifest missing, empty results, orphaned projects
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.10'
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.10",
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.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys