appydave-tools 0.69.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 +12 -0
- data/CLAUDE.md +70 -0
- data/bin/dam +18 -6
- data/docs/README.md +1 -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/project_listing.rb +218 -110
- data/lib/appydave/tools/dam/s3_operations.rb +110 -59
- data/lib/appydave/tools/version.rb +1 -1
- data/package.json +1 -1
- metadata +4 -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
|
|
@@ -257,6 +257,7 @@ files:
|
|
|
257
257
|
- docs/code-quality/report-2025-01-21.md
|
|
258
258
|
- docs/code-quality/uat-plan-2025-01-22.md
|
|
259
259
|
- docs/code-quality/uat-report-2025-01-22.md
|
|
260
|
+
- docs/dam/batch-s3-listing-requirements.md
|
|
260
261
|
- docs/guides/configuration-setup.md
|
|
261
262
|
- docs/guides/platforms/windows/README.md
|
|
262
263
|
- docs/guides/platforms/windows/dam-testing-plan-windows-powershell.md
|
|
@@ -272,6 +273,7 @@ files:
|
|
|
272
273
|
- docs/guides/tools/name-manager.md
|
|
273
274
|
- docs/guides/tools/prompt-tools.md
|
|
274
275
|
- docs/guides/tools/subtitle-processor.md
|
|
276
|
+
- docs/guides/tools/video-file-namer.md
|
|
275
277
|
- docs/guides/tools/youtube-automation.md
|
|
276
278
|
- docs/guides/tools/youtube-manager.md
|
|
277
279
|
- docs/templates/.env.example
|