Bump listen from 3.1.5 to 3.6.0
Bumps listen from 3.1.5 to 3.6.0.
Release notes
Sourced from listen's releases.
v3.6.0
✨ New Featuresv3.5.0
v3.4.1
- Add tests for PR #529 (#531) @ColinDKelley
- Correctly pass timeout as kwargs to wait_for_state (#529) @the-spectator
v3.5.1
- Bump required ruby version to v2.4.0 (#536) @cgunther
v3.3.4
- 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
v3.3.3
- Add project metadata to the gemspec (#519) @orien
v3.3.2
- Issue #504: tune .rubocop.yml and source code to make it pass all cops (#508) @ColinDKelley
- Fix description typo (#515) @ccouzens
v3.3.1
v3.3.0
✨ 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
... (truncated)
Commits
-
0f2662a
release v3.6.0 -
2693d44
issue #452: use SHA256 instead of MD5 for FIPS compatibility -
96c9476
update README to remove FreeBSD limitation and stale reference to Travis CI -
041fca5
release v3.5.1 -
1243d92
Bump required ruby version to v2.4.0 -
c00a57b
release v3.5.0 -
133b1bf
issue #533: fix indentation post PR review -
57224cc
issue #533: subject.stop so thread cannot keep running and lead to raise_expi... -
c24d860
issue #533: debug with more specific :fake_worker names -
21cb794
issue #533: rescue only default StandardError - Additional commits viewable in compare view