f08eb9da25
* Handle possible IOError * avoid crashing on Ruby 2.3.1 when fd is closed * Add license info to the gemspec. * Add test environment. * Initial move to bundler and travis testing. * Update readme with travis, code climate and coveralls * Fix invalid or closed file descriptor issues on JRuby * Modernize copyright/documentation * Fix incorrect development dependency on ffi * Update homepage = guard * Update badge links for guard org * Add JRuby and Rubinius cases on Travis CI. * Delete watchers that received the "IN_IGNORED" flag * Made size more accurately allocated. * Fix for breaking change for Ruby and runtime dependency version condition. * Remove stuff that doesn't work on older rubies. * Remove wrong comment for utopia.gemspec from Gemfile. * Fix to suppress warning when "gem build rb-inotify.gemspec" (#70)
21 lines
750 B
Text
21 lines
750 B
Text
@comment $NetBSD: PLIST,v 1.3 2017/06/21 14:20:11 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.travis.yml
|
|
${GEM_LIBDIR}/.yardopts
|
|
${GEM_LIBDIR}/Gemfile
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/lib/rb-inotify.rb
|
|
${GEM_LIBDIR}/lib/rb-inotify/errors.rb
|
|
${GEM_LIBDIR}/lib/rb-inotify/event.rb
|
|
${GEM_LIBDIR}/lib/rb-inotify/native.rb
|
|
${GEM_LIBDIR}/lib/rb-inotify/native/flags.rb
|
|
${GEM_LIBDIR}/lib/rb-inotify/notifier.rb
|
|
${GEM_LIBDIR}/lib/rb-inotify/version.rb
|
|
${GEM_LIBDIR}/lib/rb-inotify/watcher.rb
|
|
${GEM_LIBDIR}/rb-inotify.gemspec
|
|
${GEM_LIBDIR}/spec/rb-inotify/errors_spec.rb
|
|
${GEM_LIBDIR}/spec/rb-inotify_spec.rb
|
|
${GEM_LIBDIR}/spec/spec_helper.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|