--- !ruby/object:Gem::Specification name: dry_crud version: !ruby/object:Gem::Version version: 5.2.0 platform: ruby authors: - Pascal Zumkehr autorequire: bindir: bin cert_chain: [] date: 2018-06-26 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5.0' description: | Generates simple and extendable controller, views and helpers that support you to DRY up the CRUD code in your Rails project. Start with these elements and build a clean base to efficiently develop your application upon. email: spam@codez.ch executables: [] extensions: [] extra_rdoc_files: - MIT-LICENSE - README.rdoc - VERSION files: - MIT-LICENSE - README.rdoc - VERSION - app/assets/images/actions/add.png - app/assets/images/actions/delete.png - app/assets/images/actions/edit.png - app/assets/images/actions/list.png - app/assets/images/actions/show.png - app/assets/stylesheets/crud.scss - app/assets/stylesheets/sample.scss - app/controllers/crud_controller.rb - app/controllers/dry_crud/generic_model.rb - app/controllers/dry_crud/nestable.rb - app/controllers/dry_crud/rememberable.rb - app/controllers/dry_crud/render_callbacks.rb - app/controllers/dry_crud/searchable.rb - app/controllers/dry_crud/sortable.rb - app/controllers/list_controller.rb - app/helpers/actions_helper.rb - app/helpers/dry_crud/form/builder.rb - app/helpers/dry_crud/form/control.rb - app/helpers/dry_crud/table/actions.rb - app/helpers/dry_crud/table/builder.rb - app/helpers/dry_crud/table/col.rb - app/helpers/dry_crud/table/sorting.rb - app/helpers/form_helper.rb - app/helpers/format_helper.rb - app/helpers/i18n_helper.rb - app/helpers/table_helper.rb - app/helpers/utility_helper.rb - app/views/crud/_actions_edit.html.erb - app/views/crud/_actions_edit.html.haml - app/views/crud/_actions_index.html.erb - app/views/crud/_actions_index.html.haml - app/views/crud/_actions_show.html.erb - app/views/crud/_actions_show.html.haml - app/views/crud/_attrs.html.erb - app/views/crud/_attrs.html.haml - app/views/crud/_form.html.erb - app/views/crud/_form.html.haml - app/views/crud/_list.html.erb - app/views/crud/_list.html.haml - app/views/crud/edit.html.erb - app/views/crud/edit.html.haml - app/views/crud/new.html.erb - app/views/crud/new.html.haml - app/views/crud/show.html.erb - app/views/crud/show.html.haml - app/views/crud/show.json.jbuilder - app/views/layouts/_flash.html.erb - app/views/layouts/_flash.html.haml - app/views/layouts/_nav.html.erb - app/views/layouts/_nav.html.haml - app/views/layouts/application.html.erb - app/views/layouts/application.html.haml - app/views/list/_actions_index.html.erb - app/views/list/_actions_index.html.haml - app/views/list/_list.html.erb - app/views/list/_list.html.haml - app/views/list/_search.html.erb - app/views/list/_search.html.haml - app/views/list/index.html.erb - app/views/list/index.html.haml - app/views/list/index.json.jbuilder - app/views/shared/_error_messages.html.erb - app/views/shared/_error_messages.html.haml - app/views/shared/_labeled.html.erb - app/views/shared/_labeled.html.haml - config/locales/crud.de.yml - config/locales/crud.en.yml - config/locales/crud.it.yml - lib/dry_crud.rb - lib/dry_crud/engine.rb - lib/generators/dry_crud/USAGE - lib/generators/dry_crud/dry_crud_generator.rb - lib/generators/dry_crud/dry_crud_generator_base.rb - lib/generators/dry_crud/file_generator.rb - lib/generators/dry_crud/templates/INSTALL - lib/generators/dry_crud/templates/config/initializers/field_error_proc.rb - lib/generators/dry_crud/templates/spec/controllers/crud_test_models_controller_spec.rb - lib/generators/dry_crud/templates/spec/helpers/dry_crud/form/builder_spec.rb - lib/generators/dry_crud/templates/spec/helpers/dry_crud/table/builder_spec.rb - lib/generators/dry_crud/templates/spec/helpers/form_helper_spec.rb - lib/generators/dry_crud/templates/spec/helpers/format_helper_spec.rb - lib/generators/dry_crud/templates/spec/helpers/i18n_helper_spec.rb - lib/generators/dry_crud/templates/spec/helpers/table_helper_spec.rb - lib/generators/dry_crud/templates/spec/helpers/utility_helper_spec.rb - lib/generators/dry_crud/templates/spec/support/crud_controller_examples.rb - lib/generators/dry_crud/templates/spec/support/crud_controller_test_helper.rb - lib/generators/dry_crud/templates/test/controllers/crud_test_models_controller_test.rb - lib/generators/dry_crud/templates/test/helpers/custom_assertions_test.rb - lib/generators/dry_crud/templates/test/helpers/dry_crud/form/builder_test.rb - lib/generators/dry_crud/templates/test/helpers/dry_crud/table/builder_test.rb - lib/generators/dry_crud/templates/test/helpers/form_helper_test.rb - lib/generators/dry_crud/templates/test/helpers/format_helper_test.rb - lib/generators/dry_crud/templates/test/helpers/i18n_helper_test.rb - lib/generators/dry_crud/templates/test/helpers/table_helper_test.rb - lib/generators/dry_crud/templates/test/helpers/utility_helper_test.rb - lib/generators/dry_crud/templates/test/support/crud_controller_test_helper.rb - lib/generators/dry_crud/templates/test/support/crud_test_helper.rb - lib/generators/dry_crud/templates/test/support/crud_test_model.rb - lib/generators/dry_crud/templates/test/support/crud_test_models_controller.rb - lib/generators/dry_crud/templates/test/support/custom_assertions.rb homepage: http://codez.ch/dry_crud licenses: [] metadata: {} post_install_message: rdoc_options: - "--title" - '"Dry Crud"' - "--main" - README.rdoc - "--line-numbers" 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: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 4 summary: Generates DRY and specifically extendable CRUD controller, views and helpers for Rails applications. test_files: []