pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-expectations devel/ruby-rspec-expecta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00979bba7a27
branches:  trunk
changeset: 377256:00979bba7a27
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Mar 14 14:19:55 2018 +0000

description:
devel/ruby-rspec-expectations: update to 3.7.0

### 3.7.0 / 2017-10-17
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0...v3.7.0)

Enhancements:

* Improve compatibility with `--enable-frozen-string-literal` option
  on Ruby 2.3+. (Pat Allan, #997)

diffstat:

 devel/ruby-rspec-expectations/Makefile |   6 +++---
 devel/ruby-rspec-expectations/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 83858989e267 -r 00979bba7a27 devel/ruby-rspec-expectations/Makefile
--- a/devel/ruby-rspec-expectations/Makefile    Wed Mar 14 14:18:50 2018 +0000
+++ b/devel/ruby-rspec-expectations/Makefile    Wed Mar 14 14:19:55 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2017/09/04 18:08:23 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2018/03/14 14:19:55 taca Exp $
 
-DISTNAME=      rspec-expectations-3.6.0
+DISTNAME=      rspec-expectations-3.7.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@
 COMMENT=       Behaviour Driven Development framework for Ruby, expectations
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.6.0<3.7:../../devel/ruby-rspec-support
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.7.0<3.8:../../devel/ruby-rspec-support
 DEPENDS+=      ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
 
 .include "../../lang/ruby/gem.mk"
diff -r 83858989e267 -r 00979bba7a27 devel/ruby-rspec-expectations/distinfo
--- a/devel/ruby-rspec-expectations/distinfo    Wed Mar 14 14:18:50 2018 +0000
+++ b/devel/ruby-rspec-expectations/distinfo    Wed Mar 14 14:19:55 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2017/06/05 14:05:45 taca Exp $
+$NetBSD: distinfo,v 1.23 2018/03/14 14:19:55 taca Exp $
 
-SHA1 (rspec-expectations-3.6.0.gem) = f9a29c948077f9986547ee6aaac5bf7c6aa4db3c
-RMD160 (rspec-expectations-3.6.0.gem) = c4ffcda886d04176c3a01ff4ba49b0707430f372
-SHA512 (rspec-expectations-3.6.0.gem) = 8a339d482bbed73aad29a5e3640392ed57ad0cce44852d88f4806f7f6ef81898478321e6d41da3cd22929a80aa72c3339d1f7b793a60c12f57f33020f71c8fc6
-Size (rspec-expectations-3.6.0.gem) = 80384 bytes
+SHA1 (rspec-expectations-3.7.0.gem) = 6962a1ca12fd2fd71d7940932ef57559991feabb
+RMD160 (rspec-expectations-3.7.0.gem) = e60d5103132e7b1b175b10e851455366ddad6348
+SHA512 (rspec-expectations-3.7.0.gem) = 011575f87fb26ea3dd04ebff30f94c6686f07508c3adfd5b1fe6cde12758bd05773b685e45d4596ccccf860b85de74da14ea80072ac09932aa0ab30e06304a24
+Size (rspec-expectations-3.7.0.gem) = 80896 bytes



Home | Main Index | Thread Index | Old Index