# -*- encoding: utf-8 -*- # stub: actionpack 3.1.12 ruby lib Gem::Specification.new do |s| s.name = "actionpack".freeze s.version = "3.1.12".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Heinemeier Hansson".freeze] s.date = "2013-03-18" s.description = "Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.".freeze s.email = "david@loudthinking.com".freeze s.files = ["CHANGELOG.md".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "lib/abstract_controller.rb".freeze, "lib/abstract_controller/asset_paths.rb".freeze, "lib/abstract_controller/base.rb".freeze, "lib/abstract_controller/callbacks.rb".freeze, "lib/abstract_controller/collector.rb".freeze, "lib/abstract_controller/helpers.rb".freeze, "lib/abstract_controller/layouts.rb".freeze, "lib/abstract_controller/logger.rb".freeze, "lib/abstract_controller/railties/routes_helpers.rb".freeze, "lib/abstract_controller/rendering.rb".freeze, "lib/abstract_controller/translation.rb".freeze, "lib/abstract_controller/url_for.rb".freeze, "lib/abstract_controller/view_paths.rb".freeze, "lib/action_controller.rb".freeze, "lib/action_controller/base.rb".freeze, "lib/action_controller/caching.rb".freeze, "lib/action_controller/caching/actions.rb".freeze, "lib/action_controller/caching/fragments.rb".freeze, "lib/action_controller/caching/pages.rb".freeze, "lib/action_controller/caching/sweeping.rb".freeze, "lib/action_controller/deprecated.rb".freeze, "lib/action_controller/deprecated/integration_test.rb".freeze, "lib/action_controller/deprecated/performance_test.rb".freeze, "lib/action_controller/log_subscriber.rb".freeze, "lib/action_controller/metal.rb".freeze, "lib/action_controller/metal/compatibility.rb".freeze, "lib/action_controller/metal/conditional_get.rb".freeze, "lib/action_controller/metal/cookies.rb".freeze, "lib/action_controller/metal/data_streaming.rb".freeze, "lib/action_controller/metal/exceptions.rb".freeze, "lib/action_controller/metal/flash.rb".freeze, "lib/action_controller/metal/force_ssl.rb".freeze, "lib/action_controller/metal/head.rb".freeze, "lib/action_controller/metal/helpers.rb".freeze, "lib/action_controller/metal/hide_actions.rb".freeze, "lib/action_controller/metal/http_authentication.rb".freeze, "lib/action_controller/metal/implicit_render.rb".freeze, "lib/action_controller/metal/instrumentation.rb".freeze, "lib/action_controller/metal/mime_responds.rb".freeze, "lib/action_controller/metal/params_wrapper.rb".freeze, "lib/action_controller/metal/rack_delegation.rb".freeze, "lib/action_controller/metal/redirecting.rb".freeze, "lib/action_controller/metal/renderers.rb".freeze, "lib/action_controller/metal/rendering.rb".freeze, "lib/action_controller/metal/request_forgery_protection.rb".freeze, "lib/action_controller/metal/rescue.rb".freeze, "lib/action_controller/metal/responder.rb".freeze, "lib/action_controller/metal/session_management.rb".freeze, "lib/action_controller/metal/streaming.rb".freeze, "lib/action_controller/metal/testing.rb".freeze, "lib/action_controller/metal/url_for.rb".freeze, "lib/action_controller/middleware.rb".freeze, "lib/action_controller/railtie.rb".freeze, "lib/action_controller/railties/paths.rb".freeze, "lib/action_controller/record_identifier.rb".freeze, "lib/action_controller/test_case.rb".freeze, "lib/action_controller/vendor/html-scanner.rb".freeze, "lib/action_controller/vendor/html-scanner/html/document.rb".freeze, "lib/action_controller/vendor/html-scanner/html/node.rb".freeze, "lib/action_controller/vendor/html-scanner/html/sanitizer.rb".freeze, "lib/action_controller/vendor/html-scanner/html/selector.rb".freeze, "lib/action_controller/vendor/html-scanner/html/tokenizer.rb".freeze, "lib/action_controller/vendor/html-scanner/html/version.rb".freeze, "lib/action_dispatch.rb".freeze, "lib/action_dispatch/http/cache.rb".freeze, "lib/action_dispatch/http/filter_parameters.rb".freeze, "lib/action_dispatch/http/headers.rb".freeze, "lib/action_dispatch/http/mime_negotiation.rb".freeze, "lib/action_dispatch/http/mime_type.rb".freeze, "lib/action_dispatch/http/mime_types.rb".freeze, "lib/action_dispatch/http/parameter_filter.rb".freeze, "lib/action_dispatch/http/parameters.rb".freeze, "lib/action_dispatch/http/rack_cache.rb".freeze, "lib/action_dispatch/http/request.rb".freeze, "lib/action_dispatch/http/response.rb".freeze, "lib/action_dispatch/http/upload.rb".freeze, "lib/action_dispatch/http/url.rb".freeze, "lib/action_dispatch/middleware/best_standards_support.rb".freeze, "lib/action_dispatch/middleware/callbacks.rb".freeze, "lib/action_dispatch/middleware/closed_error.rb".freeze, "lib/action_dispatch/middleware/cookies.rb".freeze, "lib/action_dispatch/middleware/flash.rb".freeze, "lib/action_dispatch/middleware/head.rb".freeze, "lib/action_dispatch/middleware/params_parser.rb".freeze, "lib/action_dispatch/middleware/reloader.rb".freeze, "lib/action_dispatch/middleware/remote_ip.rb".freeze, "lib/action_dispatch/middleware/rescue.rb".freeze, "lib/action_dispatch/middleware/session/abstract_store.rb".freeze, "lib/action_dispatch/middleware/session/cookie_store.rb".freeze, "lib/action_dispatch/middleware/session/mem_cache_store.rb".freeze, "lib/action_dispatch/middleware/show_exceptions.rb".freeze, "lib/action_dispatch/middleware/stack.rb".freeze, "lib/action_dispatch/middleware/static.rb".freeze, "lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb".freeze, "lib/action_dispatch/middleware/templates/rescues/_trace.erb".freeze, "lib/action_dispatch/middleware/templates/rescues/diagnostics.erb".freeze, "lib/action_dispatch/middleware/templates/rescues/layout.erb".freeze, "lib/action_dispatch/middleware/templates/rescues/missing_template.erb".freeze, "lib/action_dispatch/middleware/templates/rescues/routing_error.erb".freeze, "lib/action_dispatch/middleware/templates/rescues/template_error.erb".freeze, "lib/action_dispatch/middleware/templates/rescues/unknown_action.erb".freeze, "lib/action_dispatch/railtie.rb".freeze, "lib/action_dispatch/routing.rb".freeze, "lib/action_dispatch/routing/mapper.rb".freeze, "lib/action_dispatch/routing/polymorphic_routes.rb".freeze, "lib/action_dispatch/routing/redirection.rb".freeze, "lib/action_dispatch/routing/route.rb".freeze, "lib/action_dispatch/routing/route_set.rb".freeze, "lib/action_dispatch/routing/routes_proxy.rb".freeze, "lib/action_dispatch/routing/url_for.rb".freeze, "lib/action_dispatch/testing/assertions.rb".freeze, "lib/action_dispatch/testing/assertions/dom.rb".freeze, "lib/action_dispatch/testing/assertions/response.rb".freeze, "lib/action_dispatch/testing/assertions/routing.rb".freeze, "lib/action_dispatch/testing/assertions/selector.rb".freeze, "lib/action_dispatch/testing/assertions/tag.rb".freeze, "lib/action_dispatch/testing/integration.rb".freeze, "lib/action_dispatch/testing/performance_test.rb".freeze, "lib/action_dispatch/testing/test_process.rb".freeze, "lib/action_dispatch/testing/test_request.rb".freeze, "lib/action_dispatch/testing/test_response.rb".freeze, "lib/action_pack.rb".freeze, "lib/action_pack/version.rb".freeze, "lib/action_view.rb".freeze, "lib/action_view/asset_paths.rb".freeze, "lib/action_view/base.rb".freeze, "lib/action_view/buffers.rb".freeze, "lib/action_view/context.rb".freeze, "lib/action_view/flows.rb".freeze, "lib/action_view/helpers.rb".freeze, "lib/action_view/helpers/active_model_helper.rb".freeze, "lib/action_view/helpers/asset_paths.rb".freeze, "lib/action_view/helpers/asset_tag_helper.rb".freeze, "lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb".freeze, "lib/action_view/helpers/asset_tag_helpers/asset_paths.rb".freeze, "lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb".freeze, "lib/action_view/helpers/asset_tag_helpers/stylesheet_tag_helpers.rb".freeze, "lib/action_view/helpers/atom_feed_helper.rb".freeze, "lib/action_view/helpers/cache_helper.rb".freeze, "lib/action_view/helpers/capture_helper.rb".freeze, "lib/action_view/helpers/controller_helper.rb".freeze, "lib/action_view/helpers/csrf_helper.rb".freeze, "lib/action_view/helpers/date_helper.rb".freeze, "lib/action_view/helpers/debug_helper.rb".freeze, "lib/action_view/helpers/form_helper.rb".freeze, "lib/action_view/helpers/form_options_helper.rb".freeze, "lib/action_view/helpers/form_tag_helper.rb".freeze, "lib/action_view/helpers/javascript_helper.rb".freeze, "lib/action_view/helpers/number_helper.rb".freeze, "lib/action_view/helpers/output_safety_helper.rb".freeze, "lib/action_view/helpers/record_tag_helper.rb".freeze, "lib/action_view/helpers/rendering_helper.rb".freeze, "lib/action_view/helpers/sanitize_helper.rb".freeze, "lib/action_view/helpers/tag_helper.rb".freeze, "lib/action_view/helpers/text_helper.rb".freeze, "lib/action_view/helpers/translation_helper.rb".freeze, "lib/action_view/helpers/url_helper.rb".freeze, "lib/action_view/locale/en.yml".freeze, "lib/action_view/log_subscriber.rb".freeze, "lib/action_view/lookup_context.rb".freeze, "lib/action_view/path_set.rb".freeze, "lib/action_view/railtie.rb".freeze, "lib/action_view/renderer/abstract_renderer.rb".freeze, "lib/action_view/renderer/partial_renderer.rb".freeze, "lib/action_view/renderer/renderer.rb".freeze, "lib/action_view/renderer/streaming_template_renderer.rb".freeze, "lib/action_view/renderer/template_renderer.rb".freeze, "lib/action_view/template.rb".freeze, "lib/action_view/template/error.rb".freeze, "lib/action_view/template/handler.rb".freeze, "lib/action_view/template/handlers.rb".freeze, "lib/action_view/template/handlers/builder.rb".freeze, "lib/action_view/template/handlers/erb.rb".freeze, "lib/action_view/template/resolver.rb".freeze, "lib/action_view/template/text.rb".freeze, "lib/action_view/test_case.rb".freeze, "lib/action_view/testing/resolvers.rb".freeze, "lib/sprockets/assets.rake".freeze, "lib/sprockets/bootstrap.rb".freeze, "lib/sprockets/compressors.rb".freeze, "lib/sprockets/helpers.rb".freeze, "lib/sprockets/helpers/isolated_helper.rb".freeze, "lib/sprockets/helpers/rails_helper.rb".freeze, "lib/sprockets/railtie.rb".freeze, "lib/sprockets/static_compiler.rb".freeze] s.homepage = "http://www.rubyonrails.org".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze) s.requirements = ["none".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Web-flow and rendering framework putting the VC in MVC (part of Rails).".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 3.1.12".freeze]) s.add_runtime_dependency(%q.freeze, ["= 3.1.12".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.7.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.3.29".freeze]) end