appydave-tools 0.68.0 → 0.70.0
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/.rubocop.yml +2 -0
- data/CHANGELOG.md +21 -0
- data/CLAUDE.md +70 -0
- data/bin/dam +18 -6
- data/docs/README.md +1 -0
- data/docs/code-quality/uat-report-2025-01-22.md +341 -0
- data/docs/dam/batch-s3-listing-requirements.md +780 -0
- data/docs/guides/tools/video-file-namer.md +400 -0
- data/lib/appydave/tools/dam/config.rb +6 -1
- data/lib/appydave/tools/dam/project_listing.rb +225 -85
- data/lib/appydave/tools/dam/s3_operations.rb +110 -59
- data/lib/appydave/tools/version.rb +1 -1
- data/package.json +1 -1
- metadata +5 -2
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appydave-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.70.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Cruwys
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|
|
@@ -256,6 +256,8 @@ files:
|
|
|
256
256
|
- docs/code-quality/implementation-plan.md
|
|
257
257
|
- docs/code-quality/report-2025-01-21.md
|
|
258
258
|
- docs/code-quality/uat-plan-2025-01-22.md
|
|
259
|
+
- docs/code-quality/uat-report-2025-01-22.md
|
|
260
|
+
- docs/dam/batch-s3-listing-requirements.md
|
|
259
261
|
- docs/guides/configuration-setup.md
|
|
260
262
|
- docs/guides/platforms/windows/README.md
|
|
261
263
|
- docs/guides/platforms/windows/dam-testing-plan-windows-powershell.md
|
|
@@ -271,6 +273,7 @@ files:
|
|
|
271
273
|
- docs/guides/tools/name-manager.md
|
|
272
274
|
- docs/guides/tools/prompt-tools.md
|
|
273
275
|
- docs/guides/tools/subtitle-processor.md
|
|
276
|
+
- docs/guides/tools/video-file-namer.md
|
|
274
277
|
- docs/guides/tools/youtube-automation.md
|
|
275
278
|
- docs/guides/tools/youtube-manager.md
|
|
276
279
|
- docs/templates/.env.example
|