--- !ruby/object:Gem::Specification name: madmin version: !ruby/object:Gem::Version version: 1.2.8 platform: ruby authors: - Chris Oliver - Andrea Fomera autorequire: bindir: bin cert_chain: [] date: 2023-05-10 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 6.0.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 6.0.3 - !ruby/object:Gem::Dependency name: pagy requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.5' description: It's an admin, obviously. email: - excid3@gmail.com - afomera@hey.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.md - Rakefile - app/assets/config/manifest.js - app/assets/stylesheets/actiontext.scss - app/assets/stylesheets/application.css - app/controllers/madmin/application_controller.rb - app/controllers/madmin/base_controller.rb - app/controllers/madmin/dashboard_controller.rb - app/controllers/madmin/resource_controller.rb - app/helpers/madmin/application_helper.rb - app/helpers/madmin/nav_helper.rb - app/helpers/madmin/sort_helper.rb - app/views/layouts/madmin/application.html.erb - app/views/madmin/application/_form.html.erb - app/views/madmin/application/_javascript.html.erb - app/views/madmin/application/_navigation.html.erb - app/views/madmin/application/edit.html.erb - app/views/madmin/application/index.html.erb - app/views/madmin/application/new.html.erb - app/views/madmin/application/show.html.erb - app/views/madmin/dashboard/show.html.erb - app/views/madmin/fields/attachment/_form.html.erb - app/views/madmin/fields/attachment/_index.html.erb - app/views/madmin/fields/attachment/_show.html.erb - app/views/madmin/fields/attachments/_form.html.erb - app/views/madmin/fields/attachments/_index.html.erb - app/views/madmin/fields/attachments/_show.html.erb - app/views/madmin/fields/belongs_to/_form.html.erb - app/views/madmin/fields/belongs_to/_index.html.erb - app/views/madmin/fields/belongs_to/_show.html.erb - app/views/madmin/fields/boolean/_form.html.erb - app/views/madmin/fields/boolean/_index.html.erb - app/views/madmin/fields/boolean/_show.html.erb - app/views/madmin/fields/date/_form.html.erb - app/views/madmin/fields/date/_index.html.erb - app/views/madmin/fields/date/_show.html.erb - app/views/madmin/fields/date_time/_form.html.erb - app/views/madmin/fields/date_time/_index.html.erb - app/views/madmin/fields/date_time/_show.html.erb - app/views/madmin/fields/decimal/_form.html.erb - app/views/madmin/fields/decimal/_index.html.erb - app/views/madmin/fields/decimal/_show.html.erb - app/views/madmin/fields/enum/_form.html.erb - app/views/madmin/fields/enum/_index.html.erb - app/views/madmin/fields/enum/_show.html.erb - app/views/madmin/fields/file/_form.html.erb - app/views/madmin/fields/file/_index.html.erb - app/views/madmin/fields/file/_show.html.erb - app/views/madmin/fields/float/_form.html.erb - app/views/madmin/fields/float/_index.html.erb - app/views/madmin/fields/float/_show.html.erb - app/views/madmin/fields/has_many/_form.html.erb - app/views/madmin/fields/has_many/_index.html.erb - app/views/madmin/fields/has_many/_show.html.erb - app/views/madmin/fields/has_one/_form.html.erb - app/views/madmin/fields/has_one/_index.html.erb - app/views/madmin/fields/has_one/_show.html.erb - app/views/madmin/fields/integer/_form.html.erb - app/views/madmin/fields/integer/_index.html.erb - app/views/madmin/fields/integer/_show.html.erb - app/views/madmin/fields/json/_form.html.erb - app/views/madmin/fields/json/_index.html.erb - app/views/madmin/fields/json/_show.html.erb - app/views/madmin/fields/nested_has_many/_fields.html.erb - app/views/madmin/fields/nested_has_many/_form.html.erb - app/views/madmin/fields/nested_has_many/_index.html.erb - app/views/madmin/fields/nested_has_many/_show.html.erb - app/views/madmin/fields/password/_form.html.erb - app/views/madmin/fields/password/_index.html.erb - app/views/madmin/fields/password/_show.html.erb - app/views/madmin/fields/polymorphic/_form.html.erb - app/views/madmin/fields/polymorphic/_index.html.erb - app/views/madmin/fields/polymorphic/_show.html.erb - app/views/madmin/fields/rich_text/_form.html.erb - app/views/madmin/fields/rich_text/_index.html.erb - app/views/madmin/fields/rich_text/_show.html.erb - app/views/madmin/fields/string/_form.html.erb - app/views/madmin/fields/string/_index.html.erb - app/views/madmin/fields/string/_show.html.erb - app/views/madmin/fields/text/_form.html.erb - app/views/madmin/fields/text/_index.html.erb - app/views/madmin/fields/text/_show.html.erb - app/views/madmin/fields/time/_form.html.erb - app/views/madmin/fields/time/_index.html.erb - app/views/madmin/fields/time/_show.html.erb - app/views/madmin/pagy/_nav.html.erb - app/views/madmin/shared/_label.html.erb - lib/generators/madmin/field/field_generator.rb - lib/generators/madmin/field/templates/_form.html.erb - lib/generators/madmin/field/templates/_index.html.erb - lib/generators/madmin/field/templates/_show.html.erb - lib/generators/madmin/field/templates/field.rb.tt - lib/generators/madmin/install/install_generator.rb - lib/generators/madmin/install/templates/controller.rb.tt - lib/generators/madmin/install/templates/routes.rb.tt - lib/generators/madmin/resource/resource_generator.rb - lib/generators/madmin/resource/templates/controller.rb.tt - lib/generators/madmin/resource/templates/resource.rb.tt - lib/generators/madmin/views/edit_generator.rb - lib/generators/madmin/views/form_generator.rb - lib/generators/madmin/views/index_generator.rb - lib/generators/madmin/views/javascript_generator.rb - lib/generators/madmin/views/layout_generator.rb - lib/generators/madmin/views/navigation_generator.rb - lib/generators/madmin/views/new_generator.rb - lib/generators/madmin/views/show_generator.rb - lib/generators/madmin/views/views_generator.rb - lib/madmin.rb - lib/madmin/engine.rb - lib/madmin/field.rb - lib/madmin/fields/attachment.rb - lib/madmin/fields/attachments.rb - lib/madmin/fields/belongs_to.rb - lib/madmin/fields/boolean.rb - lib/madmin/fields/date.rb - lib/madmin/fields/date_time.rb - lib/madmin/fields/decimal.rb - lib/madmin/fields/enum.rb - lib/madmin/fields/file.rb - lib/madmin/fields/float.rb - lib/madmin/fields/has_many.rb - lib/madmin/fields/has_one.rb - lib/madmin/fields/integer.rb - lib/madmin/fields/json.rb - lib/madmin/fields/nested_has_many.rb - lib/madmin/fields/password.rb - lib/madmin/fields/polymorphic.rb - lib/madmin/fields/rich_text.rb - lib/madmin/fields/string.rb - lib/madmin/fields/text.rb - lib/madmin/fields/time.rb - lib/madmin/generator_helpers.rb - lib/madmin/namespace.rb - lib/madmin/resource.rb - lib/madmin/resource_builder.rb - lib/madmin/search.rb - lib/madmin/version.rb - lib/madmin/view_generator.rb - lib/tasks/madmin_tasks.rake homepage: https://github.com/excid3/madmin licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.5.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.4.12 signing_key: specification_version: 4 summary: A modern admin for Ruby on Rails apps test_files: []