# -*- encoding: utf-8 -*- # stub: cloud-crowd 0.2.6 ruby lib Gem::Specification.new do |s| s.name = "cloud-crowd".freeze s.version = "0.2.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jeremy Ashkenas".freeze] s.date = "2009-10-05" s.description = " The crowd, suddenly there where there was nothing before, is a mysterious and\n universal phenomenon. A few people may have been standing together -- five, ten\n or twelve, nor more; nothing has been announced, nothing is expected. Suddenly\n everywhere is black with people and more come streaming from all sides as though\n streets had only one direction.\n".freeze s.email = "jeremy@documentcloud.org".freeze s.executables = ["crowd".freeze] s.extra_rdoc_files = ["README".freeze] s.files = ["EPIGRAPHS".freeze, "LICENSE".freeze, "README".freeze, "actions/graphics_magick.rb".freeze, "actions/process_pdfs.rb".freeze, "actions/word_count.rb".freeze, "bin/crowd".freeze, "cloud-crowd.gemspec".freeze, "config/config.example.ru".freeze, "config/config.example.yml".freeze, "config/database.example.yml".freeze, "examples/graphics_magick_example.rb".freeze, "examples/process_pdfs_example.rb".freeze, "examples/word_count_example.rb".freeze, "lib/cloud-crowd.rb".freeze, "lib/cloud_crowd/action.rb".freeze, "lib/cloud_crowd/asset_store.rb".freeze, "lib/cloud_crowd/asset_store/filesystem_store.rb".freeze, "lib/cloud_crowd/asset_store/s3_store.rb".freeze, "lib/cloud_crowd/command_line.rb".freeze, "lib/cloud_crowd/exceptions.rb".freeze, "lib/cloud_crowd/helpers.rb".freeze, "lib/cloud_crowd/helpers/authorization.rb".freeze, "lib/cloud_crowd/helpers/resources.rb".freeze, "lib/cloud_crowd/inflector.rb".freeze, "lib/cloud_crowd/models.rb".freeze, "lib/cloud_crowd/models/job.rb".freeze, "lib/cloud_crowd/models/node_record.rb".freeze, "lib/cloud_crowd/models/work_unit.rb".freeze, "lib/cloud_crowd/node.rb".freeze, "lib/cloud_crowd/schema.rb".freeze, "lib/cloud_crowd/server.rb".freeze, "lib/cloud_crowd/worker.rb".freeze, "public/css/admin_console.css".freeze, "public/css/reset.css".freeze, "public/images/bullet_green.png".freeze, "public/images/bullet_white.png".freeze, "public/images/cloud_hand.png".freeze, "public/images/header_back.png".freeze, "public/images/logo.png".freeze, "public/images/queue_fill.png".freeze, "public/images/server.png".freeze, "public/images/server_busy.png".freeze, "public/images/server_error.png".freeze, "public/images/sidebar_bottom.png".freeze, "public/images/sidebar_top.png".freeze, "public/images/worker_info.png".freeze, "public/images/worker_info_loading.gif".freeze, "public/js/admin_console.js".freeze, "public/js/excanvas.js".freeze, "public/js/flot.js".freeze, "public/js/jquery.js".freeze, "test/acceptance/test_failing_work_units.rb".freeze, "test/acceptance/test_node.rb".freeze, "test/acceptance/test_server.rb".freeze, "test/acceptance/test_word_count.rb".freeze, "test/blueprints.rb".freeze, "test/config/actions/failure_testing.rb".freeze, "test/config/config.ru".freeze, "test/config/config.yml".freeze, "test/config/database.yml".freeze, "test/test_helper.rb".freeze, "test/unit/test_action.rb".freeze, "test/unit/test_configuration.rb".freeze, "test/unit/test_job.rb".freeze, "test/unit/test_node.rb".freeze, "test/unit/test_node_record.rb".freeze, "test/unit/test_work_unit.rb".freeze, "test/unit/test_worker.rb".freeze, "views/operations_center.erb".freeze] s.homepage = "http://wiki.github.com/documentcloud/cloud-crowd".freeze s.rdoc_options = ["--title".freeze, "CloudCrowd | Parallel Processing for the Rest of Us".freeze, "--exclude".freeze, "test".freeze, "--main".freeze, "README".freeze, "--all".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Parallel Processing for the Rest of Us".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.9.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.3.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.7".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.10.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2.4".freeze]) s.add_development_dependency(%q.freeze, [">= 0.3.1".freeze]) s.add_development_dependency(%q.freeze, [">= 2.10.2".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0.4.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0.9.7".freeze]) end