--- !ruby/object:Gem::Specification name: inherited_resources version: !ruby/object:Gem::Version version: 1.5.0 platform: ruby authors: - José Valim - Joel Moss autorequire: bindir: bin cert_chain: [] date: 2014-06-03 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: responders requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: has_scope requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.6.0.rc type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.6.0.rc description: Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important. email: executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - CHANGELOG - Gemfile - Gemfile.lock - MIT-LICENSE - README.md - Rakefile - app/controllers/inherited_resources/base.rb - inherited_resources.gemspec - lib/generators/rails/USAGE - lib/generators/rails/inherited_resources_controller_generator.rb - lib/generators/rails/templates/controller.rb - lib/inherited_resources.rb - lib/inherited_resources/actions.rb - lib/inherited_resources/base_helpers.rb - lib/inherited_resources/belongs_to_helpers.rb - lib/inherited_resources/blank_slate.rb - lib/inherited_resources/class_methods.rb - lib/inherited_resources/dsl.rb - lib/inherited_resources/polymorphic_helpers.rb - lib/inherited_resources/responder.rb - lib/inherited_resources/shallow_helpers.rb - lib/inherited_resources/singleton_helpers.rb - lib/inherited_resources/url_helpers.rb - lib/inherited_resources/version.rb - test/aliases_test.rb - test/association_chain_test.rb - test/base_test.rb - test/belongs_to_test.rb - test/belongs_to_with_shallow_test.rb - test/class_methods_test.rb - test/customized_base_test.rb - test/customized_belongs_to_test.rb - test/customized_redirect_to_test.rb - test/defaults_test.rb - test/locales/en.yml - test/multiple_nested_optional_belongs_to_test.rb - test/nested_belongs_to_test.rb - test/nested_belongs_to_with_shallow_test.rb - test/nested_model_with_shallow_test.rb - test/nested_singleton_test.rb - test/optional_belongs_to_test.rb - test/polymorphic_test.rb - test/redirect_to_test.rb - test/singleton_test.rb - test/strong_parameters_test.rb - test/test_helper.rb - test/url_helpers_test.rb - test/views/address/edit.html.erb - test/views/address/new.html.erb - test/views/address/show.html.erb - test/views/cars/edit.html.erb - test/views/cars/index.html.erb - test/views/cars/new.html.erb - test/views/cars/show.html.erb - test/views/cities/edit.html.erb - test/views/cities/index.html.erb - test/views/cities/new.html.erb - test/views/cities/show.html.erb - test/views/comments/edit.html.erb - test/views/comments/index.html.erb - test/views/comments/new.html.erb - test/views/comments/show.html.erb - test/views/educations/new.html.erb - test/views/employees/edit.html.erb - test/views/employees/index.html.erb - test/views/employees/new.html.erb - test/views/employees/show.html.erb - test/views/geolocation/show.html.erb - test/views/groups/edit.html.erb - test/views/managers/edit.html.erb - test/views/managers/new.html.erb - test/views/managers/show.html.erb - test/views/painters/edit.html.erb - test/views/painters/index.html.erb - test/views/painters/new.html.erb - test/views/painters/show.html.erb - test/views/pets/edit.html.erb - test/views/pets/index.html.erb - test/views/pets/new.html.erb - test/views/pets/show.html.erb - test/views/photos/index.html.erb - test/views/plates/edit.html.erb - test/views/plates/index.html.erb - test/views/plates/new.html.erb - test/views/plates/show.html.erb - test/views/products/edit.html.erb - test/views/products/index.html.erb - test/views/products/new.html.erb - test/views/products/show.html.erb - test/views/professors/edit.html.erb - test/views/professors/index.html.erb - test/views/professors/new.html.erb - test/views/professors/show.html.erb - test/views/projects/edit.html.erb - test/views/projects/index.html.erb - test/views/projects/index.json.erb - test/views/projects/new.html.erb - test/views/projects/respond_to_skip_default_template.html.erb - test/views/projects/respond_with_resource.html.erb - test/views/projects/show.html.erb - test/views/students/edit.html.erb - test/views/students/new.html.erb - test/views/tags/edit.html.erb - test/views/tags/index.html.erb - test/views/tags/new.html.erb - test/views/tags/show.html.erb - test/views/trees/edit.html.erb - test/views/trees/index.html.erb - test/views/trees/new.html.erb - test/views/trees/show.html.erb - test/views/university/professors/edit.html.erb - test/views/university/professors/index.html.erb - test/views/university/professors/new.html.erb - test/views/university/professors/show.html.erb - test/views/users/create.js.erb - test/views/users/destroy.js.erb - test/views/users/edit.html.erb - test/views/users/index.html.erb - test/views/users/new.html.erb - test/views/users/show.html.erb - test/views/users/update.js.erb - test/views/venue/show.html.erb - test/views/widgets/new.html.erb homepage: http://github.com/josevalim/inherited_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: [] rubyforge_project: inherited_resources rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important. test_files: - test/aliases_test.rb - test/association_chain_test.rb - test/base_test.rb - test/belongs_to_test.rb - test/belongs_to_with_shallow_test.rb - test/class_methods_test.rb - test/customized_base_test.rb - test/customized_belongs_to_test.rb - test/customized_redirect_to_test.rb - test/defaults_test.rb - test/locales/en.yml - test/multiple_nested_optional_belongs_to_test.rb - test/nested_belongs_to_test.rb - test/nested_belongs_to_with_shallow_test.rb - test/nested_model_with_shallow_test.rb - test/nested_singleton_test.rb - test/optional_belongs_to_test.rb - test/polymorphic_test.rb - test/redirect_to_test.rb - test/singleton_test.rb - test/strong_parameters_test.rb - test/test_helper.rb - test/url_helpers_test.rb - test/views/address/edit.html.erb - test/views/address/new.html.erb - test/views/address/show.html.erb - test/views/cars/edit.html.erb - test/views/cars/index.html.erb - test/views/cars/new.html.erb - test/views/cars/show.html.erb - test/views/cities/edit.html.erb - test/views/cities/index.html.erb - test/views/cities/new.html.erb - test/views/cities/show.html.erb - test/views/comments/edit.html.erb - test/views/comments/index.html.erb - test/views/comments/new.html.erb - test/views/comments/show.html.erb - test/views/educations/new.html.erb - test/views/employees/edit.html.erb - test/views/employees/index.html.erb - test/views/employees/new.html.erb - test/views/employees/show.html.erb - test/views/geolocation/show.html.erb - test/views/groups/edit.html.erb - test/views/managers/edit.html.erb - test/views/managers/new.html.erb - test/views/managers/show.html.erb - test/views/painters/edit.html.erb - test/views/painters/index.html.erb - test/views/painters/new.html.erb - test/views/painters/show.html.erb - test/views/pets/edit.html.erb - test/views/pets/index.html.erb - test/views/pets/new.html.erb - test/views/pets/show.html.erb - test/views/photos/index.html.erb - test/views/plates/edit.html.erb - test/views/plates/index.html.erb - test/views/plates/new.html.erb - test/views/plates/show.html.erb - test/views/products/edit.html.erb - test/views/products/index.html.erb - test/views/products/new.html.erb - test/views/products/show.html.erb - test/views/professors/edit.html.erb - test/views/professors/index.html.erb - test/views/professors/new.html.erb - test/views/professors/show.html.erb - test/views/projects/edit.html.erb - test/views/projects/index.html.erb - test/views/projects/index.json.erb - test/views/projects/new.html.erb - test/views/projects/respond_to_skip_default_template.html.erb - test/views/projects/respond_with_resource.html.erb - test/views/projects/show.html.erb - test/views/students/edit.html.erb - test/views/students/new.html.erb - test/views/tags/edit.html.erb - test/views/tags/index.html.erb - test/views/tags/new.html.erb - test/views/tags/show.html.erb - test/views/trees/edit.html.erb - test/views/trees/index.html.erb - test/views/trees/new.html.erb - test/views/trees/show.html.erb - test/views/university/professors/edit.html.erb - test/views/university/professors/index.html.erb - test/views/university/professors/new.html.erb - test/views/university/professors/show.html.erb - test/views/users/create.js.erb - test/views/users/destroy.js.erb - test/views/users/edit.html.erb - test/views/users/index.html.erb - test/views/users/new.html.erb - test/views/users/show.html.erb - test/views/users/update.js.erb - test/views/venue/show.html.erb - test/views/widgets/new.html.erb