appydave-tools 0.11.4 → 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: 2be385f2146e82c02ccba67d1e5d3745a15f70fdea4779936c034b8385f36acb
4
- data.tar.gz: 73d7adfd509f31912c2f3d5f4d61656951e79c4be2b76524354703fae1743d37
3
+ metadata.gz: c2be8ac0d7872fc833e9b6bd3b2e2947497732f5851b7ea008faf663f9a06e77
4
+ data.tar.gz: 432fb04beae5e611b0085dd1b31ca157eca9e6d03b4aa13bfbd6b5fbc11569af
5
5
  SHA512:
6
- metadata.gz: beed6bcc1c68125ca6e55a0bafe9b9786a1a8eef82d25b841a7e4c53dd72fb8038b00752877c890f01520ab503f8eb7e2b9c73b62a95c3651573137df7015914
7
- data.tar.gz: ee0b6f492fd231216c7f5eaa427182bbc3a0f4750fd30562fa990837abe86a631667bab0fb8a9c3414eb4d441b763fe3eea5862b15ac0c0c0f54c8d95e282cef
6
+ metadata.gz: e62c3ddc3323d03a9640627d38ee3038d31ce3eca8d965311326a82a2c120f76a07d0c3c3122a079066ae62674f23a766ea80c0234b8801479c6e488903e1f4a
7
+ data.tar.gz: 055c685a716d1d0875d914d962777bbc46b9f0e188a26d59b42c049ac71cc28f82139a6e38a3064cbc6c8b355956109fb14f96407c1945008793a2a61ae7f982
data/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
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
+
8
+ ## [0.11.4](https://github.com/klueless-io/appydave-tools/compare/v0.11.3...v0.11.4) (2024-10-16)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * testing gem naming conventions [#2](https://github.com/klueless-io/appydave-tools/issues/2) ([102e9b7](https://github.com/klueless-io/appydave-tools/commit/102e9b7ed1deaeff094e21376675eabc6bdd022b))
14
+
1
15
  ## [0.11.3](https://github.com/klueless-io/appydave-tools/compare/v0.11.2...v0.11.3) (2024-10-16)
2
16
 
3
17
 
@@ -11,7 +11,8 @@ module Appydave
11
11
  @include_patterns = options.include_patterns
12
12
  @exclude_patterns = options.exclude_patterns
13
13
  @format = options.format
14
- @working_directory = options.working_directory
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.4'
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.4",
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.4",
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.4",
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.4
4
+ version: 0.11.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys