io-watch 0.1.0 → 0.1.1

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: 28d2d87eebbc0c7ba0750330239bdd1d00c8195ff8a93121ba13a8368b681730
4
- data.tar.gz: 8528b998df129ca0da1f4ff7cbf3627721608bf4491ac7da41fb3a8b381d65cf
3
+ metadata.gz: 76f5c7a3703e675f762cbebe938285e34a1fe3f70d472f33bf04e5a713070d0c
4
+ data.tar.gz: 0effe0ae87058c7cf9da2e714673a7b42df74856f29e0b845a132982ccdf04cb
5
5
  SHA512:
6
- metadata.gz: 7896b82cab31023f395aeb3bf9a588e31291b8d5ed2030f818377977e15dfb431a7ec80af2717ee252bff134816aea367c2099084747c09af16af62c58c174fe
7
- data.tar.gz: e9f8f8a987490ace634ddd18eea1514657e12b0f945219063442750c16e53dc1f59e95b91c0ecb356e06ec863d2661a601069e611fe6ad3503a739737a01a2bf
6
+ metadata.gz: adc9cb9e8a99469a2bd170148347d167971d7e4ff6aeda1c2d0f39c8c47439f46a0fa8ee513102d9a002ab95e9ff391a68094be6a382b83d4236b7b2efc283df
7
+ data.tar.gz: 2c7e38ad27b69b80598eb8d26f2a0d0599fd07215f8e0321c1f9fd9d51ddefc419d451ce92ff3671bca0b21930fe9e6d5c70a83b80cd661d8c5ee8b4d46e6299
checksums.yaml.gz.sig CHANGED
Binary file
@@ -10,13 +10,13 @@ class IO
10
10
  # Represents a list of roots to watch for changes.
11
11
  class Monitor
12
12
  def self.command_path
13
- if extensions_path = Gem.loaded_specs['io-watch']&.extensions_dir
14
- if File.exist?(extensions_path)
15
- return File.join(extensions_path, 'io-watch')
13
+ if extension_path = Gem.loaded_specs['io-watch']&.extension_dir
14
+ if File.exist?(extension_path)
15
+ return File.join(extension_path, 'bin', 'io-watch')
16
16
  end
17
17
  end
18
18
 
19
- return File.join(__dir__, '../../../ext/bin/io-watch')
19
+ return File.join(__dir__, '..', '..', '..', 'ext/io-watch')
20
20
  end
21
21
 
22
22
  COMMAND_PATH = self.command_path
@@ -5,6 +5,6 @@
5
5
 
6
6
  class IO
7
7
  module Watch
8
- VERSION = '0.1.0'
8
+ VERSION = '0.1.1'
9
9
  end
10
10
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: io-watch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file