appydave-tools 0.21.0 → 0.21.1
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/CHANGELOG.md +17 -0
- data/exe/dam +6 -0
- data/lib/appydave/tools/version.rb +1 -1
- data/package.json +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 992514cea8b930bcdce5211c47d02a0fcd20ec1e4dde0e5ff4342c0cbc219521
|
|
4
|
+
data.tar.gz: 39007fc0aae650b7f19c583298c3cda2a43d9ad4b4bc24d18c33d6012d2324e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 933d5b91bd2ffed08a3117c56c672f21ec79828be77032e6a2c813bfc72c0cc6cb235913d9658dae053f958c35748f94c2216e099719602b8a1cde28c7bc4594
|
|
7
|
+
data.tar.gz: 984e1e982b070e5f34606a7dbd0ddc59c268b8aa129957c9e5983f1b97f501306aaf4477afbffd7613f6b40b9f4dd6a8478ca1276c7e5919faed14753ae19b42
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# [0.21.0](https://github.com/appydave/appydave-tools/compare/v0.20.1...v0.21.0) (2025-11-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* create manifest for brands with no projects ([4fea6bd](https://github.com/appydave/appydave-tools/commit/4fea6bd47ac705b2875eb901737b3a11b905619f))
|
|
7
|
+
* improve range folder and SSD detection ([fc0f58b](https://github.com/appydave/appydave-tools/commit/fc0f58b44ed6bf484d8fec10f3d1c38f8caa5206))
|
|
8
|
+
* remove require 'pry' from bin scripts - not in gemspec dependencies, breaks gem install on fresh systems ([624c2a9](https://github.com/appydave/appydave-tools/commit/624c2a976fde3995423e4b6a147d57249bd98c15))
|
|
9
|
+
* rename predicate methods to end with ? - handle_empty_files and find_project_in_ssd_ranges ([2c6b188](https://github.com/appydave/appydave-tools/commit/2c6b188c55b866aa5465403fd60b18e116445fe0))
|
|
10
|
+
* rubocop and test fixes ([3580c47](https://github.com/appydave/appydave-tools/commit/3580c47f461e5681e91e679addf23c7706f9bfd7))
|
|
11
|
+
* use ProjectResolver as class method in status and repo_push ([c0c8535](https://github.com/appydave/appydave-tools/commit/c0c853572fef9dccedd544a31ee369d5c0efa886))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* add three-tier project type detection (storyline, flivideo, general) ([54ac404](https://github.com/appydave/appydave-tools/commit/54ac4045c8d3d49f63456de2dcfa9969f33169ea))
|
|
17
|
+
|
|
1
18
|
## [0.20.1](https://github.com/appydave/appydave-tools/compare/v0.20.0...v0.20.1) (2025-11-10)
|
|
2
19
|
|
|
3
20
|
|
data/exe/dam
ADDED
data/package.json
CHANGED
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.21.
|
|
4
|
+
version: 0.21.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Cruwys
|
|
@@ -186,6 +186,7 @@ email:
|
|
|
186
186
|
- david@ideasmen.com.au
|
|
187
187
|
executables:
|
|
188
188
|
- ad_config
|
|
189
|
+
- dam
|
|
189
190
|
- gpt_context
|
|
190
191
|
- prompt_tools
|
|
191
192
|
- subtitle_manager
|
|
@@ -264,6 +265,7 @@ files:
|
|
|
264
265
|
- docs/tools/youtube-automation.md
|
|
265
266
|
- docs/tools/youtube-manager.md
|
|
266
267
|
- exe/ad_config
|
|
268
|
+
- exe/dam
|
|
267
269
|
- exe/gpt_context
|
|
268
270
|
- exe/prompt_tools
|
|
269
271
|
- exe/subtitle_manager
|