comana.gemspec in comana-0.0.6 vs comana.gemspec in comana-0.0.7
- old
+ new
@@ -3,18 +3,17 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "comana"
- s.version = "0.0.6"
+ s.version = "0.0.7"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["ippei94da"]
- s.date = "2012-05-08"
+ s.date = "2012-05-10"
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 "
s.email = "ippei94da@gmail.com"
- s.executables = ["submitqueue"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
@@ -23,11 +22,10 @@
"Gemfile",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
- "bin/submitqueue",
"comana.gemspec",
"dot.machineinfo",
"lib/comana.rb",
"lib/comana/computationmanager.rb",
"lib/comana/machineinfo.rb",
@@ -46,9 +44,11 @@
"spec/not_started/input_a",
"spec/not_started/input_b",
"spec/outputted/input_a",
"spec/outputted/input_b",
"spec/outputted/output",
+ "spec/queuesubmitter/locked/lock_queuesubmitter/dummy",
+ "spec/queuesubmitter/unlocked/dummy",
"spec/queuesubmitter_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/ippei94da/comana"
s.licenses = ["MIT"]