pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-rspec-core
Module Name: pkgsrc
Committed By: taca
Date: Sat Nov 2 14:32:04 UTC 2019
Modified Files:
pkgsrc/devel/ruby-rspec-core: Makefile PLIST distinfo
Log Message:
devel/ruby-rspec-core: update to 3.9.0
Update ruby-rspec-core to 3.9.0.
pkgsr change: Add "USE_LANGUAGES= # none".
### 3.9.0 / 2019-10-07
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.2...v3.9.0)
Enhancements:
* Improve the handling of errors during loading support files, if a file
errors before loading specs, RSpec will now skip loading the specs.
(David Rodríguez, #2568)
* Add support for --example-matches to run examples by regular expression.
(Sam Joseph, Matt Rider, @okothkongo1, #2586)
* Add `did_you_mean` suggestions for file names encountering a `LoadError`
outside of examples. (@obromios, #2601)
* Add a minimalist quick fix style formatter, only outputs failures as
`file:line:message`. (Romain Tartière, #2614)
* Convert string number values to integer when used for `RSpec::Configuration#fail_fast`
(Viktor Fonic, #2634)
* Issue warning when invalid values are used for `RSpec::Configuration#fail_fast`
(Viktor Fonic, #2634)
* Add support for running the Rake task in a clean environment.
(Jon Rowe, #2632)
* Indent messages by there example group / example in the documentation formatter.
(Samuel Williams, #2649)
### 3.8.2 / 2019-06-29
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.1...v3.8.2)
Bug Fixes:
* Fix `config.define_derived_metadata` so that cascades are not triggered
until metadata has been assigned to the example or example group
(Myron Marston, #2635).
### 3.8.1 / 2019-06-13
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.0...v3.8.1)
Bug Fixes:
* Handle RSpec description(s) with japanese chars in CP932 encoded files.
(Benoit Tigeot, #2575)
* When defining `let` methods that overwrite an existing method, prevent
a warning being issued by removing the old definition. (Jon Rowe, #2593)
* Prevent warning on Ruby 2.6.0-rc1 (Keiji Yoshimi, #2582)
* Fix `config.define_derived_metadata` so that it supports cascades.
(Myron Marston, #2630).
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-rspec-core/Makefile \
pkgsrc/devel/ruby-rspec-core/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-rspec-core/PLIST
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-core/Makefile
diff -u pkgsrc/devel/ruby-rspec-core/Makefile:1.26 pkgsrc/devel/ruby-rspec-core/Makefile:1.27
--- pkgsrc/devel/ruby-rspec-core/Makefile:1.26 Wed Feb 6 15:12:13 2019
+++ pkgsrc/devel/ruby-rspec-core/Makefile Sat Nov 2 14:32:03 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2019/02/06 15:12:13 taca Exp $
+# $NetBSD: Makefile,v 1.27 2019/11/02 14:32:03 taca Exp $
-DISTNAME= rspec-core-3.8.0
+DISTNAME= rspec-core-3.9.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,9 @@ HOMEPAGE= https://relishapp.com/rspec
COMMENT= Behaviour Driven Development framework for Ruby, core part
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.8.0<3.9:../../devel/ruby-rspec-support
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.9.0<3.10:../../devel/ruby-rspec-support
+
+USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
Index: pkgsrc/devel/ruby-rspec-core/distinfo
diff -u pkgsrc/devel/ruby-rspec-core/distinfo:1.26 pkgsrc/devel/ruby-rspec-core/distinfo:1.27
--- pkgsrc/devel/ruby-rspec-core/distinfo:1.26 Wed Feb 6 15:12:13 2019
+++ pkgsrc/devel/ruby-rspec-core/distinfo Sat Nov 2 14:32:03 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2019/02/06 15:12:13 taca Exp $
+$NetBSD: distinfo,v 1.27 2019/11/02 14:32:03 taca Exp $
-SHA1 (rspec-core-3.8.0.gem) = 9f18a6bbad670a118071189b1b6dfd90a145b42f
-RMD160 (rspec-core-3.8.0.gem) = 93668f3124bfeae0338380a6bcd7af4cffe00b6d
-SHA512 (rspec-core-3.8.0.gem) = c3163b4bc8463c9b6ac86921fb315d000b944f7b825f489ebc264473aa3ee8a61eb7bec92b7b528da40a051a83ef14d341790087d21746b1da142981f5d16ab0
-Size (rspec-core-3.8.0.gem) = 159232 bytes
+SHA1 (rspec-core-3.9.0.gem) = 983aea2ecd0bb6a88b375faaa6018f24fc530254
+RMD160 (rspec-core-3.9.0.gem) = a720d40149bde0e5ad0250b7f8cc0a6319b019ea
+SHA512 (rspec-core-3.9.0.gem) = 5ba53020970ae29b851b7524e53e20dc6668af0e16c306d239f6470c899fad44649c44fd5180c7b7614ae3e3b8c5d872cdece3f15470cb0f80076b5250c5c992
+Size (rspec-core-3.9.0.gem) = 162816 bytes
Index: pkgsrc/devel/ruby-rspec-core/PLIST
diff -u pkgsrc/devel/ruby-rspec-core/PLIST:1.17 pkgsrc/devel/ruby-rspec-core/PLIST:1.18
--- pkgsrc/devel/ruby-rspec-core/PLIST:1.17 Wed Feb 6 15:12:13 2019
+++ pkgsrc/devel/ruby-rspec-core/PLIST Sat Nov 2 14:32:03 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2019/02/06 15:12:13 taca Exp $
+@comment $NetBSD: PLIST,v 1.18 2019/11/02 14:32:03 taca Exp $
bin/rspec${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
@@ -19,6 +19,7 @@ ${GEM_LIBDIR}/lib/rspec/core/bisect/shel
${GEM_LIBDIR}/lib/rspec/core/bisect/utilities.rb
${GEM_LIBDIR}/lib/rspec/core/configuration.rb
${GEM_LIBDIR}/lib/rspec/core/configuration_options.rb
+${GEM_LIBDIR}/lib/rspec/core/did_you_mean.rb
${GEM_LIBDIR}/lib/rspec/core/drb.rb
${GEM_LIBDIR}/lib/rspec/core/dsl.rb
${GEM_LIBDIR}/lib/rspec/core/example.rb
@@ -36,6 +37,7 @@ ${GEM_LIBDIR}/lib/rspec/core/formatters/
${GEM_LIBDIR}/lib/rspec/core/formatters/deprecation_formatter.rb
${GEM_LIBDIR}/lib/rspec/core/formatters/documentation_formatter.rb
${GEM_LIBDIR}/lib/rspec/core/formatters/exception_presenter.rb
+${GEM_LIBDIR}/lib/rspec/core/formatters/failure_list_formatter.rb
${GEM_LIBDIR}/lib/rspec/core/formatters/fallback_message_formatter.rb
${GEM_LIBDIR}/lib/rspec/core/formatters/helpers.rb
${GEM_LIBDIR}/lib/rspec/core/formatters/html_formatter.rb
Home |
Main Index |
Thread Index |
Old Index