-
Name
-
autotest-fsevent
-
Version
-
0.3.0
-
Platform
-
ruby
-
Authors
-
Sven Schwyn
-
Bindir
-
bin
-
Date
-
1980-01-02 00:00:00 UTC
-
Dependencies
-
sys-uname (>= 0)
rake (>= 0, development)
minitest (>= 0, development)
minitest-autotest (>= 0, development)
-
Description
-
Autotest relies on filesystem polling to detect modifications in source
code files. This is expensive for the CPU, harddrive and battery - and
unnecesary on Mac OS X 10.5 or higher which comes with the very efficient
FSEvent core service for this very purpose. This gem teaches autotest how
to use FSEvent.
-
Email
-
ruby@bitcetera.com
-
Extensions
-
ext/fsevent/extconf.rb
-
Extra rdoc files
-
CHANGELOG.md
LICENSE.txt
README.md
-
Files
-
CHANGELOG.md
LICENSE.txt
README.md
ext/fsevent/extconf.rb
ext/fsevent/fsevent_sleep.c
lib/autotest-fsevent.rb
lib/autotest-fsevent/version.rb
lib/autotest/fsevent.rb
post-install.txt
prebuilt/fsevent_sleep
-
Homepage
-
https://github.com/svoop/autotest-fsevent
-
Licenses
-
MIT
-
Metadata
-
{"homepage_uri"=>"https://github.com/svoop/autotest-fsevent", "changelog_uri"=>"https://github.com/svoop/autotest-fsevent/blob/main/CHANGELOG.md", "source_code_uri"=>"https://github.com/svoop/autotest-fsevent", "documentation_uri"=>"https://www.rubydoc.info/gems/autotest-fsevent", "bug_tracker_uri"=>"https://github.com/svoop/autotest-fsevent/issues"}
-
Post install message
-
[1;32m
-------------------------------------------------------------------------------
In order to use autotest-fsevent, install either the comprehensive ZenTest
gem or the lightweight autotest-standalone gem and then add the following
line to your ~/.autotest file:
require 'autotest/fsevent'
-------------------------------------------------------------------------------
[0m
-
Rdoc options
-
--title
FSEvent for Autotest
--main
README.md
--line-numbers
--inline-source
--quiet
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.6.9
-
Specification version
-
4
-
Summary
-
Use FSEvent instead of filesystem polling
-
Original platform
-
ruby
-
New platform
-
ruby