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:           Tue May  5 13:04:06 UTC 2020

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-rspec-support/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-rspec-support/PLIST
cvs rdiff -u -r1.12 -r1.13 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.11 pkgsrc/devel/ruby-rspec-support/Makefile:1.12
--- pkgsrc/devel/ruby-rspec-support/Makefile:1.11       Thu Jan 16 15:43:46 2020
+++ pkgsrc/devel/ruby-rspec-support/Makefile    Tue May  5 13:04:06 2020
@@ -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

Index: pkgsrc/devel/ruby-rspec-support/PLIST
diff -u pkgsrc/devel/ruby-rspec-support/PLIST:1.7 pkgsrc/devel/ruby-rspec-support/PLIST:1.8
--- pkgsrc/devel/ruby-rspec-support/PLIST:1.7   Tue Sep  5 18:39:07 2017
+++ pkgsrc/devel/ruby-rspec-support/PLIST       Tue May  5 13:04:06 2020
@@ -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/wit
 ${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

Index: pkgsrc/devel/ruby-rspec-support/distinfo
diff -u pkgsrc/devel/ruby-rspec-support/distinfo:1.12 pkgsrc/devel/ruby-rspec-support/distinfo:1.13
--- pkgsrc/devel/ruby-rspec-support/distinfo:1.12       Thu Jan 16 15:43:46 2020
+++ pkgsrc/devel/ruby-rspec-support/distinfo    Tue May  5 13:04:06 2020
@@ -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