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 +4 -4
- data/VERSION +1 -1
- data/lib/trinitycrmod/namelists.rb +15 -4
- data/trinitycrmod.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 413b38bd4ccf40719be5c2e6f2c7e2b622d7f1ef
|
|
4
|
+
data.tar.gz: 91dd192ff90d43e2ac44754704c17677ca969308
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 974f20c0da920ef1034433be4fc110feef9ff24ba7d08bb99ea2e80a7af357440363ee8b7975c7c7ad20c3536534ef2cc46fbbbb5540eea03acbf9bcec02a777
|
|
7
|
+
data.tar.gz: 5a98b2ea9f517611acc52696caad15cc9c8477980e00b0872cc3277caef7a50343fa8c3d26f170a7d713dab14c923a5356e278629f5e1872294bb19ced48b924
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.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=>
|
|
1127
|
-
:help=>
|
|
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
|
+
# 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.
|
|
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"]
|