pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-activestorage70



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov  3 08:00:26 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-activestorage70: PLIST distinfo

Log Message:
devel/ruby-activestorage70: update to 7.0.10

7.0.10 (2029-10-28)

* Fix ActiveStorage::Representations::ProxyController not returning the
  proper preview image variant for previewable files.

  Chedli Bourguiba

* Make untracked variants obey
  config.active_storage.content_types_to_serve_as_binary and
  config.active_storage.content_types_allowed_inline.

  Chedli Bourguiba and Jonathan Hefner

* Fix direct upload forms when submit button contains nested elements.

  Marc Köhlbrugge

* Prevent ActiveRecord::StrictLoadingViolationError when strict loading is
  enabled and the variant of an Active Storage preview has already been
  processed (for example, by calling ActiveStorage::Preview#url).

  Jonathan Hefner

* Fix variants not included when eager loading multiple records containing a
  single attachment

  When using the with_attached_#{name} scope for a has_one_attached
  relation, attachment variants were not eagerly loaded.

  Russell Porter


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-activestorage70/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-activestorage70/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-activestorage70/PLIST
diff -u pkgsrc/devel/ruby-activestorage70/PLIST:1.3 pkgsrc/devel/ruby-activestorage70/PLIST:1.4
--- pkgsrc/devel/ruby-activestorage70/PLIST:1.3 Sat Feb 24 14:49:28 2024
+++ pkgsrc/devel/ruby-activestorage70/PLIST     Mon Nov  3 08:00:26 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/02/24 14:49:28 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/11/03 08:00:26 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/MIT-LICENSE
@@ -36,6 +36,7 @@ ${GEM_LIBDIR}/app/models/active_storage/
 ${GEM_LIBDIR}/app/models/active_storage/blob/analyzable.rb
 ${GEM_LIBDIR}/app/models/active_storage/blob/identifiable.rb
 ${GEM_LIBDIR}/app/models/active_storage/blob/representable.rb
+${GEM_LIBDIR}/app/models/active_storage/blob/servable.rb
 ${GEM_LIBDIR}/app/models/active_storage/current.rb
 ${GEM_LIBDIR}/app/models/active_storage/filename.rb
 ${GEM_LIBDIR}/app/models/active_storage/preview.rb

Index: pkgsrc/devel/ruby-activestorage70/distinfo
diff -u pkgsrc/devel/ruby-activestorage70/distinfo:1.23 pkgsrc/devel/ruby-activestorage70/distinfo:1.24
--- pkgsrc/devel/ruby-activestorage70/distinfo:1.23     Wed Dec 11 15:33:15 2024
+++ pkgsrc/devel/ruby-activestorage70/distinfo  Mon Nov  3 08:00:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/12/11 15:33:15 taca Exp $
+$NetBSD: distinfo,v 1.24 2025/11/03 08:00:26 taca Exp $
 
-BLAKE2s (activestorage-7.0.8.7.gem) = 4d551e0f9a2174176b4cb6c8706a589e3d8b4d723acb59c01d931e108f4f4ef7
-SHA512 (activestorage-7.0.8.7.gem) = b9c38e307a323562a4afc0cd3046ad9932b83d18413353c74fed9f354f5312e5baf37e36c9eeaa3e72d687715920360e104aa68ad5cb60183cd3b6de1837e47c
-Size (activestorage-7.0.8.7.gem) = 66560 bytes
+BLAKE2s (activestorage-7.0.10.gem) = 3b8230fe0dcc79994a62847caa652f09ba95fe210c696f4b543a98decab5627a
+SHA512 (activestorage-7.0.10.gem) = a4c9e89b44476d5597a59c6427a1f0d89d89c52362c2415ceca5cd824777f2fa245881e5d42b166bf199abe613c175cdacd6d8bd2d9f12f234d6081924db96ba
+Size (activestorage-7.0.10.gem) = 66560 bytes



Home | Main Index | Thread Index | Old Index