--- !ruby/object:Gem::Specification name: effective_resources version: !ruby/object:Gem::Version version: 1.3.10 platform: ruby authors: - Code and Effect autorequire: bindir: bin cert_chain: [] date: 2019-07-10 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.0.0 description: Make any controller an effective resource controller. email: - info@codeandeffect.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.md - app/assets/javascripts/effective_resources.js - app/assets/javascripts/effective_resources/effective_ujs.js - app/controllers/concerns/effective/crud_controller.rb - app/controllers/concerns/effective/crud_controller/actions.rb - app/controllers/concerns/effective/crud_controller/dsl.rb - app/controllers/concerns/effective/crud_controller/paths.rb - app/controllers/concerns/effective/crud_controller/permitted_params.rb - app/controllers/concerns/effective/crud_controller/respond.rb - app/controllers/concerns/effective/crud_controller/save.rb - app/controllers/concerns/effective/crud_controller/submits.rb - app/controllers/concerns/effective/flash_messages.rb - app/helpers/effective_resources_helper.rb - app/helpers/effective_resources_private_helper.rb - app/models/concerns/acts_as_archived.rb - app/models/concerns/acts_as_slugged.rb - app/models/concerns/acts_as_statused.rb - app/models/concerns/acts_as_tokened.rb - app/models/concerns/effective_resource.rb - app/models/effective/access_denied.rb - app/models/effective/action_failed.rb - app/models/effective/attribute.rb - app/models/effective/code_reader.rb - app/models/effective/model_reader.rb - app/models/effective/resource.rb - app/models/effective/resource_exec.rb - app/models/effective/resources/actions.rb - app/models/effective/resources/associations.rb - app/models/effective/resources/attributes.rb - app/models/effective/resources/controller.rb - app/models/effective/resources/forms.rb - app/models/effective/resources/init.rb - app/models/effective/resources/instance.rb - app/models/effective/resources/klass.rb - app/models/effective/resources/model.rb - app/models/effective/resources/naming.rb - app/models/effective/resources/paths.rb - app/models/effective/resources/relation.rb - app/models/effective/resources/sql.rb - app/views/application/_flash.html.haml - app/views/application/create.js.erb - app/views/application/destroy.js.erb - app/views/application/edit.html.haml - app/views/application/edit.js.erb - app/views/application/index.html.haml - app/views/application/member_action.js.erb - app/views/application/new.html.haml - app/views/application/new.js.erb - app/views/application/show.html.haml - app/views/application/show.js.erb - app/views/application/update.js.erb - app/views/effective/resource/_actions.html.haml - app/views/effective/resource/_actions_dropleft.html.haml - app/views/effective/resource/_actions_glyphicons.html.haml - config/effective_resources.rb - lib/effective_resources.rb - lib/effective_resources/engine.rb - lib/effective_resources/version.rb - lib/generators/effective_resources/install_generator.rb homepage: https://github.com/code-and-effect/effective_resources 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.0.3 signing_key: specification_version: 4 summary: Make any controller an effective resource controller. test_files: []