Source: ruby-shrine Section: ruby Maintainer: Debian Ruby Team Uploaders: Simon Quigley Build-Depends: debhelper-compat (= 14), gem2deb (>= 2.2.8~), ruby-content-disposition (>= 1.0), ruby-down (>= 5.1) Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-shrine.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-shrine Homepage: https://shrinerb.com Testsuite: autopkgtest-pkg-ruby Package: ruby-shrine Architecture: all Description: Toolkit for file attachments in Ruby applications Shrine is a toolkit for file attachments in Ruby applications. It supports uploading, downloading, processing and deleting IO objects, backed by various storage engines. It uses efficient streaming for low memory usage. . Shrine comes with a high-level interface for attaching uploaded files to database records, saving their location and metadata to a database column, and tying them to record's lifecycle. It natively supports background jobs and direct uploads for fully asynchronous user experience.