diff options
author | taca <taca> | 2016-10-09 15:02:13 +0000 |
---|---|---|
committer | taca <taca> | 2016-10-09 15:02:13 +0000 |
commit | 9bc216bd094a66e8e65f43f3aafa296064f45962 (patch) | |
tree | 92a0e10fe7c9a6ccab3d5c0a92ddd323c02b1d29 /devel | |
parent | bbdff247ad3333669f74eb34d71f0e9ffcd3a033 (diff) | |
download | pkgsrc-9bc216bd094a66e8e65f43f3aafa296064f45962.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/ruby-rspec-support/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-rspec-support/PLIST | 3 | ||||
-rw-r--r-- | devel/ruby-rspec-support/distinfo | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/devel/ruby-rspec-support/Makefile b/devel/ruby-rspec-support/Makefile index f85e6bc7d7e..33241dfecf0 100644 --- a/devel/ruby-rspec-support/Makefile +++ b/devel/ruby-rspec-support/Makefile @@ -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 diff --git a/devel/ruby-rspec-support/PLIST b/devel/ruby-rspec-support/PLIST index 0abd9599522..f21063656b3 100644 --- a/devel/ruby-rspec-support/PLIST +++ b/devel/ruby-rspec-support/PLIST @@ -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/string_matcher.rb ${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 --git a/devel/ruby-rspec-support/distinfo b/devel/ruby-rspec-support/distinfo index 1d3eaafb48d..0f5002b5ea9 100644 --- a/devel/ruby-rspec-support/distinfo +++ b/devel/ruby-rspec-support/distinfo @@ -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 |