appydave-tools 0.11.3 → 0.11.4
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 +7 -0
- data/lib/appydave/tools/version.rb +1 -1
- data/package-lock.json +2 -2
- data/package.json +1 -1
- metadata +1 -2
- data/lib/appydave_tools.rb +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2be385f2146e82c02ccba67d1e5d3745a15f70fdea4779936c034b8385f36acb
|
|
4
|
+
data.tar.gz: 73d7adfd509f31912c2f3d5f4d61656951e79c4be2b76524354703fae1743d37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: beed6bcc1c68125ca6e55a0bafe9b9786a1a8eef82d25b841a7e4c53dd72fb8038b00752877c890f01520ab503f8eb7e2b9c73b62a95c3651573137df7015914
|
|
7
|
+
data.tar.gz: ee0b6f492fd231216c7f5eaa427182bbc3a0f4750fd30562fa990837abe86a631667bab0fb8a9c3414eb4d441b763fe3eea5862b15ac0c0c0f54c8d95e282cef
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.11.3](https://github.com/klueless-io/appydave-tools/compare/v0.11.2...v0.11.3) (2024-10-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* testing gem naming conventions ([393ffde](https://github.com/klueless-io/appydave-tools/commit/393ffde6b9daf2182260b50ad63453751d0bea6c))
|
|
7
|
+
|
|
1
8
|
## [0.11.2](https://github.com/klueless-io/appydave-tools/compare/v0.11.1...v0.11.2) (2024-10-16)
|
|
2
9
|
|
|
3
10
|
|
data/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appydave-tools",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appydave-tools",
|
|
9
|
-
"version": "0.11.
|
|
9
|
+
"version": "0.11.4",
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@klueless-js/semantic-release-rubygem": "github:klueless-js/semantic-release-rubygem",
|
|
12
12
|
"@semantic-release/changelog": "^6.0.3",
|
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.11.
|
|
4
|
+
version: 0.11.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Cruwys
|
|
@@ -211,7 +211,6 @@ files:
|
|
|
211
211
|
- lib/appydave/tools/youtube_manager/reports/video_details_report.rb
|
|
212
212
|
- lib/appydave/tools/youtube_manager/update_video.rb
|
|
213
213
|
- lib/appydave/tools/youtube_manager/youtube_base.rb
|
|
214
|
-
- lib/appydave_tools.rb
|
|
215
214
|
- package-lock.json
|
|
216
215
|
- package.json
|
|
217
216
|
- sig/appydave/tools.rbs
|
data/lib/appydave_tools.rb
DELETED