pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rspec-expectations



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Mar 14 14:19:56 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-rspec-expectations/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-rspec-expectations/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-expectations/Makefile
diff -u pkgsrc/devel/ruby-rspec-expectations/Makefile:1.23 pkgsrc/devel/ruby-rspec-expectations/Makefile:1.24
--- pkgsrc/devel/ruby-rspec-expectations/Makefile:1.23  Mon Sep  4 18:08:23 2017
+++ pkgsrc/devel/ruby-rspec-expectations/Makefile       Wed Mar 14 14:19:55 2018
@@ -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 @@ HOMEPAGE=       https://relishapp.com/rspec
 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"

Index: pkgsrc/devel/ruby-rspec-expectations/distinfo
diff -u pkgsrc/devel/ruby-rspec-expectations/distinfo:1.22 pkgsrc/devel/ruby-rspec-expectations/distinfo:1.23
--- pkgsrc/devel/ruby-rspec-expectations/distinfo:1.22  Mon Jun  5 14:05:45 2017
+++ pkgsrc/devel/ruby-rspec-expectations/distinfo       Wed Mar 14 14:19:55 2018
@@ -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