Path to this page:
./
sysutils/ruby-listen,
Listen to file modifications
Branch: CURRENT,
Version: 3.9.0,
Package name: ruby32-listen-3.9.0,
Maintainer: pkgsrc-usersThe Listen gem listens to file modifications and notifies you about the
changes.
Required to run:[
devel/ruby-rb-fsevent] [
lang/ruby26-base] [
devel/ruby-rb-inotify]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 30.5 KB
Version history: (Expand)
- (2024-03-03) Updated to version: ruby32-listen-3.9.0
- (2023-01-15) Updated to version: ruby31-listen-3.8.0
- (2022-08-28) Updated to version: ruby27-listen-3.7.1
- (2021-08-31) Updated to version: ruby27-listen-3.7.0
- (2021-05-09) Updated to version: ruby26-listen-3.5.1
- (2021-01-18) Updated to version: ruby26-listen-3.4.1
CVS history: (Expand)
2024-03-03 09:40:29 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
sysutils/ruby-listen: update to 3.9.0
3.9.0 (2024-02-24)
* Issue #572: make kernel warn configurable -- see README (#579)
@ColinDKelley @AlexB52
* drop ruby 2.6 and add ruby 3.3 to the test matrix (#578) @ColinDKelley
* Fix github workflows link in README (#577) @hotoolong
|
2023-01-15 16:44:37 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
sysutils/ruby-listen: update to 3.8.0
3.8.0 (2023-01-09)
* Use the defined type to the default value of directory (#566) @y-yagi
* update ruby version matrix to drop 2.4, 2.5 and add 3.2 (#567) @ColinDKelley
* Update ruby version 3.0.4 (#562) @vickyprahastra
* Raise argument error when passing a file path (#563) @janko
* Fix kwargs matching with rspec-mock 3.12 and Ruby 3+ (#564) @voxik
* Disable fail-fast for CI matrix (#555) @ybiquitous
* Add Ruby 3.0/3.1 to CI (#554) @ybiquitous
|
2022-08-28 15:07:27 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
sysutils/ruby-listen: update to 3.7.1
3.7.1 (2022-01-13)
* Issue #548: fix error when renaming folder (#552) @ColinDKelley
* issue #550: fix README to document start rather than unpause (#551)
@ColinDKelley
* Issue #543: Ignore emacs backup/swap files by default. (#546) @zw963
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2021-05-09 16:36:14 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
sysutils/ruby-listen: update to 3.5.1
3.5.1 (2021-03-30)
* Bump required ruby version to v2.4.0 (#536) @cgunther
3.5.0 (2021-03-23)
* Issue #533: rescue StandardError only (#535) @ColinDKelley
|
2021-01-18 16:31:32 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
sysutils/ruby-listen: update to 3.4.1
3.4.1 (2021-01-14)
* Add tests for PR #529 (#531) @ColinDKelley
* Correctly pass timeout as kwargs to wait_for_state (#529) @the-spectator
|
2021-01-14 15:28:27 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
sysutils/ruby-listen: update to 3.4.0
pkgsrc changes: add "USE_LANGUAGES= # none".
3.4.0 (2020-12-31)
* Issue #510: use monotonic tick count (#512) @ColinDKelley
3.3.4 (2020-12-31)
* Don't return incorrect files when there's a file whose name matches a
dir (#526) @ghiculescu
* added correct link to help debug inotify workers error on linux (#527)
@williamkennedy
* issue #473: use sudo sh -c so redirection works (#525) @ColinDKelley
* issue #473: update README for setting fs.inotify.max_user_watches (#522)
@ColinDKelley
* issue #451: change windows install instructions to suggest platforms:
instead of Gem.win_platform? (#523) @ColinDKelley
* put missing wiki content into README (#521) @ColinDKelley
3.3.3 (2020-11-30)
* Add project metadata to the gemspec (#519) @orien
3.3.2 (2020-11-28)
* Issue #504: tune .rubocop.yml and source code to make it pass all cops
(#508) @ColinDKelley
* Fix description typo (#515) @ccouzens
3.3.1 (2020-11-13)
* issue #513: allow stop when not started (#514) @ColinDKelley
3.3.0 (2020-11-10)
New Features
* Use file size to check for modifications (#336) @marawan31
* Ignore mutagen sync temporary files (#469) @nilbus
* Add GitHub Actions for development workflow. (#485) @ioquatix
* Allow Ruby 3 (#490) @yahonda
* Add Truffleruby head to CI (#493, #507) @gogainda
* Add magic # frozen_string_literal: true comment (#494) @ColinDKelley
Bug Fixes
* Fix: Linux driver listens for :modify events again (#450) @ColinDKelley
* Fix: Track removed subdirectories (#460) @bryanlira
* Use one fsevent_watch process per listener instead of one per dir (#471)
@ioquatix
* Wrap Listener instances in WeakRef (#477) @jonathanhefner
* Include macOS Big Sur in Adapter::Darwin#usable? (#479) @christiankn
* Fix hanging race condition (#481, #500) @ColinDKelley
* Remove Listen::Internals::ThreadPool (#483) @jonathanhefner
* Tidy up thread killing. Remove JRuby workaround. (#484) @ioquatix
* Move thread caller stack and rescue+log to a common place (#487)
@ColinDKelley
* Unify logging through Listen.logger; add missing logger_spec (#497)
@ColinDKelley
* Rescue and log application exceptions raised from the Listen.to callback
so listening doesn't break in process (#505) @ColinDKelley
|