Skip to content

Commit

Permalink
devel/ruby-rspec-its: update to 1.3.1
Browse files Browse the repository at this point in the history
1.3.1 (2024-10-23)

Bug fixes:

* Prevent overridden example methods causing issues by creating our own
  Example Group creation alias __its_example. (Jon Rowe, #95)
  • Loading branch information
taca committed Oct 27, 2024
1 parent d58e666 commit 2f00d0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-rspec-its/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2019/05/06 05:32:55 taca Exp $
# $NetBSD: Makefile,v 1.3 2024/10/27 13:40:57 taca Exp $

DISTNAME= rspec-its-1.3.0
DISTNAME= rspec-its-1.3.1
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
7 changes: 5 additions & 2 deletions devel/ruby-rspec-its/PLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
@comment $NetBSD: PLIST,v 1.2 2019/05/06 05:32:55 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2024/10/27 13:40:57 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}/.travis.yml
${GEM_LIBDIR}/Changelog.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
Expand All @@ -14,6 +16,7 @@ ${GEM_LIBDIR}/features/support/env.rb
${GEM_LIBDIR}/lib/rspec/its.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
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-rspec-its/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 10:19:46 nia Exp $
$NetBSD: distinfo,v 1.5 2024/10/27 13:40:57 taca Exp $

BLAKE2s (rspec-its-1.3.0.gem) = 750ebe708ed4a1d153712aee2af0cbb9cda6a45b6c66eac80a027652c7b34783
SHA512 (rspec-its-1.3.0.gem) = beff75fc84f9879095f02f4515bfd749dded877b8b4d5186423ddd78c6c16d6c5e810ebac80f3500cc7b1d23db119c72780c32888385d21d20672a26499ae94a
Size (rspec-its-1.3.0.gem) = 14336 bytes
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

0 comments on commit 2f00d0b

Please sign in to comment.