# -*- encoding: utf-8 -*- # stub: comana 0.0.10 ruby lib Gem::Specification.new do |s| s.name = "comana".freeze s.version = "0.0.10".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["ippei94da".freeze] s.date = "2014-08-28" s.description = "Comana, COmputation MANAger,\n is a software to provide a framework of\n managing scientific computing.\n Researchers on computing have to check calculation and\n generate new calculation and execute, repeatedly.\n The abstract class that this gem provide would help the work.\n ".freeze s.email = "ippei94da@gmail.com".freeze s.executables = ["machinestatus".freeze, "scpall".freeze, "sshall".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".rspec".freeze, "CHANGES".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/machinestatus".freeze, "bin/scpall".freeze, "bin/sshall".freeze, "example/dot.clustersetting".freeze, "lib/comana.rb".freeze, "lib/comana/clustersetting.rb".freeze, "lib/comana/computationmanager.rb".freeze, "lib/comana/hostinspector.rb".freeze, "lib/comana/hostinspector/pbsnodes.rb".freeze, "lib/comana/hostinspector/ping.rb".freeze, "lib/comana/hostselector.rb".freeze, "lib/comana/queuesubmitter.rb".freeze, "memo.txt".freeze, "test/helper.rb".freeze, "test/locked/input_a".freeze, "test/locked/input_b".freeze, "test/locked/lock_comana/dummy".freeze, "test/locked_outputted/input_a".freeze, "test/locked_outputted/input_b".freeze, "test/locked_outputted/lock_comana/dummy".freeze, "test/locked_outputted/output".freeze, "test/not_executable/dummy".freeze, "test/not_started/input_a".freeze, "test/not_started/input_b".freeze, "test/outputted/input_a".freeze, "test/outputted/input_b".freeze, "test/outputted/output".freeze, "test/pbsnodes/Br09.xml".freeze, "test/pbsnodes/Br10.xml".freeze, "test/pbsnodes/Ge00.xml".freeze, "test/pbsnodes/Ge08.xml".freeze, "test/pbsnodes/all.xml".freeze, "test/queuesubmitter/locked/lock_queuesubmitter/dummy".freeze, "test/queuesubmitter/unlocked/dummy".freeze, "test/test_clustersetting.rb".freeze, "test/test_computationmanager.rb".freeze, "test/test_hostinspector_pbsnodes.rb".freeze, "test/test_hostinspector_ping.rb".freeze, "test/test_hostselector.rb".freeze, "test/test_queuesubmitter.rb".freeze] s.homepage = "http://github.com/ippei94da/comana".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Manager for scientific computing".freeze s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 4.0.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7.2".freeze]) s.add_development_dependency(%q.freeze, [">= 2.0.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.0.3".freeze]) end