--- !ruby/object:Gem::Specification 
name: inherited_resources
version: !ruby/object:Gem::Version 
  version: 0.9.3
platform: ruby
authors: 
- "Jos\xC3\xA9 Valim"
autorequire: 
bindir: bin
cert_chain: []

date: 2009-11-21 00:00:00 -02:00
default_executable: 
dependencies: []

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: jose.valim@gmail.com
executables: []

extensions: []

extra_rdoc_files: 
- README.rdoc
files: 
- CHANGELOG
- MIT-LICENSE
- README.rdoc
- Rakefile
- lib/inherited_resources.rb
- lib/inherited_resources/actions.rb
- lib/inherited_resources/base.rb
- lib/inherited_resources/base_helpers.rb
- lib/inherited_resources/belongs_to_helpers.rb
- lib/inherited_resources/class_methods.rb
- lib/inherited_resources/dsl.rb
- lib/inherited_resources/dumb_responder.rb
- lib/inherited_resources/has_scope_helpers.rb
- lib/inherited_resources/legacy/respond_to.rb
- lib/inherited_resources/legacy/responder.rb
- lib/inherited_resources/polymorphic_helpers.rb
- lib/inherited_resources/singleton_helpers.rb
- lib/inherited_resources/url_helpers.rb
has_rdoc: true
homepage: http://github.com/josevalim/inherited_resources
licenses: []

post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: inherited_resources
rubygems_version: 1.3.5
signing_key: 
specification_version: 3
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/respond_to_test.rb
- test/customized_belongs_to_test.rb
- test/nested_belongs_to_test.rb
- test/base_test.rb
- test/redirect_to_test.rb
- test/has_scope_test.rb
- test/class_methods_test.rb
- test/association_chain_test.rb
- test/aliases_test.rb
- test/flash_test.rb
- test/url_helpers_test.rb
- test/belongs_to_test.rb
- test/customized_base_test.rb
- test/polymorphic_test.rb
- test/defaults_test.rb
- test/singleton_test.rb
- test/optional_belongs_to_test.rb
- test/test_helper.rb