trinitycrmod 0.5.5 → 0.5.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9857b0c81f740cfc21b3db62b4a56621f0a70a27
4
- data.tar.gz: 9f103e1c753525bb9fe7318ca2c8c82a9f34b04f
3
+ metadata.gz: 413b38bd4ccf40719be5c2e6f2c7e2b622d7f1ef
4
+ data.tar.gz: 91dd192ff90d43e2ac44754704c17677ca969308
5
5
  SHA512:
6
- metadata.gz: b3f1b1121235ad7f70c69345b48fe21e81201216db1588439e0edd4316a1ec276f258311cd658c4d332053fe1a8639702329b0f041bf17b32ee0c12a429cc844
7
- data.tar.gz: a3e61eb2f7365849b1244a2ff67c5d1fbb763c26192f9c56ca74f4f36c55c38c9ad398cc6b362586e1a41b44bb123ad20efe80e9d431465cefe94d7372369466
6
+ metadata.gz: 974f20c0da920ef1034433be4fc110feef9ff24ba7d08bb99ea2e80a7af357440363ee8b7975c7c7ad20c3536534ef2cc46fbbbb5540eea03acbf9bcec02a777
7
+ data.tar.gz: 5a98b2ea9f517611acc52696caad15cc9c8477980e00b0872cc3277caef7a50343fa8c3d26f170a7d713dab14c923a5356e278629f5e1872294bb19ced48b924
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.5
1
+ 0.5.6
@@ -888,7 +888,17 @@
888
888
  :explanation=>
889
889
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
890
890
  :type=>:Fortran_Bool,
891
- :autoscanned_defaults=>[".true."]}}},
891
+ :autoscanned_defaults=>[".true."]},
892
+ :calibrate_abs=>
893
+ {:should_include=>"true",
894
+ :description=>"Enforce positive calibration factor.",
895
+ :help=>"Enforce positive calibration factor.",
896
+ :code_name=>:calibrate_abs,
897
+ :must_pass=>
898
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
899
+ :explanation=>
900
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
901
+ :type=>:Fortran_Bool}}},
892
902
  :init=>
893
903
  {:description=>"",
894
904
  :should_include=>"true",
@@ -1123,13 +1133,14 @@
1123
1133
  :autoscanned_defaults=>[-1.0]},
1124
1134
  :itercalib_file=>
1125
1135
  {:should_include=>"true",
1126
- :description=>"Name of file with calibration restart information.",
1127
- :help=>"Name of file with calibration restart information.",
1136
+ :description=>nil,
1137
+ :help=>nil,
1128
1138
  :code_name=>:itercalib_file,
1129
1139
  :must_pass=>
1130
1140
  [{:test=>"kind_of? String",
1131
1141
  :explanation=>"This variable must be a string."}],
1132
- :type=>:String}}},
1142
+ :type=>:String,
1143
+ :autoscanned_defaults=>["restart.itercalib"]}}},
1133
1144
  :sources=>
1134
1145
  {:description=>"",
1135
1146
  :should_include=>"true",
data/trinitycrmod.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: trinitycrmod 0.5.5 ruby lib
5
+ # stub: trinitycrmod 0.5.6 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trinitycrmod"
9
- s.version = "0.5.5"
9
+ s.version = "0.5.6"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trinitycrmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock