pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-support Update ruby-rspec-support to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a95bd6fbcd16
branches: trunk
changeset: 353614:a95bd6fbcd16
user: taca <taca%pkgsrc.org@localhost>
date: Sun Oct 09 15:02:13 2016 +0000
description:
Update ruby-rspec-support to 3.5.0.
### 3.5.0 / 2016-07-01
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta4...v3.5.0)
**No user facing changes since beat4**
### 3.5.0.beta4 / 2016-06-05
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta3...v3.5.0.beta4)
Enhancements:
* Improve `MethodSignature` to better support keyword arguments. (#250, Rob Smith).
### 3.5.0.beta3 / 2016-04-02
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta2...v3.5.0.beta3)
Bug Fixes:
* Fix `EncodedString` to properly handle the behavior of `String#split`
on JRuby when the string contains invalid bytes. (Jon Rowe, #268)
* Fix `ObjectFormatter` so that formatting objects that don't respond to
`#inspect` (such as `BasicObject`) does not cause `NoMethodError`.
(Yuji Nakayama, #269)
* Fix `ObjectFormatter` so that formatting recursive array or hash does not
cause `SystemStackError`. (Yuji Nakayama, #270, #272)
### 3.5.0.beta2 / 2016-03-10
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta1...v3.5.0.beta2)
No user-facing changes.
### 3.5.0.beta1 / 2016-02-06
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.4.1...v3.5.0.beta1)
Enhancements:
* Improve formatting of objects by allowing truncation to a pre-configured length.
(Liam M, #256)
diffstat:
devel/ruby-rspec-support/Makefile | 4 ++--
devel/ruby-rspec-support/PLIST | 3 +--
devel/ruby-rspec-support/distinfo | 10 +++++-----
3 files changed, 8 insertions(+), 9 deletions(-)
diffs (44 lines):
diff -r 2b02a774f5e9 -r a95bd6fbcd16 devel/ruby-rspec-support/Makefile
--- a/devel/ruby-rspec-support/Makefile Sun Oct 09 15:00:35 2016 +0000
+++ b/devel/ruby-rspec-support/Makefile Sun Oct 09 15:02:13 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2015/11/29 14:48:51 taca Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/09 15:02:13 taca Exp $
-DISTNAME= rspec-support-3.4.1
+DISTNAME= rspec-support-3.5.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 2b02a774f5e9 -r a95bd6fbcd16 devel/ruby-rspec-support/PLIST
--- a/devel/ruby-rspec-support/PLIST Sun Oct 09 15:00:35 2016 +0000
+++ b/devel/ruby-rspec-support/PLIST Sun Oct 09 15:02:13 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2015/11/29 14:48:51 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2016/10/09 15:02:13 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Changelog.md
${GEM_LIBDIR}/LICENSE.md
@@ -29,7 +29,6 @@
${GEM_LIBDIR}/lib/rspec/support/spec/with_isolated_directory.rb
${GEM_LIBDIR}/lib/rspec/support/spec/with_isolated_stderr.rb
${GEM_LIBDIR}/lib/rspec/support/version.rb
-${GEM_LIBDIR}/lib/rspec/support/version_checker.rb
${GEM_LIBDIR}/lib/rspec/support/warnings.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 2b02a774f5e9 -r a95bd6fbcd16 devel/ruby-rspec-support/distinfo
--- a/devel/ruby-rspec-support/distinfo Sun Oct 09 15:00:35 2016 +0000
+++ b/devel/ruby-rspec-support/distinfo Sun Oct 09 15:02:13 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/29 14:48:51 taca Exp $
+$NetBSD: distinfo,v 1.7 2016/10/09 15:02:13 taca Exp $
-SHA1 (rspec-support-3.4.1.gem) = c60d74963f881a32e457af2c53c42f1831ab0937
-RMD160 (rspec-support-3.4.1.gem) = 07e1b4795a9ea015a8e4891e8df84c7d9e41c713
-SHA512 (rspec-support-3.4.1.gem) = 2252a8b51f742e1a8b6dacdc9a053c1e033bd9425b65520384b205314db6ffad567ac317ff4ccd64f1d518c73c9137e38a1bbd160724dd77841dfd7064e7380c
-Size (rspec-support-3.4.1.gem) = 31744 bytes
+SHA1 (rspec-support-3.5.0.gem) = 5e838acc7759ea59f62e8d72a1bbcc088eb7c7e4
+RMD160 (rspec-support-3.5.0.gem) = ba89856ba4df38fdfe57abb276261145e745264b
+SHA512 (rspec-support-3.5.0.gem) = cfe68664fdc31b099dfe6ba02d9e0507a50206a67c28e91dd0366c4f78ebdd4a928a2f1c7cf58aca3c5e261c3fe2d8acfb372efc1c2fde342ca52c05a9025bbe
+Size (rspec-support-3.5.0.gem) = 33280 bytes
Home |
Main Index |
Thread Index |
Old Index