pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rspec-support



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jun  5 14:04:42 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-rspec-support: Makefile PLIST distinfo

Log Message:
Update ruby-rspec-support to 3.6.0.

### 3.6.0 / 2017-05-04
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta2...3.6.0)

Enhancements:

* Import `Source` classes from rspec-core. (Yuji Nakayama, #315)

### 3.6.0.beta2 / 2016-12-12
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta1...v3.6.0.beta2)

No user-facing changes.

### 3.6.0.beta1 / 2016-10-09
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0...v3.6.0.beta1)

Bug Fixes:

* Prevent truncated formatted object output from mangling console codes. (#294, Anson Kelly)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-rspec-support/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-rspec-support/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-rspec-support/distinfo

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

Modified files:

Index: pkgsrc/devel/ruby-rspec-support/Makefile
diff -u pkgsrc/devel/ruby-rspec-support/Makefile:1.6 pkgsrc/devel/ruby-rspec-support/Makefile:1.7
--- pkgsrc/devel/ruby-rspec-support/Makefile:1.6        Sun Oct  9 15:02:13 2016
+++ pkgsrc/devel/ruby-rspec-support/Makefile    Mon Jun  5 14:04:42 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2016/10/09 15:02:13 taca Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/05 14:04:42 taca Exp $
 
-DISTNAME=      rspec-support-3.5.0
+DISTNAME=      rspec-support-3.6.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-rspec-support/PLIST
diff -u pkgsrc/devel/ruby-rspec-support/PLIST:1.5 pkgsrc/devel/ruby-rspec-support/PLIST:1.6
--- pkgsrc/devel/ruby-rspec-support/PLIST:1.5   Sun Oct  9 15:02:13 2016
+++ pkgsrc/devel/ruby-rspec-support/PLIST       Mon Jun  5 14:04:42 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2016/10/09 15:02:13 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2017/06/05 14:04:42 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Changelog.md
 ${GEM_LIBDIR}/LICENSE.md
@@ -18,6 +18,10 @@ ${GEM_LIBDIR}/lib/rspec/support/object_f
 ${GEM_LIBDIR}/lib/rspec/support/recursive_const_methods.rb
 ${GEM_LIBDIR}/lib/rspec/support/reentrant_mutex.rb
 ${GEM_LIBDIR}/lib/rspec/support/ruby_features.rb
+${GEM_LIBDIR}/lib/rspec/support/source.rb
+${GEM_LIBDIR}/lib/rspec/support/source/location.rb
+${GEM_LIBDIR}/lib/rspec/support/source/node.rb
+${GEM_LIBDIR}/lib/rspec/support/source/token.rb
 ${GEM_LIBDIR}/lib/rspec/support/spec.rb
 ${GEM_LIBDIR}/lib/rspec/support/spec/deprecation_helpers.rb
 ${GEM_LIBDIR}/lib/rspec/support/spec/formatting_support.rb

Index: pkgsrc/devel/ruby-rspec-support/distinfo
diff -u pkgsrc/devel/ruby-rspec-support/distinfo:1.7 pkgsrc/devel/ruby-rspec-support/distinfo:1.8
--- pkgsrc/devel/ruby-rspec-support/distinfo:1.7        Sun Oct  9 15:02:13 2016
+++ pkgsrc/devel/ruby-rspec-support/distinfo    Mon Jun  5 14:04:42 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/10/09 15:02:13 taca Exp $
+$NetBSD: distinfo,v 1.8 2017/06/05 14:04:42 taca Exp $
 
-SHA1 (rspec-support-3.5.0.gem) = 5e838acc7759ea59f62e8d72a1bbcc088eb7c7e4
-RMD160 (rspec-support-3.5.0.gem) = ba89856ba4df38fdfe57abb276261145e745264b
-SHA512 (rspec-support-3.5.0.gem) = cfe68664fdc31b099dfe6ba02d9e0507a50206a67c28e91dd0366c4f78ebdd4a928a2f1c7cf58aca3c5e261c3fe2d8acfb372efc1c2fde342ca52c05a9025bbe
-Size (rspec-support-3.5.0.gem) = 33280 bytes
+SHA1 (rspec-support-3.6.0.gem) = ca28847543f347976f98f220f577281a1b9a2a3e
+RMD160 (rspec-support-3.6.0.gem) = 9cdc85b046149073358e163f7ed65e4e98d300f8
+SHA512 (rspec-support-3.6.0.gem) = 49ae5720093bb3d3323a7f313cbce9ac177ef21c3bb71a5a68f1152783252c10dbbf6ea10f51a08aa8073846b1819e7bce9a0711137cb255f7f29c996bd19b20
+Size (rspec-support-3.6.0.gem) = 35328 bytes



Home | Main Index | Thread Index | Old Index