appydave-tools 0.32.3 → 0.32.5

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: c7ed0260cd5c4a5728bd6337b51397e1f23c7b13743f9dd4502b50acc3c1574a
4
- data.tar.gz: 257973640a01cf4858e7e14d2c394d4514f07703daa4734643dbeeb0a2748135
3
+ metadata.gz: f5ec68e10319c834195d1d532dde3905667346a9b6f47d1f1bc9a6c572dec7ee
4
+ data.tar.gz: f129cbf56dd364102c9e50b931a1004ddc207c53d5580b6205bf985e7d6dec20
5
5
  SHA512:
6
- metadata.gz: f46f82711d33bade0f4522a675ed3ba6f6c1fb7f5944da0e93dcae56b43eced47e09073550463ed0a42f73feca7b0d5b59e356cbcb2dfa11786eedd8a7522405
7
- data.tar.gz: cf56022d6e532d535e6d700db801f30ef68ab93d0e0681ad9998831ba13301b2b6e57acfb92cbfd28b4b49343380bb9ed577a0c25290fc4c6b639efcd73778a3
6
+ metadata.gz: 4f7a53af93d69177a6d070d9737011a0cfa92397275897264485aad59bdd036222d87e96ebda41b3267b25abac7caf4d5e6f6448675b8375ec16a83e85636263
7
+ data.tar.gz: e8d72b24314db79bd1120142f7cedd74d8ec9286dfd2ef537010d4ecfafefbaaff81a5897acdd3f769466c3c12704ead8f976015191a5305de328c754c6f8716
data/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [0.32.4](https://github.com/appydave/appydave-tools/compare/v0.32.3...v0.32.4) (2025-11-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * resolve brand key mismatch in ProjectListing causing projects_subfolder lookup to fail - passes original brand key to ProjectResolver instead of expanded v-* version ([771a20f](https://github.com/appydave/appydave-tools/commit/771a20f3d93a19152e6c1fe52a9581287b2b80c8))
7
+
8
+ ## [0.32.3](https://github.com/appydave/appydave-tools/compare/v0.32.2...v0.32.3) (2025-11-21)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * add debug logging to projects_directory and re-add 'projects' to organizational folder exclusions to diagnose configuration issue ([0dc34d7](https://github.com/appydave/appydave-tools/commit/0dc34d765d3ec89400304eebf4a0718a4485580d))
14
+
1
15
  ## [0.32.2](https://github.com/appydave/appydave-tools/compare/v0.32.1...v0.32.2) (2025-11-21)
2
16
 
3
17
 
@@ -55,8 +55,11 @@ module Appydave
55
55
 
56
56
  # List all projects for a specific brand (Mode 3)
57
57
  def self.list_brand_projects(brand_arg)
58
+ # ProjectResolver expects the original brand key/shortcut, not the expanded v-* version
59
+ projects = ProjectResolver.list_projects(brand_arg)
60
+
61
+ # Only expand brand for display purposes
58
62
  brand = Config.expand_brand(brand_arg)
59
- projects = ProjectResolver.list_projects(brand)
60
63
 
61
64
  if projects.empty?
62
65
  puts "⚠️ No projects found for brand: #{brand}"
@@ -65,7 +68,7 @@ module Appydave
65
68
 
66
69
  # Gather project data
67
70
  project_data = projects.map do |project|
68
- project_path = Config.project_path(brand, project)
71
+ project_path = Config.project_path(brand_arg, project)
69
72
  size = calculate_directory_size(project_path)
70
73
  modified = File.mtime(project_path)
71
74
 
@@ -96,9 +99,11 @@ module Appydave
96
99
 
97
100
  # List with pattern matching (Mode 3b)
98
101
  def self.list_with_pattern(brand_arg, pattern)
102
+ # ProjectResolver expects the original brand key/shortcut, not the expanded v-* version
103
+ matches = ProjectResolver.resolve_pattern(brand_arg, pattern)
104
+
105
+ # Only expand brand for display purposes
99
106
  brand = Config.expand_brand(brand_arg)
100
- brand_path = Config.brand_path(brand)
101
- matches = ProjectResolver.resolve_pattern(brand_path, pattern)
102
107
 
103
108
  if matches.empty?
104
109
  puts "⚠️ No projects found matching pattern: #{pattern}"
@@ -107,7 +112,7 @@ module Appydave
107
112
 
108
113
  # Gather project data
109
114
  project_data = matches.map do |project|
110
- project_path = Config.project_path(brand, project)
115
+ project_path = Config.project_path(brand_arg, project)
111
116
  size = calculate_directory_size(project_path)
112
117
  modified = File.mtime(project_path)
113
118
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Appydave
4
4
  module Tools
5
- VERSION = '0.32.3'
5
+ VERSION = '0.32.5'
6
6
  end
7
7
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appydave-tools",
3
- "version": "0.32.3",
3
+ "version": "0.32.5",
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.32.3
4
+ version: 0.32.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys