pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rspec-expectations



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb  4 15:38:41 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-rspec-expectations: Makefile PLIST distinfo

Log Message:
devel/ruby-rspec-expectations: update to 3.13.0

3.13.0 (2024-02-04)

Enhancements:

* Update eq and eql matchers to better highlight difference in string
  encoding. (Alan Foster, #1425)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/ruby-rspec-expectations/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-rspec-expectations/PLIST
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/ruby-rspec-expectations/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-rspec-expectations/Makefile
diff -u pkgsrc/devel/ruby-rspec-expectations/Makefile:1.36 pkgsrc/devel/ruby-rspec-expectations/Makefile:1.37
--- pkgsrc/devel/ruby-rspec-expectations/Makefile:1.36  Thu Apr 27 14:17:32 2023
+++ pkgsrc/devel/ruby-rspec-expectations/Makefile       Sun Feb  4 15:38:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2023/04/27 14:17:32 taca Exp $
+# $NetBSD: Makefile,v 1.37 2024/02/04 15:38:41 taca Exp $
 
-DISTNAME=      rspec-expectations-3.12.3
+DISTNAME=      rspec-expectations-3.13.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,8 +8,8 @@ HOMEPAGE=       https://relishapp.com/rspec
 COMMENT=       Behaviour Driven Development framework for Ruby, expectations
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.12.0<3.13:../../devel/ruby-rspec-support
-DEPENDS+=      ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.13.0<3.14:../../devel/ruby-rspec-support
+DEPENDS+=      ${RUBY_PKGPREFIX}-diff-lcs>=1.2.0:../../textproc/ruby-diff-lcs
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/ruby-rspec-expectations/PLIST
diff -u pkgsrc/devel/ruby-rspec-expectations/PLIST:1.17 pkgsrc/devel/ruby-rspec-expectations/PLIST:1.18
--- pkgsrc/devel/ruby-rspec-expectations/PLIST:1.17     Mon Jan 11 13:06:55 2021
+++ pkgsrc/devel/ruby-rspec-expectations/PLIST  Sun Feb  4 15:38:41 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2021/01/11 13:06:55 taca Exp $
+@comment $NetBSD: PLIST,v 1.18 2024/02/04 15:38:41 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/.yardopts
@@ -49,9 +49,9 @@ ${GEM_LIBDIR}/lib/rspec/matchers/built_i
 ${GEM_LIBDIR}/lib/rspec/matchers/composable.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/dsl.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/english_phrasing.rb
-${GEM_LIBDIR}/lib/rspec/matchers/expecteds_for_multiple_diffs.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/fail_matchers.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/generated_descriptions.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/matcher_delegator.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/matcher_protocol.rb
+${GEM_LIBDIR}/lib/rspec/matchers/multi_matcher_diff.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/devel/ruby-rspec-expectations/distinfo
diff -u pkgsrc/devel/ruby-rspec-expectations/distinfo:1.37 pkgsrc/devel/ruby-rspec-expectations/distinfo:1.38
--- pkgsrc/devel/ruby-rspec-expectations/distinfo:1.37  Thu Apr 27 14:17:32 2023
+++ pkgsrc/devel/ruby-rspec-expectations/distinfo       Sun Feb  4 15:38:41 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2023/04/27 14:17:32 taca Exp $
+$NetBSD: distinfo,v 1.38 2024/02/04 15:38:41 taca Exp $
 
-BLAKE2s (rspec-expectations-3.12.3.gem) = ab6fec3c169b6662f8df5b65a500e37e88e4ac915f6e6805b3cd6a86425eba08
-SHA512 (rspec-expectations-3.12.3.gem) = 58717c22078f09b9b5fce785cbc2b210a513067ede9210bc6391bc06325dfc8c1f6ffeffacbeed955ec556bada210b36ec236e49249dce96d3d20ed61258d009
-Size (rspec-expectations-3.12.3.gem) = 87552 bytes
+BLAKE2s (rspec-expectations-3.13.0.gem) = 400972da3a0eaf8fb613802fa4190af62bdee4d13142d0c425a04f67882fea8d
+SHA512 (rspec-expectations-3.13.0.gem) = 926f6d54df2258f45ba53f8be90cb5af8a6b74634288ef82a511690ba27614bc283c4e262889e80469c8b48c2c770310402b17f1dd7bca28a24624c4a7d47de2
+Size (rspec-expectations-3.13.0.gem) = 88064 bytes



Home | Main Index | Thread Index | Old Index