# -*- encoding: utf-8 -*- # stub: actionpack 1.5.0 ruby lib Gem::Specification.new do |s| s.name = "actionpack".freeze s.version = "1.5.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 = ["David Heinemeier Hansson".freeze] s.autorequire = "action_controller".freeze s.date = "2005-02-24" s.description = "Eases web-request routing, handling, and response as a half-way front, half-way page controller. Implemented with specific emphasis on enabling easy unit/integration testing that doesn't require a browser.".freeze s.email = "david@loudthinking.com".freeze s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README".freeze, "RUNNING_UNIT_TESTS".freeze, "examples/.htaccess".freeze, "examples/address_book".freeze, "examples/address_book/index.rhtml".freeze, "examples/address_book/layout.rhtml".freeze, "examples/address_book_controller.cgi".freeze, "examples/address_book_controller.fcgi".freeze, "examples/address_book_controller.rb".freeze, "examples/address_book_controller.rbx".freeze, "examples/benchmark.rb".freeze, "examples/benchmark_with_ar.fcgi".freeze, "examples/blog_controller.cgi".freeze, "examples/debate".freeze, "examples/debate/index.rhtml".freeze, "examples/debate/new_topic.rhtml".freeze, "examples/debate/topic.rhtml".freeze, "examples/debate_controller.cgi".freeze, "install.rb".freeze, "lib/action_controller".freeze, "lib/action_controller.rb".freeze, "lib/action_controller/assertions".freeze, "lib/action_controller/assertions/action_pack_assertions.rb".freeze, "lib/action_controller/assertions/active_record_assertions.rb".freeze, "lib/action_controller/base.rb".freeze, "lib/action_controller/benchmarking.rb".freeze, "lib/action_controller/caching.rb".freeze, "lib/action_controller/cgi_ext".freeze, "lib/action_controller/cgi_ext/cgi_ext.rb".freeze, "lib/action_controller/cgi_ext/cgi_methods.rb".freeze, "lib/action_controller/cgi_ext/cookie_performance_fix.rb".freeze, "lib/action_controller/cgi_ext/raw_post_data_fix.rb".freeze, "lib/action_controller/cgi_process.rb".freeze, "lib/action_controller/components.rb".freeze, "lib/action_controller/cookies.rb".freeze, "lib/action_controller/dependencies.rb".freeze, "lib/action_controller/filters.rb".freeze, "lib/action_controller/flash.rb".freeze, "lib/action_controller/helpers.rb".freeze, "lib/action_controller/layout.rb".freeze, "lib/action_controller/request.rb".freeze, "lib/action_controller/rescue.rb".freeze, "lib/action_controller/response.rb".freeze, "lib/action_controller/routing.rb".freeze, "lib/action_controller/scaffolding.rb".freeze, "lib/action_controller/session".freeze, "lib/action_controller/session.rb".freeze, "lib/action_controller/session/active_record_store.rb".freeze, "lib/action_controller/session/drb_server.rb".freeze, "lib/action_controller/session/drb_store.rb".freeze, "lib/action_controller/session/mem_cache_store.rb".freeze, "lib/action_controller/templates".freeze, "lib/action_controller/templates/rescues".freeze, "lib/action_controller/templates/rescues/_request_and_response.rhtml".freeze, "lib/action_controller/templates/rescues/diagnostics.rhtml".freeze, "lib/action_controller/templates/rescues/layout.rhtml".freeze, "lib/action_controller/templates/rescues/missing_template.rhtml".freeze, "lib/action_controller/templates/rescues/routing_error.rhtml".freeze, "lib/action_controller/templates/rescues/template_error.rhtml".freeze, "lib/action_controller/templates/rescues/unknown_action.rhtml".freeze, "lib/action_controller/templates/scaffolds".freeze, "lib/action_controller/templates/scaffolds/edit.rhtml".freeze, "lib/action_controller/templates/scaffolds/layout.rhtml".freeze, "lib/action_controller/templates/scaffolds/list.rhtml".freeze, "lib/action_controller/templates/scaffolds/new.rhtml".freeze, "lib/action_controller/templates/scaffolds/show.rhtml".freeze, "lib/action_controller/test_process.rb".freeze, "lib/action_controller/url_rewriter.rb".freeze, "lib/action_view".freeze, "lib/action_view.rb".freeze, "lib/action_view/base.rb".freeze, "lib/action_view/helpers".freeze, "lib/action_view/helpers/active_record_helper.rb".freeze, "lib/action_view/helpers/asset_tag_helper.rb".freeze, "lib/action_view/helpers/cache_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/tag_helper.rb".freeze, "lib/action_view/helpers/text_helper.rb".freeze, "lib/action_view/helpers/url_helper.rb".freeze, "lib/action_view/partials.rb".freeze, "lib/action_view/template_error.rb".freeze, "lib/action_view/vendor".freeze, "lib/action_view/vendor/builder".freeze, "lib/action_view/vendor/builder.rb".freeze, "lib/action_view/vendor/builder/blankslate.rb".freeze, "lib/action_view/vendor/builder/xmlbase.rb".freeze, "lib/action_view/vendor/builder/xmlevents.rb".freeze, "lib/action_view/vendor/builder/xmlmarkup.rb".freeze, "rakefile".freeze, "test/abstract_unit.rb".freeze, "test/controller".freeze, "test/controller/action_pack_assertions_test.rb".freeze, "test/controller/active_record_assertions_test.rb".freeze, "test/controller/base_tests.rb".freeze, "test/controller/cgi_test.rb".freeze, "test/controller/components_test.rb".freeze, "test/controller/cookie_test.rb".freeze, "test/controller/custom_handler_test.rb".freeze, "test/controller/filters_test.rb".freeze, "test/controller/flash_test.rb".freeze, "test/controller/helper_test.rb".freeze, "test/controller/layout_test.rb".freeze, "test/controller/raw_post_test.rb".freeze, "test/controller/redirect_test.rb".freeze, "test/controller/render_test.rb".freeze, "test/controller/request_test.rb".freeze, "test/controller/routing_tests.rb".freeze, "test/controller/send_file_test.rb".freeze, "test/controller/url_obsolete.rb".freeze, "test/controller/url_obsolete.rb.rej".freeze, "test/fixtures".freeze, "test/fixtures/fun".freeze, "test/fixtures/fun/games".freeze, "test/fixtures/fun/games/hello_world.rhtml".freeze, "test/fixtures/helpers".freeze, "test/fixtures/helpers/abc_helper.rb".freeze, "test/fixtures/helpers/fun".freeze, "test/fixtures/helpers/fun/games_helper.rb".freeze, "test/fixtures/layouts".freeze, "test/fixtures/layouts/builder.rxml".freeze, "test/fixtures/layouts/standard.rhtml".freeze, "test/fixtures/scope".freeze, "test/fixtures/scope/test".freeze, "test/fixtures/scope/test/modgreet.rhtml".freeze, "test/fixtures/test".freeze, "test/fixtures/test/_customer.rhtml".freeze, "test/fixtures/test/greeting.rhtml".freeze, "test/fixtures/test/hello.rxml".freeze, "test/fixtures/test/hello_world.rhtml".freeze, "test/fixtures/test/hello_xml_world.rxml".freeze, "test/fixtures/test/list.rhtml".freeze, "test/template".freeze, "test/template/active_record_helper_test.rb".freeze, "test/template/asset_tag_helper_test.rb".freeze, "test/template/date_helper_test.rb".freeze, "test/template/form_helper_test.rb".freeze, "test/template/form_options_helper_test.rb".freeze, "test/template/form_tag_helper_test.rb".freeze, "test/template/tag_helper_test.rb".freeze, "test/template/text_helper_test.rb".freeze, "test/template/url_helper_test.rb".freeze, "test/template/url_helper_test.rb.rej".freeze] s.homepage = "http://www.rubyonrails.org".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.requirements = ["none".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Web-flow and rendering framework putting the VC in MVC.".freeze s.specification_version = 1 s.add_runtime_dependency(%q.freeze, ["= 1.0.0".freeze]) end