Update ruby-rb-inotify to 0.9.10.

* 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)
This commit is contained in:
taca 2017-06-21 14:20:11 +00:00
parent c33ff2e8e7
commit f08eb9da25
3 changed files with 15 additions and 10 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2017/03/20 15:21:49 taca Exp $
# $NetBSD: Makefile,v 1.4 2017/06/21 14:20:11 taca Exp $
DISTNAME= rb-inotify-0.9.8
DISTNAME= rb-inotify-0.9.10
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org

View file

@ -1,16 +1,21 @@
@comment $NetBSD: PLIST,v 1.2 2016/03/15 15:33:02 taca Exp $
@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}/MIT-LICENSE
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/VERSION
${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

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2017/03/20 15:21:49 taca Exp $
$NetBSD: distinfo,v 1.5 2017/06/21 14:20:11 taca Exp $
SHA1 (rb-inotify-0.9.8.gem) = 3832a46beb1d142b6fa977c679f99dee67c144f7
RMD160 (rb-inotify-0.9.8.gem) = da07081692ad5a12d9e750acf04ed69f65fd2909
SHA512 (rb-inotify-0.9.8.gem) = 9fecf48c7ca20bd8edcf616980bcebe5bd124a0c0a59a2166790cc57c4e43e1bd4b499c58ebc2a573f2c2e140c8aeabc08c8cf6ef2a9a594b207e78ee63d80c5
Size (rb-inotify-0.9.8.gem) = 14336 bytes
SHA1 (rb-inotify-0.9.10.gem) = 9424d0825bd5dce267ab487b0924ddfea274e5bd
RMD160 (rb-inotify-0.9.10.gem) = b815bdd75ce47f3d646c60f9aa4e3bb7ccfa1de7
SHA512 (rb-inotify-0.9.10.gem) = ee1aecfebea11655450776013d8d2fa3fb2af784285db3c32b5a452241f9cd48a8f9a10cb2f1ff96b191c0dcd43ec4f78e8a363447abf97a8cd4ccb778de4889
Size (rb-inotify-0.9.10.gem) = 14848 bytes