--- !ruby/object:Gem::Specification name: model_info version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - nitanshu verma autorequire: bindir: bin cert_chain: [] date: 2024-06-19 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bootstrap requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.2.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.2.3 - !ruby/object:Gem::Dependency name: kaminari requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.2.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.2.2 description: ModelInfo provides the UI interface for the CRUD of all models (including engine's) and their associated models. It also enables the admin to download the CSV and JSON format data of all the Models and their associated Models. email: - nitanshu1991@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.rdoc - Rakefile - app/assets/config/model_info/manifest.js - app/assets/javascripts/model_info/application.js - app/assets/stylesheets/model_info/application.css - app/assets/stylesheets/model_info/bootstrap.css - app/assets/stylesheets/model_info/bootstrap.min.css - app/assets/stylesheets/model_info/sytle.css.scss - app/controllers/model_info/api/v1/associations_controller.rb - app/controllers/model_info/api/v1/base_controller.rb - app/controllers/model_info/api/v1/models_controller.rb - app/controllers/model_info/application_controller.rb - app/controllers/model_info/associations_controller.rb - app/controllers/model_info/downloads_controller.rb - app/controllers/model_info/models_controller.rb - app/helpers/model_info/application_helper.rb - app/helpers/model_info/associations_helper.rb - app/helpers/model_info/models_helper.rb - app/views/layouts/model_info/_header.html.erb - app/views/layouts/model_info/_models_header.html.erb - app/views/layouts/model_info/application.html.erb - app/views/model_info/associations/edit.html.erb - app/views/model_info/associations/index.html.erb - app/views/model_info/associations/new.html.erb - app/views/model_info/associations/show.html.erb - app/views/model_info/models/edit.html.erb - app/views/model_info/models/index.html.erb - app/views/model_info/models/new.html.erb - app/views/model_info/models/show.html.erb - app/views/model_info/shared/_flash_messages.html.erb - app/views/model_info/shared/_form.html.erb - app/views/model_info/shared/_show.html.erb - config/routes.rb - lib/model_info.rb - lib/model_info/engine.rb - lib/model_info/version.rb - lib/tasks/model_info_tasks.rake homepage: https://github.com/nitanshu/model_info 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.32 signing_key: specification_version: 4 summary: ModelInfo provides the UI interface for the CRUD of all models (including engine's) and their associated models. test_files: []