pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-core Update ruby-rspec-core to 2.14.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e51a9314af19
branches:  trunk
changeset: 631920:e51a9314af19
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 14 16:40:41 2014 +0000

description:
Update ruby-rspec-core to 2.14.8.

### 2.14.8 / 2014-02-27
[Full Changelog](http://github.com/rspec/rspec-core/compare/v2.14.7...v2.14.8)

Bug fixes:

* Fix regression with the `TextMateFormatter` that prevented backtrace links
  from being clickable. (Stefan Daschek)

### 2.14.7 / 2013-10-29
[full changelog](http://github.com/rspec/rspec-core/compare/v2.14.6...v2.14.7)

Bug fixes:

* Fix regression in 2.14.6 that broke the Fivemat formatter.
  It depended upon either
  `example.execution_result[:exception].pending_fixed?` (which
  was removed in 2.14.6 to fix an issue with frozen error objects)
  or `RSpec::Core::PendingExampleFixedError` (which was renamed
  to `RSpec::Core::Pending::PendingExampleFixedError` in 2.8.
  This fix makes a constant alias for the old error name.
  (Myron Marston)

### 2.14.6 / 2013-10-15
[full changelog](http://github.com/rspec/rspec-core/compare/v2.14.5...v2.14.6)

Bug fixes:

* Format stringified numbers correctly when mathn library is loaded.
  (Jay Hayes)
* Fix an issue that prevented the use of frozen error objects. (Lars Gierth)

diffstat:

 devel/ruby-rspec-core/Makefile |  4 ++--
 devel/ruby-rspec-core/PLIST    |  5 ++++-
 devel/ruby-rspec-core/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r 3c090cca6acf -r e51a9314af19 devel/ruby-rspec-core/Makefile
--- a/devel/ruby-rspec-core/Makefile    Fri Mar 14 16:31:31 2014 +0000
+++ b/devel/ruby-rspec-core/Makefile    Fri Mar 14 16:40:41 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2013/09/15 10:13:53 taca Exp $
+# $NetBSD: Makefile,v 1.11 2014/03/14 16:40:41 taca Exp $
 
-DISTNAME=      rspec-core-2.14.5
+DISTNAME=      rspec-core-2.14.8
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3c090cca6acf -r e51a9314af19 devel/ruby-rspec-core/PLIST
--- a/devel/ruby-rspec-core/PLIST       Fri Mar 14 16:31:31 2014 +0000
+++ b/devel/ruby-rspec-core/PLIST       Fri Mar 14 16:40:41 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2013/09/15 10:13:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2014/03/14 16:40:41 taca Exp $
 bin/autospec
 bin/rspec
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -170,6 +170,7 @@
 ${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.9.3-rbx.html
 ${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.9.3.html
 ${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-2.0.0.html
+${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-2.1.0.html
 ${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatter_spec.rb
 ${GEM_LIBDIR}/spec/rspec/core/hooks_filtering_spec.rb
 ${GEM_LIBDIR}/spec/rspec/core/hooks_spec.rb
@@ -198,10 +199,12 @@
 ${GEM_LIBDIR}/spec/spec_helper.rb
 ${GEM_LIBDIR}/spec/support/config_options_helper.rb
 ${GEM_LIBDIR}/spec/support/helper_methods.rb
+${GEM_LIBDIR}/spec/support/in_sub_process.rb
 ${GEM_LIBDIR}/spec/support/isolate_load_path_mutation.rb
 ${GEM_LIBDIR}/spec/support/isolated_directory.rb
 ${GEM_LIBDIR}/spec/support/isolated_home_directory.rb
 ${GEM_LIBDIR}/spec/support/matchers.rb
+${GEM_LIBDIR}/spec/support/mathn_integration_support.rb
 ${GEM_LIBDIR}/spec/support/sandboxed_mock_space.rb
 ${GEM_LIBDIR}/spec/support/shared_example_groups.rb
 ${GEM_LIBDIR}/spec/support/spec_files.rb
diff -r 3c090cca6acf -r e51a9314af19 devel/ruby-rspec-core/distinfo
--- a/devel/ruby-rspec-core/distinfo    Fri Mar 14 16:31:31 2014 +0000
+++ b/devel/ruby-rspec-core/distinfo    Fri Mar 14 16:40:41 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2013/09/15 10:13:53 taca Exp $
+$NetBSD: distinfo,v 1.11 2014/03/14 16:40:41 taca Exp $
 
-SHA1 (rspec-core-2.14.5.gem) = 942b918c2b2c297fb71c73dba20df78470c52a3f
-RMD160 (rspec-core-2.14.5.gem) = be626b603244f2c52a0b6824e6fc0a15ae2d8439
-Size (rspec-core-2.14.5.gem) = 181248 bytes
+SHA1 (rspec-core-2.14.8.gem) = 2bb839e610746880046f5f4514167791bfd49d69
+RMD160 (rspec-core-2.14.8.gem) = 1122c019fced5bb8a2f183ac9457cf0c58e5a103
+Size (rspec-core-2.14.8.gem) = 181760 bytes



Home | Main Index | Thread Index | Old Index