pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-rspec-its
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 1 07:45:54 UTC 2026
Modified Files:
pkgsrc/devel/ruby-rspec-its: Makefile PLIST distinfo
Log Message:
devel/ruby-rspec-its: udpate to 2.0.0
2.0.0 (2024-11-04)
Version 2.0.0 drops support for Ruby below 3, and changes the supported
RSpec version to "main" and current release series. (At the time of writing
this is 3.13.x, but it means the current supported release only).
Breaking changes:
* Now uses public_send so that private methods will not be accidentally
reachable. (James Ottaway #33, #101)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-rspec-its/Makefile \
pkgsrc/devel/ruby-rspec-its/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-rspec-its/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-its/Makefile
diff -u pkgsrc/devel/ruby-rspec-its/Makefile:1.3 pkgsrc/devel/ruby-rspec-its/Makefile:1.4
--- pkgsrc/devel/ruby-rspec-its/Makefile:1.3 Sun Oct 27 13:40:57 2024
+++ pkgsrc/devel/ruby-rspec-its/Makefile Sun Mar 1 07:45:54 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/10/27 13:40:57 taca Exp $
+# $NetBSD: Makefile,v 1.4 2026/03/01 07:45:54 taca Exp $
-DISTNAME= rspec-its-1.3.1
+DISTNAME= rspec-its-2.0.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,8 +8,8 @@ HOMEPAGE= https://github.com/rspec/rspec
COMMENT= Provides "its" method formerly part of rspec-core
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.0.0:../../devel/ruby-rspec-core
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.0.0:../../devel/ruby-rspec-expectations
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.13.0:../../devel/ruby-rspec-core
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.13.0:../../devel/ruby-rspec-expectations
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-rspec-its/PLIST
diff -u pkgsrc/devel/ruby-rspec-its/PLIST:1.3 pkgsrc/devel/ruby-rspec-its/PLIST:1.4
--- pkgsrc/devel/ruby-rspec-its/PLIST:1.3 Sun Oct 27 13:40:57 2024
+++ pkgsrc/devel/ruby-rspec-its/PLIST Sun Mar 1 07:45:54 2026
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2024/10/27 13:40:57 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/03/01 07:45:54 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.github/FUNDING.yml
${GEM_LIBDIR}/.github/dependabot.yml
${GEM_LIBDIR}/.github/workflows/ci.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/Changelog.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
@@ -14,9 +15,9 @@ ${GEM_LIBDIR}/features/its.feature
${GEM_LIBDIR}/features/step_definitions/additional_cli_steps.rb
${GEM_LIBDIR}/features/support/env.rb
${GEM_LIBDIR}/lib/rspec/its.rb
+${GEM_LIBDIR}/lib/rspec/its/subject.rb
${GEM_LIBDIR}/lib/rspec/its/version.rb
${GEM_LIBDIR}/rspec-its.gemspec
-${GEM_LIBDIR}/script/legacy_setup.sh
${GEM_LIBDIR}/script/test_all
${GEM_LIBDIR}/script/update_rubygems_and_install_bundler
${GEM_LIBDIR}/spec/rspec/its_spec.rb
Index: pkgsrc/devel/ruby-rspec-its/distinfo
diff -u pkgsrc/devel/ruby-rspec-its/distinfo:1.5 pkgsrc/devel/ruby-rspec-its/distinfo:1.6
--- pkgsrc/devel/ruby-rspec-its/distinfo:1.5 Sun Oct 27 13:40:57 2024
+++ pkgsrc/devel/ruby-rspec-its/distinfo Sun Mar 1 07:45:54 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/10/27 13:40:57 taca Exp $
+$NetBSD: distinfo,v 1.6 2026/03/01 07:45:54 taca Exp $
-BLAKE2s (rspec-its-1.3.1.gem) = 4bfb7f4e13e980faaba03585d8d40c01f8b68cc44d047ae7928daa09c4c435e5
-SHA512 (rspec-its-1.3.1.gem) = 3592c496cb44ea3ada5deb5128d6906705bbce74919548989530b120b807690f34f9f9c4d3947b94ff82e1dcf5c3d524743b7ed04738254e795c56a51d231a60
-Size (rspec-its-1.3.1.gem) = 15872 bytes
+BLAKE2s (rspec-its-2.0.0.gem) = 5ebd4a60fc0e90f6f201ae4e797aa3bf2920d4473c2d1d391aea76c6139c1fe5
+SHA512 (rspec-its-2.0.0.gem) = eec5fd95032d9dc2b94158a87820042b8639f91fcb9222c686f44b83c0a9195050568cc8e5bc6851ccbd5ea779e2758a370475939cbb7f01781752c364c6aac7
+Size (rspec-its-2.0.0.gem) = 15360 bytes
Home |
Main Index |
Thread Index |
Old Index