# -*- encoding: utf-8 -*-
# stub: responders 2.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "responders".freeze
  s.version = "2.0.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\u00E9 Valim".freeze]
  s.date = "2014-10-21"
  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/action_controller/respond_with.rb".freeze, "lib/action_controller/responder.rb".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/action_controller/respond_with_test.rb".freeze, "test/locales/en.yml".freeze, "test/responders/collection_responder_test.rb".freeze, "test/responders/controller_method_test.rb".freeze, "test/responders/flash_responder_test.rb".freeze, "test/responders/http_cache_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, "test/views/respond_with/edit.html.erb".freeze, "test/views/respond_with/new.html.erb".freeze, "test/views/respond_with/respond_with_additional_params.html.erb".freeze, "test/views/respond_with/using_invalid_resource_with_template.xml.erb".freeze, "test/views/respond_with/using_options_with_template.xml.erb".freeze, "test/views/respond_with/using_resource.js.erb".freeze, "test/views/respond_with/using_resource_with_block.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/action_controller/respond_with_test.rb".freeze, "test/locales/en.yml".freeze, "test/responders/collection_responder_test.rb".freeze, "test/responders/controller_method_test.rb".freeze, "test/responders/flash_responder_test.rb".freeze, "test/responders/http_cache_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, "test/views/respond_with/edit.html.erb".freeze, "test/views/respond_with/new.html.erb".freeze, "test/views/respond_with/respond_with_additional_params.html.erb".freeze, "test/views/respond_with/using_invalid_resource_with_template.xml.erb".freeze, "test/views/respond_with/using_options_with_template.xml.erb".freeze, "test/views/respond_with/using_resource.js.erb".freeze, "test/views/respond_with/using_resource_with_block.html.erb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<railties>.freeze, [">= 4.2.0.alpha".freeze, "< 5".freeze])
end