Nothing so far
- Support for macOS 11 Big Sur (plus next likely release)
- Sign gem and add checksums
- Bundle updated
- Support for macOS 10.15 Catalina
- Drop RSpec in favor of minitest
- Rewrite README, CHANGELOG etc
- Support for macOS 10.14 Mojave
- Support for macOS 10.13 High Sierra
- Support for macOS 10.12 Sierra
- Support for macOS 10.11 El Capitan
- Support for macOS 10.10 Yosemite
- Support for macOS 10.9 Mavericks
- Compatiblity with Xcode 4.3 (Pavel Forkert)
- Do nothing if installed on non-Darwin OS
- Use
File.exists?
which is both Ruby 1.8 and 1.9
- Add FSEVENT_SLEEP environment variable for prebuilt binaries
- Don't reset GEMPATH if already set (Robert Lowe)
- Update README due to autotest naming disagreement
- Switch from Jeweler to Bundler for development
- Remove dependency on autotest
- Loosen dependency on rspec
- Build binary at install time (inspired by Michael Hale)
- Remove wait_for_changes before redefining it
- Add dependency for sys-uname (Cyril Mougel)
- Change dependency from "ZenTest" to lightweight "autotest"
- Move waiting hook outside the loop (Sean DeNigris)
- 64bit kernel compatibility workaround
- Update README for development to reflect changes at Github
- Support for macOS 10.6 Snow Leopard
- Reset the postinstall text color to previous
- Prepare for multi-platform extension
- Patch wait_for_changes to prevent fallback to polling (Darrick Wiebe)
- Check platform with sys-uname instead of RUBY_PLATFORM
- FSEvent instead of filesystem polling on macOS 10.5 Leopard or higher
- Formerly part of autotest-mac which is now deprecated