Rakefile in trinitycrmod-0.3.0 vs Rakefile in trinitycrmod-0.3.1

- old
+ new

@@ -19,9 +19,10 @@ gem.license = "GPLv3" gem.summary = %Q{CodeRunner module for the Trinity simulation software.} gem.description = %Q{This module allows Trinity, the Multiscale Gyrokinetic Turbulent Transport solver for Fusion Reactors, to harness the power of CodeRunner, a framework for the automated running and analysis of simulations.} gem.email = "edmundhighcock@sourceforge.net" gem.authors = ["Edmund Highcock"] + gem.files.exclude 'test/**/*' # dependencies defined in Gemfile end Jeweler::RubygemsDotOrgTasks.new require 'rake/testtask'