# -*- encoding: utf-8 -*- # stub: brendan-skynet 0.9.3.7 ruby lib Gem::Specification.new do |s| s.name = "brendan-skynet".freeze s.version = "0.9.3.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Adam Pisoni".freeze, "Brendan Baldwin".freeze] s.date = "2008-07-07" s.description = "Skynet - A Ruby Map/Reduce Framework".freeze s.email = "apisoni@geni.com".freeze s.executables = ["skynet".freeze, "skynet_install".freeze, "skynet_tuplespace_server".freeze] s.extra_rdoc_files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "examples/dgrep/data/testfile1.txt".freeze, "examples/dgrep/data/testfile2.txt".freeze, "examples/dgrep/data/testfile3.txt".freeze, "examples/dgrep/data/testfile4.txt".freeze, "examples/rails_mysql_example/public/robots.txt".freeze, "website/index.txt".freeze] s.files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "app_generators/skynet_install/USAGE".freeze, "app_generators/skynet_install/skynet_install_generator.rb".freeze, "app_generators/skynet_install/templates/migration.rb".freeze, "app_generators/skynet_install/templates/skynet_config.rb".freeze, "app_generators/skynet_install/templates/skynet_initializer.rb".freeze, "app_generators/skynet_install/templates/skynet_mysql_schema.sql".freeze, "bin/skynet".freeze, "bin/skynet_install".freeze, "bin/skynet_tuplespace_server".freeze, "config/hoe.rb".freeze, "config/requirements.rb".freeze, "examples/dgrep/README".freeze, "examples/dgrep/config/skynet_config.rb".freeze, "examples/dgrep/data/shakespeare/README".freeze, "examples/dgrep/data/shakespeare/poetry/loverscomplaint".freeze, "examples/dgrep/data/shakespeare/poetry/rapeoflucrece".freeze, "examples/dgrep/data/shakespeare/poetry/sonnets".freeze, "examples/dgrep/data/shakespeare/poetry/various".freeze, "examples/dgrep/data/shakespeare/poetry/venusandadonis".freeze, "examples/dgrep/data/testfile1.txt".freeze, "examples/dgrep/data/testfile2.txt".freeze, "examples/dgrep/data/testfile3.txt".freeze, "examples/dgrep/data/testfile4.txt".freeze, "examples/dgrep/lib/dgrep.rb".freeze, "examples/dgrep/lib/mapreduce_test.rb".freeze, "examples/dgrep/lib/most_common_words.rb".freeze, "examples/dgrep/script/dgrep".freeze, "examples/rails_mysql_example/README".freeze, "examples/rails_mysql_example/Rakefile".freeze, "examples/rails_mysql_example/app/controllers/application.rb".freeze, "examples/rails_mysql_example/app/helpers/application_helper.rb".freeze, "examples/rails_mysql_example/app/models/user.rb".freeze, "examples/rails_mysql_example/app/models/user_favorite.rb".freeze, "examples/rails_mysql_example/app/models/user_mailer.rb".freeze, "examples/rails_mysql_example/app/views/user_mailer/welcome.erb".freeze, "examples/rails_mysql_example/config/boot.rb".freeze, "examples/rails_mysql_example/config/database.yml".freeze, "examples/rails_mysql_example/config/environment.rb".freeze, "examples/rails_mysql_example/config/environments/development.rb".freeze, "examples/rails_mysql_example/config/environments/production.rb".freeze, "examples/rails_mysql_example/config/environments/test.rb".freeze, "examples/rails_mysql_example/config/initializers/inflections.rb".freeze, "examples/rails_mysql_example/config/initializers/mime_types.rb".freeze, "examples/rails_mysql_example/config/initializers/skynet.rb".freeze, "examples/rails_mysql_example/config/routes.rb".freeze, "examples/rails_mysql_example/config/skynet_config.rb".freeze, "examples/rails_mysql_example/db/migrate/001_create_skynet_tables.rb".freeze, "examples/rails_mysql_example/db/migrate/002_create_users.rb".freeze, "examples/rails_mysql_example/db/migrate/003_create_user_favorites.rb".freeze, "examples/rails_mysql_example/db/schema.rb".freeze, "examples/rails_mysql_example/db/skynet_mysql_schema.sql".freeze, "examples/rails_mysql_example/doc/README_FOR_APP".freeze, "examples/rails_mysql_example/lib/tasks/rails_mysql_example.rake".freeze, "examples/rails_mysql_example/public/404.html".freeze, "examples/rails_mysql_example/public/422.html".freeze, "examples/rails_mysql_example/public/500.html".freeze, "examples/rails_mysql_example/public/dispatch.cgi".freeze, "examples/rails_mysql_example/public/dispatch.fcgi".freeze, "examples/rails_mysql_example/public/dispatch.rb".freeze, "examples/rails_mysql_example/public/favicon.ico".freeze, "examples/rails_mysql_example/public/images/rails.png".freeze, "examples/rails_mysql_example/public/index.html".freeze, "examples/rails_mysql_example/public/javascripts/application.js".freeze, "examples/rails_mysql_example/public/javascripts/controls.js".freeze, "examples/rails_mysql_example/public/javascripts/dragdrop.js".freeze, "examples/rails_mysql_example/public/javascripts/effects.js".freeze, "examples/rails_mysql_example/public/javascripts/prototype.js".freeze, "examples/rails_mysql_example/public/robots.txt".freeze, "examples/rails_mysql_example/script/about".freeze, "examples/rails_mysql_example/script/console".freeze, "examples/rails_mysql_example/script/destroy".freeze, "examples/rails_mysql_example/script/generate".freeze, "examples/rails_mysql_example/script/performance/benchmarker".freeze, "examples/rails_mysql_example/script/performance/profiler".freeze, "examples/rails_mysql_example/script/performance/request".freeze, "examples/rails_mysql_example/script/plugin".freeze, "examples/rails_mysql_example/script/process/inspector".freeze, "examples/rails_mysql_example/script/process/reaper".freeze, "examples/rails_mysql_example/script/process/spawner".freeze, "examples/rails_mysql_example/script/runner".freeze, "examples/rails_mysql_example/script/server".freeze, "examples/rails_mysql_example/test/fixtures/user_favorites.yml".freeze, "examples/rails_mysql_example/test/fixtures/users.yml".freeze, "examples/rails_mysql_example/test/test_helper.rb".freeze, "examples/rails_mysql_example/test/unit/user_favorite_test.rb".freeze, "examples/rails_mysql_example/test/unit/user_test.rb".freeze, "extras/README".freeze, "extras/init.d/skynet".freeze, "extras/nagios/check_skynet.sh".freeze, "extras/rails/controllers/skynet_controller.rb".freeze, "extras/rails/views/skynet/index.rhtml".freeze, "lib/skynet.rb".freeze, "lib/skynet/mapreduce_helper.rb".freeze, "lib/skynet/mapreduce_test.rb".freeze, "lib/skynet/message_queue_adapters/message_queue_adapter.rb".freeze, "lib/skynet/message_queue_adapters/mysql.rb".freeze, "lib/skynet/message_queue_adapters/tuple_space.rb".freeze, "lib/skynet/skynet_active_record_extensions.rb".freeze, "lib/skynet/skynet_config.rb".freeze, "lib/skynet/skynet_console.rb".freeze, "lib/skynet/skynet_console_helper.rb".freeze, "lib/skynet/skynet_debugger.rb".freeze, "lib/skynet/skynet_guid_generator.rb".freeze, "lib/skynet/skynet_job.rb".freeze, "lib/skynet/skynet_launcher.rb".freeze, "lib/skynet/skynet_logger.rb".freeze, "lib/skynet/skynet_manager.rb".freeze, "lib/skynet/skynet_message.rb".freeze, "lib/skynet/skynet_message_queue.rb".freeze, "lib/skynet/skynet_partitioners.rb".freeze, "lib/skynet/skynet_ruby_extensions.rb".freeze, "lib/skynet/skynet_task.rb".freeze, "lib/skynet/skynet_tuplespace_server.rb".freeze, "lib/skynet/skynet_worker.rb".freeze, "lib/skynet/version.rb".freeze, "script/destroy".freeze, "script/generate".freeze, "script/txt2html".freeze, "setup.rb".freeze, "skynet.gemspec".freeze, "tasks/deployment.rake".freeze, "tasks/environment.rake".freeze, "tasks/website.rake".freeze, "test/test_active_record_extensions.rb".freeze, "test/test_generator_helper.rb".freeze, "test/test_helper.rb".freeze, "test/test_mysql_message_queue_adapter.rb".freeze, "test/test_skynet.rb".freeze, "test/test_skynet_install_generator.rb".freeze, "test/test_skynet_job.rb".freeze, "test/test_skynet_manager.rb".freeze, "test/test_skynet_message.rb".freeze, "test/test_skynet_task.rb".freeze, "test/test_tuplespace_message_queue.rb".freeze, "website/index.html".freeze, "website/index.txt".freeze, "website/javascripts/rounded_corners_lite.inc.js".freeze, "website/stylesheets/screen.css".freeze, "website/template.rhtml".freeze] s.homepage = "http://skynet.rubyforge.org".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Skynet - A Ruby Map/Reduce Framework".freeze s.test_files = ["test/test_active_record_extensions.rb".freeze, "test/test_generator_helper.rb".freeze, "test/test_helper.rb".freeze, "test/test_mysql_message_queue_adapter.rb".freeze, "test/test_skynet.rb".freeze, "test/test_skynet_install_generator.rb".freeze, "test/test_skynet_job.rb".freeze, "test/test_skynet_manager.rb".freeze, "test/test_skynet_message.rb".freeze, "test/test_skynet_task.rb".freeze, "test/test_tuplespace_message_queue.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.1".freeze]) end