pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ruby-rb-inotify Update ruby-rb-inotify to 0.9...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/492605ada7c6
branches:  trunk
changeset: 364180:492605ada7c6
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jun 21 14:20:11 2017 +0000

description:
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)

diffstat:

 sysutils/ruby-rb-inotify/Makefile |   4 ++--
 sysutils/ruby-rb-inotify/PLIST    |  11 ++++++++---
 sysutils/ruby-rb-inotify/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 10 deletions(-)

diffs (55 lines):

diff -r fb61021ee95b -r 492605ada7c6 sysutils/ruby-rb-inotify/Makefile
--- a/sysutils/ruby-rb-inotify/Makefile Wed Jun 21 14:15:22 2017 +0000
+++ b/sysutils/ruby-rb-inotify/Makefile Wed Jun 21 14:20:11 2017 +0000
@@ -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@localhost
diff -r fb61021ee95b -r 492605ada7c6 sysutils/ruby-rb-inotify/PLIST
--- a/sysutils/ruby-rb-inotify/PLIST    Wed Jun 21 14:15:22 2017 +0000
+++ b/sysutils/ruby-rb-inotify/PLIST    Wed Jun 21 14:20:11 2017 +0000
@@ -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
diff -r fb61021ee95b -r 492605ada7c6 sysutils/ruby-rb-inotify/distinfo
--- a/sysutils/ruby-rb-inotify/distinfo Wed Jun 21 14:15:22 2017 +0000
+++ b/sysutils/ruby-rb-inotify/distinfo Wed Jun 21 14:20:11 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index