# -*- encoding: utf-8 -*- # stub: responders 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "responders".freeze s.version = "1.1.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] s.date = "2014-05-27" s.description = "A set of Rails responders to dry up your application".freeze s.email = "contact@plataformatec.com.br".freeze s.files = ["CHANGELOG.md".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "lib/generators/rails/USAGE".freeze, "lib/generators/rails/responders_controller_generator.rb".freeze, "lib/generators/rails/templates/controller.rb".freeze, "lib/generators/responders/install_generator.rb".freeze, "lib/responders.rb".freeze, "lib/responders/collection_responder.rb".freeze, "lib/responders/controller_method.rb".freeze, "lib/responders/flash_responder.rb".freeze, "lib/responders/http_cache_responder.rb".freeze, "lib/responders/locales/en.yml".freeze, "lib/responders/location_responder.rb".freeze, "lib/responders/version.rb".freeze, "test/collection_responder_test.rb".freeze, "test/controller_method_test.rb".freeze, "test/flash_responder_test.rb".freeze, "test/http_cache_responder_test.rb".freeze, "test/locales/en.yml".freeze, "test/location_responder_test.rb".freeze, "test/test_helper.rb".freeze, "test/views/addresses/create.js.erb".freeze, "test/views/addresses/edit.html.erb".freeze, "test/views/addresses/new.html.erb".freeze, "test/views/locations/new.html.erb".freeze] s.homepage = "http://github.com/plataformatec/responders".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A set of Rails responders to dry up your application".freeze s.test_files = ["test/collection_responder_test.rb".freeze, "test/controller_method_test.rb".freeze, "test/flash_responder_test.rb".freeze, "test/http_cache_responder_test.rb".freeze, "test/locales/en.yml".freeze, "test/location_responder_test.rb".freeze, "test/test_helper.rb".freeze, "test/views/addresses/create.js.erb".freeze, "test/views/addresses/edit.html.erb".freeze, "test/views/addresses/new.html.erb".freeze, "test/views/locations/new.html.erb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze, "< 5".freeze]) end