WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: guard/rb-fsevent

v0.11.2

29 Aug 15:18
623f64a

Choose a tag to compare

  • Avoid modifying string literals #91

v0.11.1

06 Feb 13:39
e46390c

Choose a tag to compare

  • rescue Errno::EBADF when closing pipe #92

v0.11.0

08 May 11:35
b3ed644

Choose a tag to compare

  • Add arm64 arch to support Apple M1 #88

v0.10.4

30 Apr 14:37
4f599c6

Choose a tag to compare

  • Remove bundler development dependency #85

v0.10.3

03 Mar 19:28
fcfd339

Choose a tag to compare

  • Fix abnormal termination fails silently + burns cpu (#81)

v0.10.2

01 Jul 03:44

Choose a tag to compare

While procs are flexible about arity, lambdas and converted methods are not. Thus passing in two parameters broke any such callbacks. The only change in this release is that callback block arity is checked before passing in any values.

v0.10.1

29 Jun 15:56

Choose a tag to compare

  • rebuilt fsevent_watch against 10.8
  • fixed documentation

v0.10.0

29 Jun 15:54

Choose a tag to compare

  • MacOS 10.13 specific flags added to compatibility code
  • Added second parameter to callback with more detailed event info
  • Switched communication format to OTNetstrings, fixing a bug where some events were ignored if they contained certain characters
  • Removed custom path fixture from tests as there have been complaints about using the gem with maven (??)

v0.9.8

24 Oct 18:24
f94973f

Choose a tag to compare

  • fsevent_watch : Fix "zombie" processes not dying (#62)

v0.9.7

29 Dec 14:50

Choose a tag to compare

  • Remove spec files from gemspec. (#58)