# -*- encoding: utf-8 -*- # stub: inherited_resources 1.6.0 ruby lib Gem::Specification.new do |s| s.name = "inherited_resources".freeze s.version = "1.6.0".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\u00E9 Valim".freeze, "Rafael Mendon\u00E7a Fran\u00E7a".freeze] s.date = "2015-01-21" 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.files = ["MIT-LICENSE".freeze, "README.md".freeze, "app/controllers/inherited_resources/base.rb".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_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/polymorphic_helpers.rb".freeze, "lib/inherited_resources/responder.rb".freeze, "lib/inherited_resources/shallow_helpers.rb".freeze, "lib/inherited_resources/singleton_helpers.rb".freeze, "lib/inherited_resources/url_helpers.rb".freeze, "lib/inherited_resources/version.rb".freeze] s.homepage = "http://github.com/josevalim/inherited_resources".freeze s.licenses = ["MIT".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.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze, "< 5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze, "< 5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.0.rc".freeze]) end