pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-support Update ruby-rspec-support to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab97c9434223
branches:  trunk
changeset: 363250:ab97c9434223
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jun 05 14:04:42 2017 +0000

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

diffstat:

 devel/ruby-rspec-support/Makefile |   4 ++--
 devel/ruby-rspec-support/PLIST    |   6 +++++-
 devel/ruby-rspec-support/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 0f6bae00ca1b -r ab97c9434223 devel/ruby-rspec-support/Makefile
--- a/devel/ruby-rspec-support/Makefile Mon Jun 05 13:43:44 2017 +0000
+++ b/devel/ruby-rspec-support/Makefile Mon Jun 05 14:04:42 2017 +0000
@@ -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
diff -r 0f6bae00ca1b -r ab97c9434223 devel/ruby-rspec-support/PLIST
--- a/devel/ruby-rspec-support/PLIST    Mon Jun 05 13:43:44 2017 +0000
+++ b/devel/ruby-rspec-support/PLIST    Mon Jun 05 14:04:42 2017 +0000
@@ -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/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
diff -r 0f6bae00ca1b -r ab97c9434223 devel/ruby-rspec-support/distinfo
--- a/devel/ruby-rspec-support/distinfo Mon Jun 05 13:43:44 2017 +0000
+++ b/devel/ruby-rspec-support/distinfo Mon Jun 05 14:04:42 2017 +0000
@@ -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