Update ruby-rb-inotify to 0.9.7.
* Regenerate gemspec. * Improve documentation. * Return nil and the caller will return empty array for each method. * Avoid exception in case of closing a file watched by notifier, like tapping SIGINT to close the file without exception. * Fix the logic used for retrying reads after EINVAL * Use a specific exception class for queue overflows
This commit is contained in:
parent
5e27756c81
commit
47f2952dec
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/03/13 15:58:33 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2016/03/15 15:33:02 taca Exp $
|
||||
|
||||
DISTNAME= rb-inotify-0.9.5
|
||||
DISTNAME= rb-inotify-0.9.7
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/03/13 15:58:33 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2016/03/15 15:33:02 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.yardopts
|
||||
${GEM_LIBDIR}/MIT-LICENSE
|
||||
|
@ -6,6 +6,7 @@ ${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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2015/11/04 01:32:30 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2016/03/15 15:33:02 taca Exp $
|
||||
|
||||
SHA1 (rb-inotify-0.9.5.gem) = 52c673c2f546aab1958d19db6bdf2d1a7cbe34f1
|
||||
RMD160 (rb-inotify-0.9.5.gem) = 67b5e39bad4b5eedc0b445d36d84657fa886db9d
|
||||
SHA512 (rb-inotify-0.9.5.gem) = 1ecc0142ed44358a2f51403736533e9854b5fc13cb81b552eb866310b60535b14e2ac6bfb6ee53bc1ee65ac14e51fc5a981e52f843607dbb3d8390c1d6c13e60
|
||||
Size (rb-inotify-0.9.5.gem) = 14336 bytes
|
||||
SHA1 (rb-inotify-0.9.7.gem) = a47c5e88135cc959bb520894d635d631fa23a3f6
|
||||
RMD160 (rb-inotify-0.9.7.gem) = 4da255def1ef0c386c4c8889a09181de56e27d95
|
||||
SHA512 (rb-inotify-0.9.7.gem) = bc9be713becf7ee644a58e5d68dc0c514f8ba69a5b78de19cc84c2f55c98601065da59612a7373cd784646234b8ae9acd6575089c6a77e0317a0284c3f1fcbe4
|
||||
Size (rb-inotify-0.9.7.gem) = 14336 bytes
|
||||
|
|
Loading…
Reference in a new issue