# -*- encoding: utf-8 -*- # stub: rack_direct 0.1.13 ruby lib Gem::Specification.new do |s| s.name = "rack_direct".freeze s.version = "0.1.13".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brian Sharon".freeze] s.date = "2010-06-09" s.description = "RackDirect allows you to easily perform integration tests between multiple Rails websites, by launching your ActiveResource services in a standalone process and communicating with them via stdio instead of over a socket.\n".freeze s.email = "brian@floatplane.us".freeze s.files = ["README".freeze, "Rakefile".freeze, "lib/rack_direct.rb".freeze, "lib/rack_direct/active_resource.rb".freeze, "lib/rack_direct/direct_handler.rb".freeze, "lib/rack_direct/direct_response.rb".freeze, "lib/rack_direct/guid.rb".freeze, "lib/rack_direct/service.rb".freeze, "lib/rack_direct/version.rb".freeze, "test/backend/README".freeze, "test/backend/Rakefile".freeze, "test/backend/app/controllers/application_controller.rb".freeze, "test/backend/app/controllers/reverses_controller.rb".freeze, "test/backend/app/helpers/application_helper.rb".freeze, "test/backend/app/helpers/reverses_helper.rb".freeze, "test/backend/app/models/reverse.rb".freeze, "test/backend/config/boot.rb".freeze, "test/backend/config/database.yml".freeze, "test/backend/config/environment.rb".freeze, "test/backend/config/environments/development.rb".freeze, "test/backend/config/environments/production.rb".freeze, "test/backend/config/environments/test.rb".freeze, "test/backend/config/initializers/backtrace_silencers.rb".freeze, "test/backend/config/initializers/inflections.rb".freeze, "test/backend/config/initializers/mime_types.rb".freeze, "test/backend/config/initializers/new_rails_defaults.rb".freeze, "test/backend/config/initializers/session_store.rb".freeze, "test/backend/config/locales/en.yml".freeze, "test/backend/config/routes.rb".freeze, "test/backend/db/development.sqlite3".freeze, "test/backend/db/migrate/20100625231422_create_reverses.rb".freeze, "test/backend/db/schema.rb".freeze, "test/backend/db/seeds.rb".freeze, "test/backend/doc/README_FOR_APP".freeze, "test/backend/log/development.log".freeze, "test/backend/log/production.log".freeze, "test/backend/log/server.log".freeze, "test/backend/log/test.log".freeze, "test/backend/public/404.html".freeze, "test/backend/public/422.html".freeze, "test/backend/public/500.html".freeze, "test/backend/public/favicon.ico".freeze, "test/backend/public/images/rails.png".freeze, "test/backend/public/index.html".freeze, "test/backend/public/javascripts/application.js".freeze, "test/backend/public/javascripts/controls.js".freeze, "test/backend/public/javascripts/dragdrop.js".freeze, "test/backend/public/javascripts/effects.js".freeze, "test/backend/public/javascripts/prototype.js".freeze, "test/backend/public/robots.txt".freeze, "test/backend/script/about".freeze, "test/backend/script/console".freeze, "test/backend/script/dbconsole".freeze, "test/backend/script/destroy".freeze, "test/backend/script/generate".freeze, "test/backend/script/performance/benchmarker".freeze, "test/backend/script/performance/profiler".freeze, "test/backend/script/plugin".freeze, "test/backend/script/runner".freeze, "test/backend/script/server".freeze, "test/backend/test/fixtures/reverses.yml".freeze, "test/backend/test/functional/reverses_controller_test.rb".freeze, "test/backend/test/performance/browsing_test.rb".freeze, "test/backend/test/test_helper.rb".freeze, "test/backend/test/unit/helpers/reverses_helper_test.rb".freeze, "test/backend/test/unit/reverse_test.rb".freeze, "test/frontend/README".freeze, "test/frontend/Rakefile".freeze, "test/frontend/app/controllers/application_controller.rb".freeze, "test/frontend/app/helpers/application_helper.rb".freeze, "test/frontend/config/boot.rb".freeze, "test/frontend/config/database.yml".freeze, "test/frontend/config/environment.rb".freeze, "test/frontend/config/environments/development.rb".freeze, "test/frontend/config/environments/production.rb".freeze, "test/frontend/config/environments/test.rb".freeze, "test/frontend/config/initializers/backtrace_silencers.rb".freeze, "test/frontend/config/initializers/inflections.rb".freeze, "test/frontend/config/initializers/mime_types.rb".freeze, "test/frontend/config/initializers/new_rails_defaults.rb".freeze, "test/frontend/config/initializers/session_store.rb".freeze, "test/frontend/config/locales/en.yml".freeze, "test/frontend/config/routes.rb".freeze, "test/frontend/db/seeds.rb".freeze, "test/frontend/doc/README_FOR_APP".freeze, "test/frontend/log/development.log".freeze, "test/frontend/log/production.log".freeze, "test/frontend/log/server.log".freeze, "test/frontend/log/test.log".freeze, "test/frontend/public/404.html".freeze, "test/frontend/public/422.html".freeze, "test/frontend/public/500.html".freeze, "test/frontend/public/favicon.ico".freeze, "test/frontend/public/images/rails.png".freeze, "test/frontend/public/index.html".freeze, "test/frontend/public/javascripts/application.js".freeze, "test/frontend/public/javascripts/controls.js".freeze, "test/frontend/public/javascripts/dragdrop.js".freeze, "test/frontend/public/javascripts/effects.js".freeze, "test/frontend/public/javascripts/prototype.js".freeze, "test/frontend/public/robots.txt".freeze, "test/frontend/script/about".freeze, "test/frontend/script/console".freeze, "test/frontend/script/dbconsole".freeze, "test/frontend/script/destroy".freeze, "test/frontend/script/generate".freeze, "test/frontend/script/performance/benchmarker".freeze, "test/frontend/script/performance/profiler".freeze, "test/frontend/script/plugin".freeze, "test/frontend/script/runner".freeze, "test/frontend/script/server".freeze, "test/frontend/test/performance/browsing_test.rb".freeze, "test/frontend/test/test_helper.rb".freeze] s.homepage = "http://floatplane.us/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "RackDirect allows you to easily perform integration tests between multiple Rails websites, by launching your ActiveResource services in a standalone process and communicating with them via stdio instead of over a socket.".freeze end