command_kit-completion 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d38eb48761e8c78265e4fe3de35b056a4b20a1c709ae92d1748b55bdaf26d78
4
- data.tar.gz: 632bd4541f75fadeff3ecb7f754c865e387a2282c4329719e47fa628b049ebab
3
+ metadata.gz: 6343bf279d86678a0eac134a712bc744b35a94d6617cc7dea0e59320944045d6
4
+ data.tar.gz: cc386bf43b827a6519a3d8bea67e0d34814a3db32ce7d95bcfedcf8b191b07c7
5
5
  SHA512:
6
- metadata.gz: 671fd188f0ba01c1a32bf02d3d06ed5e9fd2e9e78f7e055d0cde9f687bb732a1913bef999f9e15e2d8d29837db8e996ea40dd7e65891bad03e92440999ba2839
7
- data.tar.gz: a4dd29acbf852ad3a746bb8ea47595a6b613ac8e12f407a1966165d3a3f86aadb7893295c743448574f12c9e417a7fef084845ceacac8f3782484fe33d7c1da6
6
+ metadata.gz: e82a669753b335696e1789ce4c5c6f2fba4927013b9595a04c7716a37d3c9442e803d0a6f1e6e1dadc0d47070a4d495b991bd91c87d32c8fa12637e75dd1a02f
7
+ data.tar.gz: 3369ee61c1735f75b5db0a3c99ed84eac634a242aabac0470d7b575c2e52e604351b7ee0c1fa592d5b176810976f4a7a1836670373de02a777a8ebdb297bcf17
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.1.2 / 2023-12-18
2
+
3
+ * Fix namespace conflict between `FileUtils` and `CommandKit::FileUtils`.
4
+
1
5
  ### 0.1.1 / 2023-12-18
2
6
 
3
7
  * Ensure that the parent directory of the output file exists before writing to
@@ -90,7 +90,7 @@ module CommandKit
90
90
  completions.script
91
91
  end
92
92
 
93
- FileUtils.mkdir_p(File.dirname(@output_file))
93
+ ::FileUtils.mkdir_p(File.dirname(@output_file))
94
94
  File.write(@output_file,shell_script)
95
95
  end
96
96
 
@@ -3,6 +3,6 @@
3
3
  module CommandKit
4
4
  module Completion
5
5
  # command_kit-completion version
6
- VERSION = '0.1.1'
6
+ VERSION = '0.1.2'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: command_kit-completion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern