trinitycrmod 0.6.4 → 0.6.5

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: 2df7eaa9f24abc78edb7a5284ca9453c2b0553d3
4
- data.tar.gz: 0fc1090b006703b2b8b74804f959d3bb619b1c48
3
+ metadata.gz: 7f4834c2c89e742e8f530dd631fec3f3b8e21a5a
4
+ data.tar.gz: f0551ce2986a4c54c6702c316ace6f0dd2393636
5
5
  SHA512:
6
- metadata.gz: 233a119e7fcfe46397407b367d683aeadb01f3419458857914a0f16b51ee6518d71c9d91e7b1031c4797b944e025d33a35a45b68187f1267ae359a566720eaf9
7
- data.tar.gz: 25ce426c576ab0667f324a10bf6d3100b97f1c08d4b4c9d5a61a516088affa91013f777811ac2e880ac46aed8289dffebbe03d0cf219ce5fd63826f414c7c2a5
6
+ metadata.gz: 7617dd16dfb0ccd092ad0d2dccf497c19f1fdb2ee0bf1f3ab233caad1f1de2bd975aa84d278aba9aecae8d5d92bf05610e20f8fe9b96dde1f28b849737a68650
7
+ data.tar.gz: 4b58fac9ce917f3c054eadc71a8a25a71a24db71e48b5f6b6d65bda118c6564d41815257bac07e2359aab3b0871a8ea3663d344b7c631b4462f1bc9f85e8a749
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.4
1
+ 0.6.5
@@ -891,14 +891,26 @@
891
891
  :autoscanned_defaults=>[".true."]},
892
892
  :calibrate_abs=>
893
893
  {:should_include=>"true",
894
- :description=>"Enforce positive calibration factor.",
895
- :help=>"Enforce positive calibration factor.",
894
+ :description=>" If true calibration factor is forced positive ",
895
+ :help=>" If true calibration factor is forced positive ",
896
896
  :code_name=>:calibrate_abs,
897
897
  :must_pass=>
898
898
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
899
899
  :explanation=>
900
900
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
901
- :type=>:Fortran_Bool}}},
901
+ :type=>:Fortran_Bool,
902
+ :autoscanned_defaults=>[".false."]},
903
+ :calib_option=>
904
+ {:should_include=>"true",
905
+ :description=>
906
+ "Sets interpolation of the calibration factor. 'default', 'piecewise_linear', or 'spline'.",
907
+ :help=>
908
+ "Which interpolation method to use for the calibration factor. 'default', 'piecewise_linear', or 'spline'.",
909
+ :code_name=>:calib_option,
910
+ :must_pass=>
911
+ [{:test=>"kind_of? String",
912
+ :explanation=>"This variable must be a string."}],
913
+ :type=>:String}}},
902
914
  :init=>
903
915
  {:description=>"",
904
916
  :should_include=>"true",
data/trinitycrmod.gemspec CHANGED
@@ -2,16 +2,16 @@
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.6.4 ruby lib
5
+ # stub: trinitycrmod 0.6.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trinitycrmod"
9
- s.version = "0.6.4"
9
+ s.version = "0.6.5"
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"]
13
13
  s.authors = ["Edmund Highcock"]
14
- s.date = "2015-02-16"
14
+ s.date = "2015-02-18"
15
15
  s.description = "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."
16
16
  s.email = "edmundhighcock@sourceforge.net"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trinitycrmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-16 00:00:00.000000000 Z
11
+ date: 2015-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coderunner