summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-07-04 08:02:54 +0000
committertaca <taca@pkgsrc.org>2021-07-04 08:02:54 +0000
commit429ad157c19a5eed50fbad4821139a979aea7f8e (patch)
tree29b0ead3e763c47b2ca934b3e33418b997a4e3fd
parent56487453396b7ce074a06c7fb266c0a8b53922db (diff)
downloadpkgsrc-429ad157c19a5eed50fbad4821139a979aea7f8e.tar.gz
devel/ruby-activestorage61: update to 6.1.4
Active Storage * The parameters sent to ffmpeg for generating a video preview image are now configurable under config.active_storage.video_preview_arguments. (Brendon Muir) * Fix Active Storage update task when running in an engine. (Justin Malčić*) * Don't raise an error if the mime type is not recognized. Fixes #41777. (Alex Ghiculescu) * ActiveStorage::PreviewError is raised when a previewer is unable to generate a preview image. (Alex Robbin) * respond with 404 given invalid variation key when asking for representations. (George Claghorn) * Blob creation shouldn't crash if no service selected. (Alex Ghiculescu)
-rw-r--r--devel/ruby-activestorage61/PLIST3
-rw-r--r--devel/ruby-activestorage61/distinfo10
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/ruby-activestorage61/PLIST b/devel/ruby-activestorage61/PLIST
index b01b827a7f9..cd4acc3aa78 100644
--- a/devel/ruby-activestorage61/PLIST
+++ b/devel/ruby-activestorage61/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/14 14:07:09 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/07/04 08:02:54 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/MIT-LICENSE
@@ -9,6 +9,7 @@ ${GEM_LIBDIR}/app/controllers/active_storage/blobs/proxy_controller.rb
${GEM_LIBDIR}/app/controllers/active_storage/blobs/redirect_controller.rb
${GEM_LIBDIR}/app/controllers/active_storage/direct_uploads_controller.rb
${GEM_LIBDIR}/app/controllers/active_storage/disk_controller.rb
+${GEM_LIBDIR}/app/controllers/active_storage/representations/base_controller.rb
${GEM_LIBDIR}/app/controllers/active_storage/representations/proxy_controller.rb
${GEM_LIBDIR}/app/controllers/active_storage/representations/redirect_controller.rb
${GEM_LIBDIR}/app/controllers/concerns/active_storage/file_server.rb
diff --git a/devel/ruby-activestorage61/distinfo b/devel/ruby-activestorage61/distinfo
index cbbb9c7b09c..cd4ce3ee7c3 100644
--- a/devel/ruby-activestorage61/distinfo
+++ b/devel/ruby-activestorage61/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/05/08 14:08:56 taca Exp $
+$NetBSD: distinfo,v 1.5 2021/07/04 08:02:54 taca Exp $
-SHA1 (activestorage-6.1.3.2.gem) = 4669dc65958fb8ffae41ccbc515cff957b7182c6
-RMD160 (activestorage-6.1.3.2.gem) = 9681304d64e1eff3ca6f091d4b9173a3a9420bb7
-SHA512 (activestorage-6.1.3.2.gem) = b604931961b901c9dbecf47f951399bd484d649d30a0dc35e1ac5e9678eca0b739fd75e5e78b19d016590fc9acd0c37c15bf24a808ca15551f3781d01ff11663
-Size (activestorage-6.1.3.2.gem) = 54784 bytes
+SHA1 (activestorage-6.1.4.gem) = 32da58efe2ea8069807658947e0918438c43ad72
+RMD160 (activestorage-6.1.4.gem) = a4f28f245ea7c47fa0d94c96d05ec622f7f9d53a
+SHA512 (activestorage-6.1.4.gem) = c208a4f7a96f0eebba36eec4df26d65fcf99b0a1d4e5d0653bb4ae5d6aeea731afa2ffcfd684c19eb991234bff8fe39275447603a793eb1c07db60c66ecf31a5
+Size (activestorage-6.1.4.gem) = 55296 bytes