pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-activestorage61 devel/ruby-activestorage61:...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ebac24522e2
branches: trunk
changeset: 455379:0ebac24522e2
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jul 04 08:02:54 2021 +0000
description:
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)
diffstat:
devel/ruby-activestorage61/PLIST | 3 ++-
devel/ruby-activestorage61/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r 57b4f22b24a4 -r 0ebac24522e2 devel/ruby-activestorage61/PLIST
--- a/devel/ruby-activestorage61/PLIST Sun Jul 04 08:02:13 2021 +0000
+++ b/devel/ruby-activestorage61/PLIST Sun Jul 04 08:02:54 2021 +0000
@@ -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/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 -r 57b4f22b24a4 -r 0ebac24522e2 devel/ruby-activestorage61/distinfo
--- a/devel/ruby-activestorage61/distinfo Sun Jul 04 08:02:13 2021 +0000
+++ b/devel/ruby-activestorage61/distinfo Sun Jul 04 08:02:54 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index