coderunner 0.12.12 → 0.12.13

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.12.12
1
+ 0.12.13
data/coderunner.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "coderunner"
8
- s.version = "0.12.12"
8
+ s.version = "0.12.13"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Edmund Highcock"]
12
- s.date = "2013-07-03"
12
+ s.date = "2013-07-16"
13
13
  s.description = "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."
14
14
  s.email = "edmundhighcock@sourceforge.net"
15
15
  s.executables = ["coderunner"]
@@ -179,7 +179,7 @@ class CodeRunner
179
179
 
180
180
  @version= options[:version]
181
181
  # ep 'ex', @executable
182
- ep 'modlet is ', @modlet
182
+ #ep 'modlet is ', @modlet
183
183
  get_run_class
184
184
 
185
185
  @cache = {}
@@ -786,7 +786,7 @@ Please add the line
786
786
 
787
787
  to your code module.
788
788
 
789
- " unless rcp.code_module_folder
789
+ " unless rcp.code_module_folder?
790
790
 
791
791
  # (variables+results).each{|v| const_get(:READOUT_LIST).push v} unless READOUT_LIST.size > 0
792
792
 
@@ -808,9 +808,9 @@ to your code module.
808
808
  @all = (rcp.variables + rcp.results + rcp.run_info) #.each{|v| ALL.push v}
809
809
  # ep "GOT HERE"
810
810
  (@all + [:directory, :run_name, :modlet, :relative_directory]).each{|var| send(:attr_accessor, var)}
811
- eputs "Checking and updating"
811
+ #eputs "Checking and updating"
812
812
  @user_defaults_location = ENV['HOME'] + "/.coderunner/#{rcp.code}crmod/defaults_files"
813
- eputs ' user_defaults_location', rcp.user_defaults_location
813
+ #eputs ' user_defaults_location', rcp.user_defaults_location
814
814
  define_method(:output_file) do
815
815
  return @output_file if @output_file
816
816
  @output_file = super()
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coderunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.12
4
+ version: 0.12.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-03 00:00:00.000000000 Z
12
+ date: 2013-07-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: graphkit