Skip to content

Commit

Permalink
Update ruby-rspec-support to 3.4.1.
Browse files Browse the repository at this point in the history
### 3.4.1 / 2015-11-20
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.4.0...v3.4.1)

Bug Fixes:

* Fix `RSpec::Support::RubyFeature.ripper_supported?` so it returns
  `false` on Rubinius since the Rubinius team has no plans to support
  it. This prevents rspec-core from trying to load and use ripper to
  extract failure snippets. (Aaron Stone, #251)

### 3.4.0 / 2015-11-11
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.3.0...v3.4.0)

Enhancements:

* Improve formatting of `Delegator` based objects (e.g. `SimpleDelgator`) in
  failure messages and diffs. (Andrew Horner, #215)
* Add `ComparableVersion`. (Yuji Nakayama, #245)
* Add `Ripper` support detection. (Yuji Nakayama, #245)

Bug Fixes:

* Work around bug in JRuby that reports that `attr_writer` methods
  have no parameters, causing RSpec's verifying doubles to wrongly
  fail when mocking or stubbing a writer method on JRuby. (Myron Marston, #225)
  • Loading branch information
taca committed Nov 29, 2015
1 parent 4da705c commit 6de6fd7
Show file tree
Hide file tree
Showing 3 changed files with 12 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.4 2015/06/12 23:57:27 taca Exp $
# $NetBSD: Makefile,v 1.5 2015/11/29 14:48:51 taca Exp $

DISTNAME= rspec-support-3.3.0
DISTNAME= rspec-support-3.4.1
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
7 changes: 5 additions & 2 deletions devel/ruby-rspec-support/PLIST
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
@comment $NetBSD: PLIST,v 1.3 2015/06/12 23:57:27 taca Exp $
@comment $NetBSD: PLIST,v 1.4 2015/11/29 14:48:51 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Changelog.md
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/LICENSE.md
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/rspec/support.rb
${GEM_LIBDIR}/lib/rspec/support/caller_filter.rb
${GEM_LIBDIR}/lib/rspec/support/comparable_version.rb
${GEM_LIBDIR}/lib/rspec/support/differ.rb
${GEM_LIBDIR}/lib/rspec/support/directory_maker.rb
${GEM_LIBDIR}/lib/rspec/support/encoded_string.rb
${GEM_LIBDIR}/lib/rspec/support/fuzzy_matcher.rb
${GEM_LIBDIR}/lib/rspec/support/hunk_generator.rb
${GEM_LIBDIR}/lib/rspec/support/matcher_definition.rb
${GEM_LIBDIR}/lib/rspec/support/method_signature_verifier.rb
${GEM_LIBDIR}/lib/rspec/support/mutex.rb
${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/spec.rb
${GEM_LIBDIR}/lib/rspec/support/spec/deprecation_helpers.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.5 2015/11/03 03:29:29 agc Exp $
$NetBSD: distinfo,v 1.6 2015/11/29 14:48:51 taca Exp $

SHA1 (rspec-support-3.3.0.gem) = 790f9352b41dd472394767d449b23537635ca0c0
RMD160 (rspec-support-3.3.0.gem) = c45fcc3196867471f23bae7ef4db17882205a5ac
SHA512 (rspec-support-3.3.0.gem) = 0fd860760d4eb8666e8dd9adbc32a6c43b6e9ab8b4574757e9a2cb7db9c9f07d3955df531f19582d6634cca914d70110af8f9c963913d4b4a5e61586aea20816
Size (rspec-support-3.3.0.gem) = 28672 bytes
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

0 comments on commit 6de6fd7

Please sign in to comment.