# -*- encoding: utf-8 -*- # stub: gina-conveyor 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "gina-conveyor".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Will Fisher".freeze] s.date = "2013-06-11" s.description = "Conveyor is used for shuffling data around".freeze s.email = ["will@gina.alaska.edu".freeze] s.executables = ["conveyor".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/conveyor".freeze, "conveyor.gemspec".freeze, "lib/conveyor.rb".freeze, "lib/conveyor/belt.rb".freeze, "lib/conveyor/foreman.rb".freeze, "lib/conveyor/input.rb".freeze, "lib/conveyor/input/commands.rb".freeze, "lib/conveyor/input/console.rb".freeze, "lib/conveyor/job_state.rb".freeze, "lib/conveyor/output.rb".freeze, "lib/conveyor/output/campfire.rb".freeze, "lib/conveyor/output/channel.rb".freeze, "lib/conveyor/output/console.rb".freeze, "lib/conveyor/output/email.rb".freeze, "lib/conveyor/output/logfile.rb".freeze, "lib/conveyor/queue.rb".freeze, "lib/conveyor/status.rb".freeze, "lib/conveyor/version.rb".freeze, "lib/conveyor/websocket.rb".freeze, "lib/conveyor/worker.rb".freeze, "lib/conveyor/workers/syntax.rb".freeze, "webviewer/.gitignore".freeze, "webviewer/Gemfile".freeze, "webviewer/Gemfile.lock".freeze, "webviewer/README.rdoc".freeze, "webviewer/Rakefile".freeze, "webviewer/app/assets/images/rails.png".freeze, "webviewer/app/assets/javascripts/application.js".freeze, "webviewer/app/assets/javascripts/welcome.js.coffee".freeze, "webviewer/app/assets/stylesheets/application.css.scss".freeze, "webviewer/app/assets/stylesheets/welcome.css.scss".freeze, "webviewer/app/controllers/application_controller.rb".freeze, "webviewer/app/controllers/welcome_controller.rb".freeze, "webviewer/app/helpers/application_helper.rb".freeze, "webviewer/app/helpers/welcome_helper.rb".freeze, "webviewer/app/mailers/.gitkeep".freeze, "webviewer/app/models/.gitkeep".freeze, "webviewer/app/views/layouts/application.html.haml".freeze, "webviewer/app/views/welcome/index.html.haml".freeze, "webviewer/config.ru".freeze, "webviewer/config/application.rb".freeze, "webviewer/config/boot.rb".freeze, "webviewer/config/database.yml".freeze, "webviewer/config/environment.rb".freeze, "webviewer/config/environments/development.rb".freeze, "webviewer/config/environments/production.rb".freeze, "webviewer/config/environments/test.rb".freeze, "webviewer/config/initializers/backtrace_silencers.rb".freeze, "webviewer/config/initializers/inflections.rb".freeze, "webviewer/config/initializers/mime_types.rb".freeze, "webviewer/config/initializers/secret_token.rb".freeze, "webviewer/config/initializers/session_store.rb".freeze, "webviewer/config/initializers/wrap_parameters.rb".freeze, "webviewer/config/locales/en.yml".freeze, "webviewer/config/routes.rb".freeze, "webviewer/db/seeds.rb".freeze, "webviewer/doc/README_FOR_APP".freeze, "webviewer/lib/assets/.gitkeep".freeze, "webviewer/lib/tasks/.gitkeep".freeze, "webviewer/log/.gitkeep".freeze, "webviewer/public/404.html".freeze, "webviewer/public/422.html".freeze, "webviewer/public/500.html".freeze, "webviewer/public/favicon.ico".freeze, "webviewer/public/robots.txt".freeze, "webviewer/script/rails".freeze, "webviewer/test/fixtures/.gitkeep".freeze, "webviewer/test/functional/.gitkeep".freeze, "webviewer/test/functional/welcome_controller_test.rb".freeze, "webviewer/test/integration/.gitkeep".freeze, "webviewer/test/performance/browsing_test.rb".freeze, "webviewer/test/test_helper.rb".freeze, "webviewer/test/unit/.gitkeep".freeze, "webviewer/test/unit/helpers/welcome_helper_test.rb".freeze, "webviewer/vendor/assets/javascripts/.gitkeep".freeze, "webviewer/vendor/assets/stylesheets/.gitkeep".freeze, "webviewer/vendor/plugins/.gitkeep".freeze, "worker-examples/barrow_webcam.worker.disabled".freeze, "worker-examples/barrow_webcam.worker.example".freeze, "worker-examples/conveyor.worker.example".freeze, "worker-examples/devel.worker".freeze] s.homepage = "http://github.com/gina-alaska/conveyor.git".freeze s.rubygems_version = "3.5.10".freeze s.summary = "GINA Data Conveyor".freeze s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.12.10".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3.6".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.9.1".freeze]) end