Skip to content

Commit

Permalink
Update ruby-rspec-support to 3.5.0.
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
taca committed Oct 9, 2016
1 parent d0afaa8 commit 1bab31a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-rspec-support/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions devel/ruby-rspec-support/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

10 changes: 5 additions & 5 deletions devel/ruby-rspec-support/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1bab31a

Please sign in to comment.