# -*- encoding: utf-8 -*- # stub: inherited_resources 1.1.pre ruby lib Gem::Specification.new do |s| s.name = "inherited_resources".freeze s.version = "1.1.pre".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jos\u00C3\u00A9 Valim".freeze] s.date = "2010-02-06" 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.rdoc".freeze] s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/generators/rails/USAGE".freeze, "lib/generators/rails/inherited_resources_controller_generator.rb".freeze, "lib/generators/rails/templates/controller.rb".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/blank_slate.rb".freeze, "lib/inherited_resources/class_methods.rb".freeze, "lib/inherited_resources/dsl.rb".freeze, "lib/inherited_resources/locales/en.yml".freeze, "lib/inherited_resources/polymorphic_helpers.rb".freeze, "lib/inherited_resources/responder.rb".freeze, "lib/inherited_resources/singleton_helpers.rb".freeze, "lib/inherited_resources/url_helpers.rb".freeze, "lib/inherited_resources/version.rb".freeze, "test/aliases_test.rb".freeze, "test/association_chain_test.rb".freeze, "test/base_test.rb".freeze, "test/belongs_to_test.rb".freeze, "test/class_methods_test.rb".freeze, "test/customized_base_test.rb".freeze, "test/customized_belongs_to_test.rb".freeze, "test/defaults_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/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/aliases_test.rb".freeze, "test/association_chain_test.rb".freeze, "test/base_test.rb".freeze, "test/belongs_to_test.rb".freeze, "test/class_methods_test.rb".freeze, "test/customized_base_test.rb".freeze, "test/customized_belongs_to_test.rb".freeze, "test/defaults_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/singleton_test.rb".freeze, "test/test_helper.rb".freeze, "test/url_helpers_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4.2".freeze]) end