pkgsrc/devel/ruby-activestorage60/PLIST
taca b510d5d6e0 devel/ruby-activestorage60: add package version 6.0.2.2
Add ruby-activestorage60 package version 6.0.2.2.


# Active Storage

Active Storage makes it simple to upload and reference files in cloud services
like [Amazon S3](https://aws.amazon.com/s3/), [Google Cloud
Storage](https://cloud.google.com/storage/docs/), or [Microsoft Azure
Storage](https://azure.microsoft.com/en-us/services/storage/), and attach
those files to Active Records.  Supports having one main service and mirrors
in other services for redundancy.  It also provides a disk service for testing
or local deployments, but the focus is on cloud storage.

Files can be uploaded from the server to the cloud or directly from the client
to the cloud.

Image files can furthermore be transformed using on-demand variants for
quality, aspect ratio, size, or any other
[MiniMagick](https://github.com/minimagick/minimagick) supported
transformation.

This is for Ruby on Rails 6.0.
2020-03-20 17:08:50 +00:00

77 lines
4.2 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2020/03/20 17:08:50 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/app/assets/javascripts/activestorage.js
${GEM_LIBDIR}/app/controllers/active_storage/base_controller.rb
${GEM_LIBDIR}/app/controllers/active_storage/blobs_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_controller.rb
${GEM_LIBDIR}/app/controllers/concerns/active_storage/set_blob.rb
${GEM_LIBDIR}/app/controllers/concerns/active_storage/set_current.rb
${GEM_LIBDIR}/app/javascript/activestorage/blob_record.js
${GEM_LIBDIR}/app/javascript/activestorage/blob_upload.js
${GEM_LIBDIR}/app/javascript/activestorage/direct_upload.js
${GEM_LIBDIR}/app/javascript/activestorage/direct_upload_controller.js
${GEM_LIBDIR}/app/javascript/activestorage/direct_uploads_controller.js
${GEM_LIBDIR}/app/javascript/activestorage/file_checksum.js
${GEM_LIBDIR}/app/javascript/activestorage/helpers.js
${GEM_LIBDIR}/app/javascript/activestorage/index.js
${GEM_LIBDIR}/app/javascript/activestorage/ujs.js
${GEM_LIBDIR}/app/jobs/active_storage/analyze_job.rb
${GEM_LIBDIR}/app/jobs/active_storage/base_job.rb
${GEM_LIBDIR}/app/jobs/active_storage/purge_job.rb
${GEM_LIBDIR}/app/models/active_storage/attachment.rb
${GEM_LIBDIR}/app/models/active_storage/blob.rb
${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/current.rb
${GEM_LIBDIR}/app/models/active_storage/filename.rb
${GEM_LIBDIR}/app/models/active_storage/preview.rb
${GEM_LIBDIR}/app/models/active_storage/variant.rb
${GEM_LIBDIR}/app/models/active_storage/variation.rb
${GEM_LIBDIR}/config/routes.rb
${GEM_LIBDIR}/db/migrate/20170806125915_create_active_storage_tables.rb
${GEM_LIBDIR}/db/update_migrate/20180723000244_add_foreign_key_constraint_to_active_storage_attachments_for_blob_id.rb
${GEM_LIBDIR}/lib/active_storage.rb
${GEM_LIBDIR}/lib/active_storage/analyzer.rb
${GEM_LIBDIR}/lib/active_storage/analyzer/image_analyzer.rb
${GEM_LIBDIR}/lib/active_storage/analyzer/null_analyzer.rb
${GEM_LIBDIR}/lib/active_storage/analyzer/video_analyzer.rb
${GEM_LIBDIR}/lib/active_storage/attached.rb
${GEM_LIBDIR}/lib/active_storage/attached/changes.rb
${GEM_LIBDIR}/lib/active_storage/attached/changes/create_many.rb
${GEM_LIBDIR}/lib/active_storage/attached/changes/create_one.rb
${GEM_LIBDIR}/lib/active_storage/attached/changes/create_one_of_many.rb
${GEM_LIBDIR}/lib/active_storage/attached/changes/delete_many.rb
${GEM_LIBDIR}/lib/active_storage/attached/changes/delete_one.rb
${GEM_LIBDIR}/lib/active_storage/attached/many.rb
${GEM_LIBDIR}/lib/active_storage/attached/model.rb
${GEM_LIBDIR}/lib/active_storage/attached/one.rb
${GEM_LIBDIR}/lib/active_storage/downloader.rb
${GEM_LIBDIR}/lib/active_storage/downloading.rb
${GEM_LIBDIR}/lib/active_storage/engine.rb
${GEM_LIBDIR}/lib/active_storage/errors.rb
${GEM_LIBDIR}/lib/active_storage/gem_version.rb
${GEM_LIBDIR}/lib/active_storage/log_subscriber.rb
${GEM_LIBDIR}/lib/active_storage/previewer.rb
${GEM_LIBDIR}/lib/active_storage/previewer/mupdf_previewer.rb
${GEM_LIBDIR}/lib/active_storage/previewer/poppler_pdf_previewer.rb
${GEM_LIBDIR}/lib/active_storage/previewer/video_previewer.rb
${GEM_LIBDIR}/lib/active_storage/reflection.rb
${GEM_LIBDIR}/lib/active_storage/service.rb
${GEM_LIBDIR}/lib/active_storage/service/azure_storage_service.rb
${GEM_LIBDIR}/lib/active_storage/service/configurator.rb
${GEM_LIBDIR}/lib/active_storage/service/disk_service.rb
${GEM_LIBDIR}/lib/active_storage/service/gcs_service.rb
${GEM_LIBDIR}/lib/active_storage/service/mirror_service.rb
${GEM_LIBDIR}/lib/active_storage/service/s3_service.rb
${GEM_LIBDIR}/lib/active_storage/transformers/image_processing_transformer.rb
${GEM_LIBDIR}/lib/active_storage/transformers/mini_magick_transformer.rb
${GEM_LIBDIR}/lib/active_storage/transformers/transformer.rb
${GEM_LIBDIR}/lib/active_storage/version.rb
${GEM_LIBDIR}/lib/tasks/activestorage.rake
${GEM_HOME}/specifications/${GEM_NAME}.gemspec