Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d338a9d6d86c
branches:  trunk
changeset: 430873:d338a9d6d86c
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue May 05 13:04:06 2020 +0000

description:
devel/ruby-rspec-support: update to 3.9.3

Update ruby-rspec-support to 3.9.3.


### 3.9.3 / 2020-05-02
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.9.2...v3.9.3)

Bug Fixes:

* Mark ripper as unsupported on Truffle Ruby. (Brandon Fish, #395)
* Mark ripper as unsupported on JRuby 9.2.0.0. (Brian Hawley, #400)
* Capture `Mutex.new` for our `RSpec::Support:Mutex` in order to
  allow stubbing `Mutex.new`. (Jon Rowe, #411)

diffstat:

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

diffs (42 lines):

diff -r eb479e3da609 -r d338a9d6d86c devel/ruby-rspec-support/Makefile
--- a/devel/ruby-rspec-support/Makefile Tue May 05 12:12:58 2020 +0000
+++ b/devel/ruby-rspec-support/Makefile Tue May 05 13:04:06 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/01/16 15:43:46 taca Exp $
+# $NetBSD: Makefile,v 1.12 2020/05/05 13:04:06 taca Exp $
 
-DISTNAME=      rspec-support-3.9.2
+DISTNAME=      rspec-support-3.9.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r eb479e3da609 -r d338a9d6d86c devel/ruby-rspec-support/PLIST
--- a/devel/ruby-rspec-support/PLIST    Tue May 05 12:12:58 2020 +0000
+++ b/devel/ruby-rspec-support/PLIST    Tue May 05 13:04:06 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2017/09/05 18:39:07 minskim Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/05/05 13:04:06 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Changelog.md
 ${GEM_LIBDIR}/LICENSE.md
@@ -34,4 +34,5 @@
 ${GEM_LIBDIR}/lib/rspec/support/spec/with_isolated_stderr.rb
 ${GEM_LIBDIR}/lib/rspec/support/version.rb
 ${GEM_LIBDIR}/lib/rspec/support/warnings.rb
+${GEM_LIBDIR}/lib/rspec/support/with_keywords_when_needed.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r eb479e3da609 -r d338a9d6d86c devel/ruby-rspec-support/distinfo
--- a/devel/ruby-rspec-support/distinfo Tue May 05 12:12:58 2020 +0000
+++ b/devel/ruby-rspec-support/distinfo Tue May 05 13:04:06 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/01/16 15:43:46 taca Exp $
+$NetBSD: distinfo,v 1.13 2020/05/05 13:04:06 taca Exp $
 
-SHA1 (rspec-support-3.9.2.gem) = 47edb54d5576d35f4e1f223238ff74419e6d0605
-RMD160 (rspec-support-3.9.2.gem) = f923874112420f618d82a97a42d358c4a6ac3384
-SHA512 (rspec-support-3.9.2.gem) = c8cc257e308a139e66bbee41abde2951b6bc423c6df22280e8d70d66160b6a2cedff2aee8146f96c64dcdcf56cbb80151cea4475c5ead3cb8ba248ad15e48bef
-Size (rspec-support-3.9.2.gem) = 37376 bytes
+SHA1 (rspec-support-3.9.3.gem) = 092f514474abd311fbd2480bf88fb82da7ee0352
+RMD160 (rspec-support-3.9.3.gem) = 044c830b0f9a93b48d57b7de0d9c78ef19809df0
+SHA512 (rspec-support-3.9.3.gem) = fe469a7138478f16de941743ddb5860dec6e2c3e4b8d7fc5b258465f892929932702aeffb9a574300535cb1d91417549ae29d17e9df74da85b95a032b3b9b13c
+Size (rspec-support-3.9.3.gem) = 37888 bytes



Home | Main Index | Thread Index | Old Index