pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-activestorage71



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

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

Log Message:
devel/ruby-activestorage71: update to 7.1.3

Active Storage (2024-01-16)

* Fix N+1 query when fetching preview images for non-image assets.
  [Aaron Patterson & Justin Searls]

* Fix all Active Storage database related models to respect
 ActiveRecord::Base.table_name_prefix configuration.  [Chedli Bourguiba]

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

* Fix ActiveStorage::Representations::ProxyController to proxy
  untracked variants.  [Chedli Bourguiba]

* Fix direct upload forms when submit button contains nested elements.
  [Marc Köhlbrugge]

* When using the preprocessed: true option, avoid enqueuing transform
  jobs for blobs that are not representable.  [Chedli Bourguiba]

* Process preview image variant when calling
  ActiveStorage::Preview#processed.  For example,
  attached_pdf.preview(:thumb).processed will now immediately generate
  the full-sized preview image and the :thumb variant of it.
  Previously, the :thumb variant would not be generated until a
  further call to e.g. processed.url.
  [Chedli Bourguiba and Jonathan Hefner]

* 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 preprocessed: true option for named variants of previewable files.
  [Nico Wenterodt]


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-activestorage71/PLIST \
    pkgsrc/devel/ruby-activestorage71/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-activestorage71/PLIST
diff -u pkgsrc/devel/ruby-activestorage71/PLIST:1.1 pkgsrc/devel/ruby-activestorage71/PLIST:1.2
--- pkgsrc/devel/ruby-activestorage71/PLIST:1.1 Thu Nov 30 15:26:21 2023
+++ pkgsrc/devel/ruby-activestorage71/PLIST     Sun Feb  4 15:15:18 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/11/30 15:26:21 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/02/04 15:15:18 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/MIT-LICENSE
@@ -37,6 +37,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/named_variant.rb
Index: pkgsrc/devel/ruby-activestorage71/distinfo
diff -u pkgsrc/devel/ruby-activestorage71/distinfo:1.1 pkgsrc/devel/ruby-activestorage71/distinfo:1.2
--- pkgsrc/devel/ruby-activestorage71/distinfo:1.1      Thu Nov 30 15:26:21 2023
+++ pkgsrc/devel/ruby-activestorage71/distinfo  Sun Feb  4 15:15:18 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2023/11/30 15:26:21 taca Exp $
+$NetBSD: distinfo,v 1.2 2024/02/04 15:15:18 taca Exp $
 
-BLAKE2s (activestorage-7.1.2.gem) = d0d6dfb3aef8770db33d7386672dd868d14e9c5f4e7bd10503a6f724130be3da
-SHA512 (activestorage-7.1.2.gem) = fa0e17ae78345573ecb0314b37fc46df11bd52ff11f01d0e63caacc1947efc96048a8e7368ff09153b297c296494287db7aea07a42a4866039568c3a090a2ac0
-Size (activestorage-7.1.2.gem) = 66560 bytes
+BLAKE2s (activestorage-7.1.3.gem) = bc90e4510f47c1e237904a82cf104086fa586800cd00eff56f043ce83a859b72
+SHA512 (activestorage-7.1.3.gem) = e04fa9448d9cfb252c02386b022fceb89c29b3628b30cea710c578673485f571b32a978b893d23d85543c659e0d81a1675d9518de68058f4c35e7fcd6784c145
+Size (activestorage-7.1.3.gem) = 67072 bytes
 SHA1 (patch-lib_active__storage.rb) = a960f1bdc89285eb961cbba44e04a7599eee6cc8



Home | Main Index | Thread Index | Old Index