watchcat 0.5.0-x64-mingw-ucrt → 0.5.2-x64-mingw-ucrt
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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +8 -9
- data/lib/watchcat/3.1/watchcat.so +0 -0
- data/lib/watchcat/3.2/watchcat.so +0 -0
- data/lib/watchcat/3.3/watchcat.so +0 -0
- data/lib/watchcat/3.4/watchcat.so +0 -0
- data/lib/watchcat/4.0/watchcat.so +0 -0
- data/lib/watchcat/cli/action_executor.rb +1 -0
- data/lib/watchcat/cli/config.rb +4 -0
- data/lib/watchcat/cli/watcher.rb +0 -2
- data/lib/watchcat/kind.rb +8 -0
- data/lib/watchcat/version.rb +1 -1
- metadata +6 -5
- data/Gemfile.lock +0 -88
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f17bbbbf30115bc0406d20d80731254d4bb075ff4d175885dc32fc0467af9a7
|
|
4
|
+
data.tar.gz: 208cbea76b455025678c02abc13ebc052ea1da577cbd88a06dff5ff61ebf1e3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5aa8c07e106ea17f27500f7187b3e11334317178797f7e2e36f297ab413be136ba5e38c2f420aac10b956f75ea7ab33dace2b4cb8505bdffdb9b4010c29c155c
|
|
7
|
+
data.tar.gz: 642b3b072fd6562dc26c356eed35df04d2f750172213ae235217b60ea773b50c15580c83a7665391d40cbc795d41bc826ec3161db20e28c7ee1c2ac0d1e989c2
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -163,15 +163,14 @@ Each watch entry supports the following options:
|
|
|
163
163
|
|
|
164
164
|
When specifying commands, you can use the following variables:
|
|
165
165
|
|
|
166
|
-
| Variable
|
|
167
|
-
|
|
168
|
-
| {{file_path}}
|
|
169
|
-
| {{file_dir}}
|
|
170
|
-
| {{file_name}}
|
|
171
|
-
| {{file_base}}
|
|
172
|
-
| {{file_ext}}
|
|
173
|
-
|
|
174
|
-
|
|
166
|
+
| Variable | Description | Example |
|
|
167
|
+
|----------------|------------------------------------------|--------------------------|
|
|
168
|
+
| {{file_path}} | Full path of the changed file | `/home/user/app/file.rb` |
|
|
169
|
+
| {{file_dir}} | Directory containing the file | `/home/user/app` |
|
|
170
|
+
| {{file_name}} | File name with extension | `file.rb` |
|
|
171
|
+
| {{file_base}} | File name without extension | `file` |
|
|
172
|
+
| {{file_ext}} | File extension | `.rb` |
|
|
173
|
+
| {{event_type}} | Type of event | `create` |
|
|
175
174
|
|
|
176
175
|
## Contributing
|
|
177
176
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/watchcat/cli/config.rb
CHANGED
|
@@ -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:
|
data/lib/watchcat/cli/watcher.rb
CHANGED
data/lib/watchcat/kind.rb
CHANGED
data/lib/watchcat/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: x64-mingw-ucrt
|
|
6
6
|
authors:
|
|
7
7
|
- Yuji Yaginuma
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: psych
|
|
@@ -139,13 +139,13 @@ 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:
|
|
146
147
|
- CHANGELOG.md
|
|
147
148
|
- Gemfile
|
|
148
|
-
- Gemfile.lock
|
|
149
149
|
- LICENSE.txt
|
|
150
150
|
- README.md
|
|
151
151
|
- Rakefile
|
|
@@ -157,6 +157,7 @@ files:
|
|
|
157
157
|
- lib/watchcat/3.2/watchcat.so
|
|
158
158
|
- lib/watchcat/3.3/watchcat.so
|
|
159
159
|
- lib/watchcat/3.4/watchcat.so
|
|
160
|
+
- lib/watchcat/4.0/watchcat.so
|
|
160
161
|
- lib/watchcat/cli.rb
|
|
161
162
|
- lib/watchcat/cli/action_executor.rb
|
|
162
163
|
- lib/watchcat/cli/config.rb
|
|
@@ -183,7 +184,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
183
184
|
version: '3.1'
|
|
184
185
|
- - "<"
|
|
185
186
|
- !ruby/object:Gem::Version
|
|
186
|
-
version:
|
|
187
|
+
version: 4.1.dev
|
|
187
188
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
188
189
|
requirements:
|
|
189
190
|
- - ">="
|
data/Gemfile.lock
DELETED
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
watchcat (0.5.0)
|
|
5
|
-
psych
|
|
6
|
-
rb_sys
|
|
7
|
-
|
|
8
|
-
GEM
|
|
9
|
-
remote: https://rubygems.org/
|
|
10
|
-
specs:
|
|
11
|
-
cgi (0.5.0)
|
|
12
|
-
date (3.4.1)
|
|
13
|
-
debug (1.11.0)
|
|
14
|
-
irb (~> 1.10)
|
|
15
|
-
reline (>= 0.3.8)
|
|
16
|
-
erb (4.0.4)
|
|
17
|
-
cgi (>= 0.3.3)
|
|
18
|
-
ffi (1.17.1-arm64-darwin)
|
|
19
|
-
ffi (1.17.1-x64-mingw-ucrt)
|
|
20
|
-
ffi (1.17.1-x86_64-darwin)
|
|
21
|
-
ffi (1.17.1-x86_64-linux-gnu)
|
|
22
|
-
io-console (0.8.0)
|
|
23
|
-
irb (1.15.2)
|
|
24
|
-
pp (>= 0.6.0)
|
|
25
|
-
rdoc (>= 4.0.0)
|
|
26
|
-
reline (>= 0.4.2)
|
|
27
|
-
listen (3.9.0)
|
|
28
|
-
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
29
|
-
rb-inotify (~> 0.9, >= 0.9.10)
|
|
30
|
-
minitest (5.25.5)
|
|
31
|
-
minitest-fail-fast (0.1.0)
|
|
32
|
-
minitest (~> 5)
|
|
33
|
-
minitest-retry (0.2.5)
|
|
34
|
-
minitest (>= 5.0)
|
|
35
|
-
nokogiri (1.18.1-arm64-darwin)
|
|
36
|
-
racc (~> 1.4)
|
|
37
|
-
nokogiri (1.18.1-x64-mingw-ucrt)
|
|
38
|
-
racc (~> 1.4)
|
|
39
|
-
nokogiri (1.18.1-x86_64-darwin)
|
|
40
|
-
racc (~> 1.4)
|
|
41
|
-
nokogiri (1.18.1-x86_64-linux-gnu)
|
|
42
|
-
racc (~> 1.4)
|
|
43
|
-
pp (0.6.2)
|
|
44
|
-
prettyprint
|
|
45
|
-
prettyprint (0.2.0)
|
|
46
|
-
psych (5.2.6)
|
|
47
|
-
date
|
|
48
|
-
stringio
|
|
49
|
-
racc (1.8.1)
|
|
50
|
-
rake (13.3.0)
|
|
51
|
-
rake-compiler (1.3.0)
|
|
52
|
-
rake
|
|
53
|
-
rake-compiler-dock (1.9.1)
|
|
54
|
-
rb-fsevent (0.11.2)
|
|
55
|
-
rb-inotify (0.11.1)
|
|
56
|
-
ffi (~> 1.0)
|
|
57
|
-
rb_sys (0.9.117)
|
|
58
|
-
rake-compiler-dock (= 1.9.1)
|
|
59
|
-
rdoc (6.14.1)
|
|
60
|
-
erb
|
|
61
|
-
psych (>= 4.0.0)
|
|
62
|
-
reline (0.6.1)
|
|
63
|
-
io-console (~> 0.5)
|
|
64
|
-
ruby_memcheck (3.0.1)
|
|
65
|
-
nokogiri
|
|
66
|
-
stringio (3.1.7)
|
|
67
|
-
|
|
68
|
-
PLATFORMS
|
|
69
|
-
arm64-darwin-22
|
|
70
|
-
arm64-darwin-23
|
|
71
|
-
x64-mingw-ucrt
|
|
72
|
-
x86_64-darwin-19
|
|
73
|
-
x86_64-darwin-20
|
|
74
|
-
x86_64-linux
|
|
75
|
-
|
|
76
|
-
DEPENDENCIES
|
|
77
|
-
debug
|
|
78
|
-
listen
|
|
79
|
-
minitest
|
|
80
|
-
minitest-fail-fast
|
|
81
|
-
minitest-retry
|
|
82
|
-
rake
|
|
83
|
-
rake-compiler
|
|
84
|
-
ruby_memcheck
|
|
85
|
-
watchcat!
|
|
86
|
-
|
|
87
|
-
BUNDLED WITH
|
|
88
|
-
2.6.2
|