summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-03-14 14:18:50 +0000
committertaca <taca@pkgsrc.org>2018-03-14 14:18:50 +0000
commit4730dd3e8f0a670f74a09e88698c44c964176327 (patch)
treedfca9b17e4f3e6149de84727bb81fa18a50ff15f /devel
parenteaf4ab06080a08a97c6cf11f7bd3a7ee0da0c2ac (diff)
downloadpkgsrc-4730dd3e8f0a670f74a09e88698c44c964176327.tar.gz
devel/ruby-rspec-core: update to 3.7.1
### 3.7.1 / 2018-01-02 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.7.0...v3.7.1) Bug Fixes: * Work around duplicate config hook regression introduced by Ruby 2.5's lazy proc allocation. (Myron Marston, #2497) ### 3.7.0 / 2017-10-17 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.6.0...v3.7.0) Enhancements: * Add `-n` alias for `--next-failure`. (Ian Ker-Seymer, #2434) * Improve compatibility with `--enable-frozen-string-literal` option on Ruby 2.3+. (Pat Allan, #2425, #2427, #2437) * Do not run `:context` hooks for example groups that have been skipped. (Devon Estes, #2442) * Add `errors_outside_of_examples_count` to the JSON formatter. (Takeshi Arabiki, #2448) Bug Fixes: * Improve compatibility with frozen string literal flag. (#2425, Pat Allan)
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-rspec-core/Makefile6
-rw-r--r--devel/ruby-rspec-core/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/ruby-rspec-core/Makefile b/devel/ruby-rspec-core/Makefile
index 23fe0025f86..c9248f8fbf8 100644
--- a/devel/ruby-rspec-core/Makefile
+++ b/devel/ruby-rspec-core/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2017/09/04 18:08:23 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2018/03/14 14:18:50 taca Exp $
-DISTNAME= rspec-core-3.6.0
+DISTNAME= rspec-core-3.7.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,7 +8,7 @@ HOMEPAGE= https://relishapp.com/rspec
COMMENT= Behaviour Driven Development framework for Ruby, core part
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
RUBYGEM_OPTIONS+= --format-executable
diff --git a/devel/ruby-rspec-core/distinfo b/devel/ruby-rspec-core/distinfo
index e425dd7563d..11592ff70c4 100644
--- a/devel/ruby-rspec-core/distinfo
+++ b/devel/ruby-rspec-core/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2017/06/05 14:05:15 taca Exp $
+$NetBSD: distinfo,v 1.25 2018/03/14 14:18:50 taca Exp $
-SHA1 (rspec-core-3.6.0.gem) = 0e852789b56ca19ed12c9043cf47cf55340715e0
-RMD160 (rspec-core-3.6.0.gem) = 3edc1352af9cf55175914c311037acc2043411a8
-SHA512 (rspec-core-3.6.0.gem) = a2c02421ada8f4dc640056a972f39ea6b4654c5cb3431eaca867d7a9ac304e098b5cffab54812022188a2398feb79a24d60e8a6a5bfe47615097ca2e436fc52f
-Size (rspec-core-3.6.0.gem) = 154624 bytes
+SHA1 (rspec-core-3.7.1.gem) = 1289853869b2e4c315a16bc3ac7dc3dd456c839f
+RMD160 (rspec-core-3.7.1.gem) = ba2a27d39036fcc0eb4437cc00216086c8e2f4ec
+SHA512 (rspec-core-3.7.1.gem) = 86e091642e35d41a82a20e314cd71fe23e1de1bd6008d9fed82b5078616aa1815e5a1f049a996283d90d8b638e3b0e004ecd9136f0b85d60b1636929f39fa511
+Size (rspec-core-3.7.1.gem) = 155136 bytes