pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ruby-method_source



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Mar 14 15:02:25 UTC 2018

Modified Files:
        pkgsrc/misc/ruby-method_source: Makefile PLIST distinfo

Log Message:
misc/ruby-method_source: update to 0.9.0

Improve support for Ruby 2.3 and 2.4.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/ruby-method_source/Makefile \
    pkgsrc/misc/ruby-method_source/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/ruby-method_source/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ruby-method_source/Makefile
diff -u pkgsrc/misc/ruby-method_source/Makefile:1.1 pkgsrc/misc/ruby-method_source/Makefile:1.2
--- pkgsrc/misc/ruby-method_source/Makefile:1.1 Tue Jun  3 13:02:36 2014
+++ pkgsrc/misc/ruby-method_source/Makefile     Wed Mar 14 15:02:25 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/06/03 13:02:36 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2018/03/14 15:02:25 taca Exp $
 
-DISTNAME=      method_source-0.8.2
+DISTNAME=      method_source-0.9.0
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/misc/ruby-method_source/PLIST
diff -u pkgsrc/misc/ruby-method_source/PLIST:1.1 pkgsrc/misc/ruby-method_source/PLIST:1.2
--- pkgsrc/misc/ruby-method_source/PLIST:1.1    Tue Jun  3 13:02:36 2014
+++ pkgsrc/misc/ruby-method_source/PLIST        Wed Mar 14 15:02:25 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/06/03 13:02:36 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/03/14 15:02:25 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gemtest
 ${GEM_LIBDIR}/.travis.yml
@@ -12,7 +12,7 @@ ${GEM_LIBDIR}/lib/method_source/code_hel
 ${GEM_LIBDIR}/lib/method_source/source_location.rb
 ${GEM_LIBDIR}/lib/method_source/version.rb
 ${GEM_LIBDIR}/method_source.gemspec
-${GEM_LIBDIR}/test/test.rb
-${GEM_LIBDIR}/test/test_code_helpers.rb
-${GEM_LIBDIR}/test/test_helper.rb
+${GEM_LIBDIR}/spec/method_source/code_helpers_spec.rb
+${GEM_LIBDIR}/spec/method_source_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/misc/ruby-method_source/distinfo
diff -u pkgsrc/misc/ruby-method_source/distinfo:1.2 pkgsrc/misc/ruby-method_source/distinfo:1.3
--- pkgsrc/misc/ruby-method_source/distinfo:1.2 Tue Nov  3 23:49:50 2015
+++ pkgsrc/misc/ruby-method_source/distinfo     Wed Mar 14 15:02:25 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 23:49:50 agc Exp $
+$NetBSD: distinfo,v 1.3 2018/03/14 15:02:25 taca Exp $
 
-SHA1 (method_source-0.8.2.gem) = ea691a5adb25c9485d9916690dbc339e646aa8b1
-RMD160 (method_source-0.8.2.gem) = b4cd24a5876117ff22b568871a5b6fc54c7d9bf0
-SHA512 (method_source-0.8.2.gem) = 44cf12bf0e47101f4e91b91b62c54e5403c827be5999b739a930e74c4449861a254631935f6a60430912316767fcc74e3f947075b0b0d994dc864bfdb935af1e
-Size (method_source-0.8.2.gem) = 13312 bytes
+SHA1 (method_source-0.9.0.gem) = f0286dc6f0e77c3622a37c385c8638270063210c
+RMD160 (method_source-0.9.0.gem) = d7b4a5441e42a25f9801a32c0ee16885a3860fd1
+SHA512 (method_source-0.9.0.gem) = 4ef6cdf3f4427a7910f9da8e569d9cc2711de449498fe88ea8782379330a5725a4800168b06fcc593c18faa52294836881852768306303ebc658f97c1bec8830
+Size (method_source-0.9.0.gem) = 13312 bytes



Home | Main Index | Thread Index | Old Index