pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-bullet



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 31 14:31:52 UTC 2026

Modified Files:
        pkgsrc/www/ruby-bullet: Makefile distinfo

Log Message:
www/ruby-bullet: update to 8.1.2

8.1.2 (05/25/2026)

* Skip N+1 detection for optional polymorphic belongs_to whose *_type column
  is nil.  ActiveRecord short-circuits the reader to nil without issuing
  SQL, so the access cannot represent an N+1 query and preloading would be a
  no-op.
* Fix Set#<< corruption in UnusedEagerLoading#add_eager_loadings split
  branch


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-bullet/Makefile \
    pkgsrc/www/ruby-bullet/distinfo

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

Modified files:

Index: pkgsrc/www/ruby-bullet/Makefile
diff -u pkgsrc/www/ruby-bullet/Makefile:1.2 pkgsrc/www/ruby-bullet/Makefile:1.3
--- pkgsrc/www/ruby-bullet/Makefile:1.2 Tue May  5 13:38:00 2026
+++ pkgsrc/www/ruby-bullet/Makefile     Sun May 31 14:31:52 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2026/05/05 13:38:00 taca Exp $
+# $NetBSD: Makefile,v 1.3 2026/05/31 14:31:52 taca Exp $
 
-DISTNAME=      bullet-8.1.1
+DISTNAME=      bullet-8.1.2
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/ruby-bullet/distinfo
diff -u pkgsrc/www/ruby-bullet/distinfo:1.2 pkgsrc/www/ruby-bullet/distinfo:1.3
--- pkgsrc/www/ruby-bullet/distinfo:1.2 Tue May  5 13:38:00 2026
+++ pkgsrc/www/ruby-bullet/distinfo     Sun May 31 14:31:52 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2026/05/05 13:38:00 taca Exp $
+$NetBSD: distinfo,v 1.3 2026/05/31 14:31:52 taca Exp $
 
-BLAKE2s (bullet-8.1.1.gem) = 730615a10e97d4e6bc9acb64fc55252600b699e33b2f3e5525dd3f914f627d9c
-SHA512 (bullet-8.1.1.gem) = 4fa2d1547dd59b43d30f7501c0cf60673910b46f66a5968c2b31263d7e11acb0bc56e25f59adafcc294d783dd11ae5157604fe2ffb145117ce20c205cd9a724c
-Size (bullet-8.1.1.gem) = 30720 bytes
+BLAKE2s (bullet-8.1.2.gem) = 887b7fb38168455fbf1cfcfb94a08c860e04d22ae1baffe02d6c95a392e84888
+SHA512 (bullet-8.1.2.gem) = 2cc5778cc75f02809d358404a542ad9d9ad13eca3086e967ae168eef070eaafaee566f1d8cf3b9027f0c4ed2a93c0993d8dbeb7b546c96905ce3d2e159dc070d
+Size (bullet-8.1.2.gem) = 31232 bytes



Home | Main Index | Thread Index | Old Index