shellboxCLI 0.1.11 → 0.1.14

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ios/iosOption.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a2bd2e0c216bf8c0f31eb7c8f7ffce01b87a1ebe0760d590e0ba172c60206c4
4
- data.tar.gz: aec60db021212810afdf79e6f3c6896c035574782fc14de04d476464f46ec189
3
+ metadata.gz: ee8c723698d0b231d86dc18dd536d95356997df2cc7cefd6f64ba1a424114935
4
+ data.tar.gz: 317529a6b9fa78f5d518183a70ffc98d76765611f2b4d2588dda1b009ed5aeff
5
5
  SHA512:
6
- metadata.gz: a54dd4b45679fe70d233baf16770a4ed11e75ab281817dfecea2e7c57bec99e24da18eab13294c5bf10d9d250773732325421696cb8344055fd529eec46a16e7
7
- data.tar.gz: 5d00d3d162ef095675afbf5a5639bacebaa9de6f9dea15a2e29ffdde68a0005e4d3b4df8059d22d34420c456c5da19910e2e464479de3303711214ac1b46e70e
6
+ metadata.gz: 6f79764539910273071c010ed0e1a0863f07cb0e42c18e7b9af28c287a51814503657143b7f1c10b5b7527647ec89c1be7c5cca5e0e868670106d354831483f0
7
+ data.tar.gz: e3b8709a5deaf7e0165d6c5a173e3f36c3ce5b341ff8fd18425db1092fd848183d42da1f333bbcd2d9a96e84f4ad8fafd4810c3ece9051bfea49008e842617f4
data/lib/ios/iosOption.rb CHANGED
@@ -31,7 +31,7 @@ module App
31
31
  private
32
32
 
33
33
  def install_hooks
34
- hooks_directory = File.expand_path(File.join(File.dirname(__FILE__), 'hooks'))
34
+ hooks_directory = File.expand_path(File.join(File.dirname(__FILE__)))
35
35
  install_hooks_path = File.join(hooks_directory, 'install-hooks.rb')
36
36
 
37
37
  unless File.exist?(install_hooks_path)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shellboxCLI
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - ShellBox App
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-17 00:00:00.000000000 Z
11
+ date: 2024-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor