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:           Wed Mar 14 14:17:59 UTC 2018

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

Log Message:
devel/ruby-rspec-support: update to 3.7.1

### 3.7.1 / 2018-01-29
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.7.0...v3.7.1)

Bug Fixes:

* Fix source extraction logic so that it does not trigger a `SystemStackError`
  when processing deeply nested example groups. (Craig Bass, #343)

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

Enhancements:

* Improve compatibility with `--enable-frozen-string-literal` option
  on Ruby 2.3+. (Pat Allan, #320)
* Add `Support.class_of` for extracting class of any object.
  (Yuji Nakayama, #325)

Bug Fixes:

* Fix recursive const support to not blow up when given buggy classes
  that raise odd errors from `#to_str`. (Myron Marston, #317)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-rspec-support/Makefile
cvs rdiff -u -r1.8 -r1.9 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.7 pkgsrc/devel/ruby-rspec-support/Makefile:1.8
--- pkgsrc/devel/ruby-rspec-support/Makefile:1.7        Mon Jun  5 14:04:42 2017
+++ pkgsrc/devel/ruby-rspec-support/Makefile    Wed Mar 14 14:17:59 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/06/05 14:04:42 taca Exp $
+# $NetBSD: Makefile,v 1.8 2018/03/14 14:17:59 taca Exp $
 
-DISTNAME=      rspec-support-3.6.0
+DISTNAME=      rspec-support-3.7.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-rspec-support/distinfo
diff -u pkgsrc/devel/ruby-rspec-support/distinfo:1.8 pkgsrc/devel/ruby-rspec-support/distinfo:1.9
--- pkgsrc/devel/ruby-rspec-support/distinfo:1.8        Mon Jun  5 14:04:42 2017
+++ pkgsrc/devel/ruby-rspec-support/distinfo    Wed Mar 14 14:17:59 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/06/05 14:04:42 taca Exp $
+$NetBSD: distinfo,v 1.9 2018/03/14 14:17:59 taca Exp $
 
-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
+SHA1 (rspec-support-3.7.1.gem) = 27a8a92ddd9096a1f613389d5c0a94691d4a1f03
+RMD160 (rspec-support-3.7.1.gem) = bd2365cbcc2bac3f91514be17da1b28622247fff
+SHA512 (rspec-support-3.7.1.gem) = 0f4c70d446d3dd0890adface47d14a138409c2b6e2ec207b7ecef87ff6baeeab14f1f905c52e1b0104854faaef3f28ab468667fe3072227333f48d73e44ad9a4
+Size (rspec-support-3.7.1.gem) = 35840 bytes



Home | Main Index | Thread Index | Old Index