--- !ruby/object:Gem::Specification name: administrate-field-active_storage version: !ruby/object:Gem::Version version: 0.3.8 platform: ruby authors: - Hamad AlGhanim autorequire: bindir: bin cert_chain: [] date: 2021-12-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: administrate requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.2.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.2.2 - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '6.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '6.0' - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.4' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.4' - !ruby/object:Gem::Dependency name: i18n-tasks requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.34 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.34 description: Administrate fields for active storage email: - hamadyalghanim@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/main.yml" - ".gitignore" - ".ruby-version" - Gemfile - Gemfile.lock - LICENSE - README.md - _config.yml - administrate-field-active_storage.gemspec - app/views/fields/active_storage/_form.html.erb - app/views/fields/active_storage/_index.html.erb - app/views/fields/active_storage/_item.html.erb - app/views/fields/active_storage/_items.html.erb - app/views/fields/active_storage/_preview.html.erb - app/views/fields/active_storage/_show.html.erb - config/i18n-tasks.yml - config/locales/administrate-field-active_storage.en.yml - config/locales/administrate-field-active_storage.ru.yml - contribute.md - lib/administrate/field/active_storage.rb - spec/i18n_spec.rb - spec/lib/administrate/field/active_storage_spec.rb - test_app/.browserslistrc - test_app/.gitattributes - test_app/.gitignore - test_app/.ruby-version - test_app/Gemfile - test_app/Gemfile.lock - test_app/README.md - test_app/Rakefile - test_app/app/assets/config/manifest.js - test_app/app/assets/images/.keep - test_app/app/assets/stylesheets/application.css - test_app/app/controllers/admin/application_controller.rb - test_app/app/controllers/admin/posts_controller.rb - test_app/app/controllers/application_controller.rb - test_app/app/dashboards/post_dashboard.rb - test_app/app/helpers/application_helper.rb - test_app/app/javascript/packs/application.js - test_app/app/models/application_record.rb - test_app/app/models/post.rb - test_app/app/views/layouts/application.html.erb - test_app/bin/bundle - test_app/bin/rails - test_app/bin/rake - test_app/bin/setup - test_app/config.ru - test_app/config/application.rb - test_app/config/boot.rb - test_app/config/credentials.yml.enc - test_app/config/database.yml - test_app/config/environment.rb - test_app/config/environments/development.rb - test_app/config/environments/production.rb - test_app/config/environments/test.rb - test_app/config/initializers/application_controller_renderer.rb - test_app/config/initializers/assets.rb - test_app/config/initializers/backtrace_silencers.rb - test_app/config/initializers/content_security_policy.rb - test_app/config/initializers/cookies_serializer.rb - test_app/config/initializers/filter_parameter_logging.rb - test_app/config/initializers/inflections.rb - test_app/config/initializers/mime_types.rb - test_app/config/initializers/permissions_policy.rb - test_app/config/initializers/wrap_parameters.rb - test_app/config/locales/en.yml - test_app/config/puma.rb - test_app/config/routes.rb - test_app/config/storage.yml - test_app/db/migrate/20210118122804_create_active_storage_tables.active_storage.rb - test_app/db/migrate/20210118122927_create_posts.rb - test_app/db/schema.rb - test_app/db/seeds.rb - test_app/lib/active_storage/fixture_set.rb - test_app/public/404.html - test_app/public/422.html - test_app/public/500.html - test_app/public/apple-touch-icon-precomposed.png - test_app/public/apple-touch-icon.png - test_app/public/favicon.ico - test_app/public/robots.txt - test_app/test/application_system_test_case.rb - test_app/test/controllers/admin/posts_controller_test.rb - test_app/test/fixtures/active_storage/attachments.yml - test_app/test/fixtures/active_storage/blobs.yml - test_app/test/fixtures/files/cover_image.jpg - test_app/test/fixtures/posts.yml - test_app/test/models/post_test.rb - test_app/test/test_helper.rb homepage: https://github.com/Dreamersoul/administrate-field-active_storage licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.3 signing_key: specification_version: 4 summary: Administrate fields for active storage test_files: - spec/i18n_spec.rb - spec/lib/administrate/field/active_storage_spec.rb