Skip to content

Commit

Permalink
Update ruby-rspec-support to 3.6.0.
Browse files Browse the repository at this point in the history
### 3.6.0 / 2017-05-04
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta2...3.6.0)

Enhancements:

* Import `Source` classes from rspec-core. (Yuji Nakayama, #315)

### 3.6.0.beta2 / 2016-12-12
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta1...v3.6.0.beta2)

No user-facing changes.

### 3.6.0.beta1 / 2016-10-09
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0...v3.6.0.beta1)

Bug Fixes:

* Prevent truncated formatted object output from mangling console codes. (#294, Anson Kelly)
  • Loading branch information
taca committed Jun 5, 2017
1 parent 82b5925 commit b869d4c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 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.6 2016/10/09 15:02:13 taca Exp $
# $NetBSD: Makefile,v 1.7 2017/06/05 14:04:42 taca Exp $

DISTNAME= rspec-support-3.5.0
DISTNAME= rspec-support-3.6.0
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
6 changes: 5 additions & 1 deletion devel/ruby-rspec-support/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2016/10/09 15:02:13 taca Exp $
@comment $NetBSD: PLIST,v 1.6 2017/06/05 14:04:42 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Changelog.md
${GEM_LIBDIR}/LICENSE.md
Expand All @@ -18,6 +18,10 @@ ${GEM_LIBDIR}/lib/rspec/support/object_formatter.rb
${GEM_LIBDIR}/lib/rspec/support/recursive_const_methods.rb
${GEM_LIBDIR}/lib/rspec/support/reentrant_mutex.rb
${GEM_LIBDIR}/lib/rspec/support/ruby_features.rb
${GEM_LIBDIR}/lib/rspec/support/source.rb
${GEM_LIBDIR}/lib/rspec/support/source/location.rb
${GEM_LIBDIR}/lib/rspec/support/source/node.rb
${GEM_LIBDIR}/lib/rspec/support/source/token.rb
${GEM_LIBDIR}/lib/rspec/support/spec.rb
${GEM_LIBDIR}/lib/rspec/support/spec/deprecation_helpers.rb
${GEM_LIBDIR}/lib/rspec/support/spec/formatting_support.rb
Expand Down
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.7 2016/10/09 15:02:13 taca Exp $
$NetBSD: distinfo,v 1.8 2017/06/05 14:04:42 taca Exp $

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
SHA1 (rspec-support-3.6.0.gem) = ca28847543f347976f98f220f577281a1b9a2a3e
RMD160 (rspec-support-3.6.0.gem) = 9cdc85b046149073358e163f7ed65e4e98d300f8
SHA512 (rspec-support-3.6.0.gem) = 49ae5720093bb3d3323a7f313cbce9ac177ef21c3bb71a5a68f1152783252c10dbbf6ea10f51a08aa8073846b1819e7bce9a0711137cb255f7f29c996bd19b20
Size (rspec-support-3.6.0.gem) = 35328 bytes

0 comments on commit b869d4c

Please sign in to comment.