coderunner 0.13.14 → 0.13.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.13.14
1
+ 0.13.15
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "coderunner"
8
- s.version = "0.13.14"
8
+ s.version = "0.13.15"
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"]
@@ -640,6 +640,8 @@ def namelist_text(namelist, enum = nil)
640
640
  output = formatted_variable_output(value)
641
641
  text << " #{code_var} = #{output} #{var_hash[:description] ? "! #{var_hash[:description]}": ""}\n"
642
642
  end
643
+ elsif rcp.namelists_to_print_not_specified? and rcp.namelists_to_print_not_specified.include?(namelist)
644
+ text << " ! #{code_var} not specified --- #{var_hash[:description]}\n"
643
645
  end
644
646
  end
645
647
  text << "/\n\n"
@@ -29,6 +29,8 @@ class CodeRunner
29
29
 
30
30
  @code_module_folder = folder = File.dirname(File.expand_path(__FILE__)) # i.e. the directory this file is in
31
31
 
32
+ @namelists_to_print_not_specified = []
33
+
32
34
  def process_directory_code_specific
33
35
  if @running
34
36
  @status = :Incomplete
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.13.14
4
+ version: 0.13.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: