philiprehberger-file_watcher 0.2.0 → 0.2.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +14 -8
- data/lib/philiprehberger/file_watcher/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f7216b487fe2cdaa27c9519b21a5d237afe948fadfc4e818ea5627aa29cdaff
|
|
4
|
+
data.tar.gz: '0019c24545d1f51caf54ba8f4558c18880c5bde779ebee3e0e7dd9939f529234'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c1ad8df562b33f18f8346d2eb640714e5f7c1e5f42ae6df0fc33bb78cb0f3231ca91f5142c733d345ee40fd9ae1cc45a96903c25006632beaa231f2b5dc9dd0
|
|
7
|
+
data.tar.gz: 29e5f6b499c64054ae243a2b5f2ee2d59ec73cac73fe490e4c5468ce85fdff1f3cef12bd8072ac387fc80a17dd061182cfdb771e64459bef76f1928b56450fb2
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.1] - 2026-03-31
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Standardize README badges, support section, and license format
|
|
14
|
+
|
|
10
15
|
## [0.2.0] - 2026-03-28
|
|
11
16
|
|
|
12
17
|
### Added
|
data/README.md
CHANGED
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/philiprehberger/rb-file-watcher/actions/workflows/ci.yml)
|
|
4
4
|
[](https://rubygems.org/gems/philiprehberger-file_watcher)
|
|
5
|
-
[](https://github.com/philiprehberger/rb-file-watcher/releases)
|
|
6
5
|
[](https://github.com/philiprehberger/rb-file-watcher/commits/main)
|
|
7
|
-
[](LICENSE)
|
|
8
|
-
[](https://github.com/philiprehberger/rb-file-watcher/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
|
9
|
-
[](https://github.com/philiprehberger/rb-file-watcher/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
|
10
|
-
[](https://github.com/sponsors/philiprehberger)
|
|
11
6
|
|
|
12
7
|
File system change detection with polling and callbacks
|
|
13
8
|
|
|
@@ -164,10 +159,21 @@ bundle exec rubocop
|
|
|
164
159
|
|
|
165
160
|
## Support
|
|
166
161
|
|
|
167
|
-
If you find this
|
|
162
|
+
If you find this project useful:
|
|
168
163
|
|
|
169
|
-
[
|
|
170
|
-
|
|
164
|
+
⭐ [Star the repo](https://github.com/philiprehberger/rb-file-watcher)
|
|
165
|
+
|
|
166
|
+
🐛 [Report issues](https://github.com/philiprehberger/rb-file-watcher/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
|
167
|
+
|
|
168
|
+
💡 [Suggest features](https://github.com/philiprehberger/rb-file-watcher/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
|
169
|
+
|
|
170
|
+
❤️ [Sponsor development](https://github.com/sponsors/philiprehberger)
|
|
171
|
+
|
|
172
|
+
🌐 [All Open Source Projects](https://philiprehberger.com/open-source-packages)
|
|
173
|
+
|
|
174
|
+
💻 [GitHub Profile](https://github.com/philiprehberger)
|
|
175
|
+
|
|
176
|
+
🔗 [LinkedIn Profile](https://www.linkedin.com/in/philiprehberger)
|
|
171
177
|
|
|
172
178
|
## License
|
|
173
179
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: philiprehberger-file_watcher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Philip Rehberger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Watch files and directories for changes using polling. Detects created,
|
|
14
14
|
modified, and deleted files with configurable intervals and glob patterns.
|