Rakefile in coderunner-0.11.0 vs Rakefile in coderunner-0.11.1
- old
+ new
@@ -20,19 +20,22 @@
gem.rubyforge_project = gem.name
gem.summary = %Q{A framework for the automated running and analysis of simulations.}
gem.description = %Q{CodeRunner is a framework for the automated running and analysis of simulations. It automatically generates any necessary input files, organises the output data and analyses it. Because it is a modular system, it can easily be customised to work with any system and any simulation code. One of its greatest strengths is that it is independent of any one simulation code; thus it can easily plot and compare the data from different codes.}
gem.email = "edmundhighcock@sourceforge.net"
gem.authors = ["Edmund Highcock"]
+ gem.extensions = "ext/extconf.rb"
+ gem.files.include('ext/*.c', 'include/*.h', 'ext/*.rb')
# dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new
require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.pattern = 'test/**/test_*.rb'
test.verbose = true
end
+
#require 'rcov/rcovtask'
#Rcov::RcovTask.new do |test|
#test.libs << 'test'
#test.pattern = 'test/**/test_*.rb'