trinitycrmod 0.3.12 → 0.3.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a84258c4e74cbad84b2cd657f8aea092d9cc7bf4
4
- data.tar.gz: f1a9bec20a809cf64c63ad0a808edb6ae931e4da
3
+ metadata.gz: 3d2ef4fd99f2fb91796b24eb355e7b0ebcab15e5
4
+ data.tar.gz: b7a37ef5c1b4800f45f93fcdcbe744b97cff2c8f
5
5
  SHA512:
6
- metadata.gz: 14b7f43998e0d4707f6e77a929bcca7395f54a464740b5402c5e5e49a575b4e690e11bc5b6b71f4cea90bba67f1950e7ea68b1c1e34ef4f0a22e5721f7778f14
7
- data.tar.gz: 687755340f32f4cc6e59925f338c227c400aa20ed4709f39ebf68023d18a1c558a46306eee2c600cb8fe34b79dcbddb56471867945dcdd2b81a1b5968c362243
6
+ metadata.gz: 306f69b914d425db2dec8fb648ae78d88c7f65e9e1414af109f11f235d5b16027016a1eddf93dc8cac0114d0c38f6ee186fe07b2fa1ac14045b53f66316a063a
7
+ data.tar.gz: 56c99a4d5ff0923bac70a1aaec53501c49f87996c765c50fb6c4fdbf7b67bb9e734e361be772eb03130a8f89bd945e78d6842d3339bdf8c45fe8dcbb837077bd
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.12
1
+ 0.3.13
@@ -1293,7 +1293,20 @@
1293
1293
  :explanation=>
1294
1294
  "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
1295
1295
  :type=>:Float,
1296
- :autoscanned_defaults=>[1.0]}}},
1296
+ :autoscanned_defaults=>[1.0]},
1297
+ :tritium_fraction=>
1298
+ {:should_include=>"true",
1299
+ :description=>
1300
+ " If > 0.0 sets the fraction of tritium in alpha_power, overriding anyother data",
1301
+ :help=>
1302
+ " If > 0.0 sets the fraction of tritium in alpha_power, overriding anyother data",
1303
+ :code_name=>:tritium_fraction,
1304
+ :must_pass=>
1305
+ [{:test=>"kind_of? Numeric",
1306
+ :explanation=>
1307
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
1308
+ :type=>:Float,
1309
+ :autoscanned_defaults=>[-1.0]}}},
1297
1310
  :physics=>
1298
1311
  {:description=>"",
1299
1312
  :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.3.12 ruby lib
5
+ # stub: trinitycrmod 0.3.13 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trinitycrmod"
9
- s.version = "0.3.12"
9
+ s.version = "0.3.13"
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 = "2014-02-24"
14
+ s.date = "2014-02-25"
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.3.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-24 00:00:00.000000000 Z
11
+ date: 2014-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coderunner