appydave-tools 0.11.5 → 0.11.6

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: 19307efa870ed83decea641b136328ac0934d216d73f90de3445d12533eab010
4
- data.tar.gz: b2985fe78f3a45e5604f54dfecb79257060f225f0bc891a4b6fb08559a870f27
3
+ metadata.gz: c2be8ac0d7872fc833e9b6bd3b2e2947497732f5851b7ea008faf663f9a06e77
4
+ data.tar.gz: 432fb04beae5e611b0085dd1b31ca157eca9e6d03b4aa13bfbd6b5fbc11569af
5
5
  SHA512:
6
- metadata.gz: fe9d82af6f015979f8a1f3026697f11d7ded73cb9c6a5e8b0aa8856b05d476911e0a5f46fae3762c626bf697e30d1784d61ed56b91454b2af6e0ce44dc59f5dd
7
- data.tar.gz: 035d1f3afa80eefc16d2421670b52e4574ac3fdbe55a889dcb85e15032b23887743a1ace20928026ab34d4769b343977b106304503488145d0a8afd6eb4d7c6e
6
+ metadata.gz: e62c3ddc3323d03a9640627d38ee3038d31ce3eca8d965311326a82a2c120f76a07d0c3c3122a079066ae62674f23a766ea80c0234b8801479c6e488903e1f4a
7
+ data.tar.gz: 055c685a716d1d0875d914d962777bbc46b9f0e188a26d59b42c049ac71cc28f82139a6e38a3064cbc6c8b355956109fb14f96407c1945008793a2a61ae7f982
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.11.5](https://github.com/klueless-io/appydave-tools/compare/v0.11.4...v0.11.5) (2024-10-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * support expanded path ([42e6c77](https://github.com/klueless-io/appydave-tools/commit/42e6c7794529adc9e1be8324f8f981e782347669))
7
+
1
8
  ## [0.11.4](https://github.com/klueless-io/appydave-tools/compare/v0.11.3...v0.11.4) (2024-10-16)
2
9
 
3
10
 
@@ -12,6 +12,7 @@ module Appydave
12
12
  @exclude_patterns = options.exclude_patterns
13
13
  @format = options.format
14
14
  @working_directory = File.expand_path(options.working_directory)
15
+ puts @working_directory
15
16
  @line_limit = options.line_limit
16
17
  end
17
18
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Appydave
4
4
  module Tools
5
- VERSION = '0.11.5'
5
+ VERSION = '0.11.6'
6
6
  end
7
7
  end
data/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appydave-tools",
3
- "version": "0.11.5",
3
+ "version": "0.11.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appydave-tools",
9
- "version": "0.11.5",
9
+ "version": "0.11.6",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appydave-tools",
3
- "version": "0.11.5",
3
+ "version": "0.11.6",
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.11.5
4
+ version: 0.11.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys