# -*- encoding: utf-8 -*- # stub: administrate-field-active_storage 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "administrate-field-active_storage".freeze s.version = "1.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Hamad AlGhanim".freeze] s.date = "2023-12-29" s.description = "Administrate fields for active storage".freeze s.email = ["hamadyalghanim@gmail.com".freeze] s.files = [".github/workflows/main.yml".freeze, ".gitignore".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "_config.yml".freeze, "administrate-field-active_storage.gemspec".freeze, "app/assets/stylesheets/administrate-field-active_storage/application.css".freeze, "app/views/fields/active_storage/_form.html.erb".freeze, "app/views/fields/active_storage/_index.html.erb".freeze, "app/views/fields/active_storage/_item.html.erb".freeze, "app/views/fields/active_storage/_items.html.erb".freeze, "app/views/fields/active_storage/_preview.html.erb".freeze, "app/views/fields/active_storage/_show.html.erb".freeze, "config/i18n-tasks.yml".freeze, "config/locales/administrate-field-active_storage.de.yml".freeze, "config/locales/administrate-field-active_storage.en.yml".freeze, "config/locales/administrate-field-active_storage.ru.yml".freeze, "contribute.md".freeze, "lib/administrate/field/active_storage.rb".freeze, "spec/i18n_spec.rb".freeze, "spec/lib/administrate/field/active_storage_spec.rb".freeze, "test_app/.browserslistrc".freeze, "test_app/.gitattributes".freeze, "test_app/.gitignore".freeze, "test_app/.ruby-version".freeze, "test_app/Gemfile".freeze, "test_app/Gemfile.lock".freeze, "test_app/README.md".freeze, "test_app/Rakefile".freeze, "test_app/app/assets/config/manifest.js".freeze, "test_app/app/assets/images/.keep".freeze, "test_app/app/assets/stylesheets/application.css".freeze, "test_app/app/controllers/admin/application_controller.rb".freeze, "test_app/app/controllers/admin/posts_controller.rb".freeze, "test_app/app/controllers/application_controller.rb".freeze, "test_app/app/dashboards/post_dashboard.rb".freeze, "test_app/app/helpers/application_helper.rb".freeze, "test_app/app/javascript/packs/application.js".freeze, "test_app/app/models/application_record.rb".freeze, "test_app/app/models/post.rb".freeze, "test_app/app/views/layouts/application.html.erb".freeze, "test_app/bin/bundle".freeze, "test_app/bin/rails".freeze, "test_app/bin/rake".freeze, "test_app/bin/setup".freeze, "test_app/config.ru".freeze, "test_app/config/application.rb".freeze, "test_app/config/boot.rb".freeze, "test_app/config/credentials.yml.enc".freeze, "test_app/config/database.yml".freeze, "test_app/config/environment.rb".freeze, "test_app/config/environments/development.rb".freeze, "test_app/config/environments/production.rb".freeze, "test_app/config/environments/test.rb".freeze, "test_app/config/initializers/application_controller_renderer.rb".freeze, "test_app/config/initializers/assets.rb".freeze, "test_app/config/initializers/backtrace_silencers.rb".freeze, "test_app/config/initializers/content_security_policy.rb".freeze, "test_app/config/initializers/cookies_serializer.rb".freeze, "test_app/config/initializers/filter_parameter_logging.rb".freeze, "test_app/config/initializers/inflections.rb".freeze, "test_app/config/initializers/mime_types.rb".freeze, "test_app/config/initializers/permissions_policy.rb".freeze, "test_app/config/initializers/wrap_parameters.rb".freeze, "test_app/config/locales/en.yml".freeze, "test_app/config/puma.rb".freeze, "test_app/config/routes.rb".freeze, "test_app/config/storage.yml".freeze, "test_app/db/migrate/20210118122804_create_active_storage_tables.active_storage.rb".freeze, "test_app/db/migrate/20210118122927_create_posts.rb".freeze, "test_app/db/migrate/20231117220800_add_service_name_to_active_storage_blobs.active_storage.rb".freeze, "test_app/db/migrate/20231117220801_create_active_storage_variant_records.active_storage.rb".freeze, "test_app/db/migrate/20231117220802_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb".freeze, "test_app/db/migrate/20231117224946_add_title_to_posts.rb".freeze, "test_app/db/schema.rb".freeze, "test_app/db/seeds.rb".freeze, "test_app/lib/active_storage/fixture_set.rb".freeze, "test_app/public/404.html".freeze, "test_app/public/422.html".freeze, "test_app/public/500.html".freeze, "test_app/public/apple-touch-icon-precomposed.png".freeze, "test_app/public/apple-touch-icon.png".freeze, "test_app/public/favicon.ico".freeze, "test_app/public/robots.txt".freeze, "test_app/test/application_system_test_case.rb".freeze, "test_app/test/controllers/admin/posts_controller_test.rb".freeze, "test_app/test/fixtures/active_storage/attachments.yml".freeze, "test_app/test/fixtures/active_storage/blobs.yml".freeze, "test_app/test/fixtures/files/cover_image.jpg".freeze, "test_app/test/fixtures/posts.yml".freeze, "test_app/test/models/post_test.rb".freeze, "test_app/test/test_helper.rb".freeze] s.homepage = "https://github.com/Dreamersoul/administrate-field-active_storage".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Administrate fields for active storage".freeze s.test_files = ["spec/i18n_spec.rb".freeze, "spec/lib/administrate/field/active_storage_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.2.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 7.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.34".freeze]) end