comana.gemspec in comana-0.0.1 vs comana.gemspec in comana-0.0.2
- 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.1"
+ s.version = "0.0.2"
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 "
@@ -25,9 +25,11 @@
"Rakefile",
"VERSION",
"comana.gemspec",
"lib/comana.rb",
"spec/comana_spec.rb",
+ "spec/dummy/input_a",
+ "spec/dummy/input_b",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/ippei94da/comana"
s.licenses = ["MIT"]
s.require_paths = ["lib"]