comana.gemspec in comana-0.0.3 vs comana.gemspec in comana-0.0.4
- old
+ new
@@ -3,11 +3,11 @@
# 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.3"
+ s.version = "0.0.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["ippei94da"]
s.date = "2012-04-23"
s.description = "An aim of this gem is 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 "
@@ -27,13 +27,11 @@
"comana.gemspec",
"lib/comana.rb",
"spec/comana_spec.rb",
"spec/locked/input_a",
"spec/locked/input_b",
- "spec/locked/lock",
"spec/locked_outputted/input_a",
"spec/locked_outputted/input_b",
- "spec/locked_outputted/lock",
"spec/locked_outputted/output",
"spec/not_calculated/input_a",
"spec/not_calculated/input_b",
"spec/outputted/input_a",
"spec/outputted/input_b",