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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de2ba74b69a0e144a2cb63675713b8a6a6f8079eaff554f5c8f83bbbc3346e8d
4
- data.tar.gz: db270c051837f5d34f4a0d7292941f293b56c29dd4a00a12e96b84131a66463e
3
+ metadata.gz: 6f7216b487fe2cdaa27c9519b21a5d237afe948fadfc4e818ea5627aa29cdaff
4
+ data.tar.gz: '0019c24545d1f51caf54ba8f4558c18880c5bde779ebee3e0e7dd9939f529234'
5
5
  SHA512:
6
- metadata.gz: '0921ba3c57a1f274dd5b47cabe0970b576270efffc36ce42f80918706ff7b9f12521acc545055901d8d390e075725289a591333898ffbafa13c582f267d74bee'
7
- data.tar.gz: 21b8565334c2cc8e75bff6464b3b3a7dd90f69803f945e3f270f10798452218d964b1337f66aa0fb83646198d28571203aaff90580c1f2df1960d14d5b988414
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
  [![Tests](https://github.com/philiprehberger/rb-file-watcher/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-file-watcher/actions/workflows/ci.yml)
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-file_watcher.svg)](https://rubygems.org/gems/philiprehberger-file_watcher)
5
- [![GitHub release](https://img.shields.io/github/v/release/philiprehberger/rb-file-watcher)](https://github.com/philiprehberger/rb-file-watcher/releases)
6
5
  [![Last updated](https://img.shields.io/github/last-commit/philiprehberger/rb-file-watcher)](https://github.com/philiprehberger/rb-file-watcher/commits/main)
7
- [![License](https://img.shields.io/github/license/philiprehberger/rb-file-watcher)](LICENSE)
8
- [![Bug Reports](https://img.shields.io/github/issues/philiprehberger/rb-file-watcher/bug)](https://github.com/philiprehberger/rb-file-watcher/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
9
- [![Feature Requests](https://img.shields.io/github/issues/philiprehberger/rb-file-watcher/enhancement)](https://github.com/philiprehberger/rb-file-watcher/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
10
- [![Sponsor](https://img.shields.io/badge/sponsor-GitHub%20Sponsors-ec6cb9)](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 package useful, consider giving it a star on GitHub — it helps motivate continued maintenance and development.
162
+ If you find this project useful:
168
163
 
169
- [![LinkedIn](https://img.shields.io/badge/Philip%20Rehberger-LinkedIn-0A66C2?logo=linkedin)](https://www.linkedin.com/in/philiprehberger)
170
- [![More packages](https://img.shields.io/badge/more-open%20source%20packages-blue)](https://philiprehberger.com/open-source-packages)
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
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module FileWatcher
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
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.0
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-29 00:00:00.000000000 Z
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.