# -*- encoding: utf-8 -*- # stub: emmanuel-inherited_resources 0.9.1 ruby lib Gem::Specification.new do |s| s.name = "emmanuel-inherited_resources".freeze s.version = "0.9.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jos\u00C3\u00A9 Valim".freeze] s.date = "2009-08-25" s.description = "Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important.".freeze s.email = "jose.valim@gmail.com".freeze s.extra_rdoc_files = ["README".freeze] s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/inherited_resources.rb".freeze, "lib/inherited_resources/actions.rb".freeze, "lib/inherited_resources/base.rb".freeze, "lib/inherited_resources/base_helpers.rb".freeze, "lib/inherited_resources/belongs_to_helpers.rb".freeze, "lib/inherited_resources/class_methods.rb".freeze, "lib/inherited_resources/dumb_responder.rb".freeze, "lib/inherited_resources/has_scope_helpers.rb".freeze, "lib/inherited_resources/legacy/respond_to.rb".freeze, "lib/inherited_resources/legacy/responder.rb".freeze, "lib/inherited_resources/polymorphic_helpers.rb".freeze, "lib/inherited_resources/singleton_helpers.rb".freeze, "lib/inherited_resources/url_helpers.rb".freeze, "test/aliases_test.rb".freeze, "test/base_helpers_test.rb".freeze, "test/base_test.rb".freeze, "test/belongs_to_test.rb".freeze, "test/class_methods_test.rb".freeze, "test/customized_belongs_to_test.rb".freeze, "test/defaults_test.rb".freeze, "test/flash_test.rb".freeze, "test/has_scope_test.rb".freeze, "test/nested_belongs_to_test.rb".freeze, "test/optional_belongs_to_test.rb".freeze, "test/polymorphic_test.rb".freeze, "test/redirect_to_test.rb".freeze, "test/respond_to_test.rb".freeze, "test/singleton_test.rb".freeze, "test/test_helper.rb".freeze, "test/url_helpers_test.rb".freeze] s.homepage = "http://github.com/josevalim/inherited_resources".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important.".freeze s.test_files = ["test/respond_to_test.rb".freeze, "test/customized_belongs_to_test.rb".freeze, "test/nested_belongs_to_test.rb".freeze, "test/base_test.rb".freeze, "test/redirect_to_test.rb".freeze, "test/has_scope_test.rb".freeze, "test/class_methods_test.rb".freeze, "test/aliases_test.rb".freeze, "test/flash_test.rb".freeze, "test/url_helpers_test.rb".freeze, "test/base_helpers_test.rb".freeze, "test/belongs_to_test.rb".freeze, "test/polymorphic_test.rb".freeze, "test/defaults_test.rb".freeze, "test/singleton_test.rb".freeze, "test/optional_belongs_to_test.rb".freeze, "test/test_helper.rb".freeze] end