watchcat 0.5.0-x86_64-linux → 0.5.1-x86_64-linux

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: 06645aee84876dac8c231d425b846d54aacfbbfc56082d615327c059d796205e
4
- data.tar.gz: 59ed59a908d0b8e270540aa7dbd4abe520ea94dcfbcf300b86b78706d45e291b
3
+ metadata.gz: 321d8d6758be8b5393f6e5a0115fb69eb63d79f328941d009a6de64cb32216a3
4
+ data.tar.gz: 1d34bf0218633c61dc68251ab86e3fd39c7eaa81b0479e08f4713187fb695c36
5
5
  SHA512:
6
- metadata.gz: c68fee7c1b1a61c58d451aa9663bf558bc2ee18fd26b0bb921258a3ec9fd1434d4d9cf308dd2c364f9fcede3e988197fff07ae66fa904b2b944246f08349dca1
7
- data.tar.gz: 392b34865e7e958a8abecca656d2c721cbd85439f1f7ea229e561f607c6e6cf9ebd5bc3c6b9b29248d23aa9c6694366f61f152ba9304c00adc5e97efbe37ab35
6
+ metadata.gz: 38561a395de662e0ba892f7cdbab4b87d7a7e8ced4e5b5a360c92c316ec03e07188f08f2d401e2514933c30b6a6ffab4754965aba85ece02b7b9642e49c25a5f
7
+ data.tar.gz: 3b9affaa5a0aca9b2368b864d90fb64d19b0604ea507e2e78d4bef00b88d1d5a87123264dc8d21c28b8542bf3dbe28c77987c0d010372d02412beacef95e30ce
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.5.1
2
+
3
+ * Fix missing executable files
4
+
1
5
  ## 0.5.0
2
6
 
3
7
  * Rework the debounce feature. Now all events are debounced.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- watchcat (0.5.0)
4
+ watchcat (0.5.1)
5
5
  psych
6
6
  rb_sys
7
7
 
Binary file
Binary file
Binary file
Binary file
@@ -30,6 +30,8 @@ module Watchcat
30
30
  - path: "./src"
31
31
  recursive: true
32
32
  debounce: 300
33
+ filters:
34
+ ignore_access: true
33
35
  patterns:
34
36
  - "*.js"
35
37
  - "*.ts"
@@ -39,6 +41,8 @@ module Watchcat
39
41
 
40
42
  - path: "./docs"
41
43
  recursive: true
44
+ filters:
45
+ ignore_access: true
42
46
  patterns:
43
47
  - "*.md"
44
48
  actions:
@@ -54,8 +54,6 @@ module Watchcat
54
54
  end
55
55
 
56
56
  def handle_file_event(event, watch_config)
57
- return if event.kind.access?
58
-
59
57
  event.paths.each do |file_path|
60
58
  next unless should_process_file?(file_path, watch_config[:patterns])
61
59
 
@@ -1,3 +1,3 @@
1
1
  module Watchcat
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watchcat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Yuji Yaginuma
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-09-06 00:00:00.000000000 Z
11
+ date: 2025-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: psych
@@ -139,7 +139,8 @@ dependencies:
139
139
  description:
140
140
  email:
141
141
  - yuuji.yaginuma@gmail.com
142
- executables: []
142
+ executables:
143
+ - watchcat
143
144
  extensions: []
144
145
  extra_rdoc_files: []
145
146
  files: