trinitycrmod 0.7.10 → 0.7.11
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/trinity_gs2.rb +4 -0
- data/trinitycrmod.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 36119c68f3dac153b35dde5198b340eda02f49f6
|
|
4
|
+
data.tar.gz: 5e6d7cc2337b08267e850e7249387ad65f4bc59f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b236b20bdf6cb600cf11d5b347b19eb8d4babb6660cbc138064e6c1a2a1ee4cea3c8d4597ccf57a126260d81024e351055ee96fd5f556e8894826af25bba4f8
|
|
7
|
+
data.tar.gz: cc40887e2dc1640ff367ce171b2394bde5ca547bd980793d7d3bde685063a1b3e4313e0e6b885e299e5f37a50dd4fe84ff84ff76a378b5fe4c4f5cf61085936f
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.11
|
|
@@ -49,6 +49,8 @@ class CodeRunner
|
|
|
49
49
|
include TrinityComponent
|
|
50
50
|
end
|
|
51
51
|
|
|
52
|
+
|
|
53
|
+
|
|
52
54
|
# This function creates a new Trinity defaults file, with Trinity parameters taken from
|
|
53
55
|
# trinity_input_file, and GS2 parameters taken from gs2_input_file. The file is then moved
|
|
54
56
|
# to the CodeRunner central defaults location, the current folder is configured to use
|
|
@@ -173,4 +175,6 @@ EOF2
|
|
|
173
175
|
end
|
|
174
176
|
end
|
|
175
177
|
|
|
178
|
+
# Backwards compatibility
|
|
179
|
+
Gs2::TrinityComponent = Trinity::TrinityComponent::Gs2
|
|
176
180
|
end
|
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.7.
|
|
5
|
+
# stub: trinitycrmod 0.7.11 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "trinitycrmod"
|
|
9
|
-
s.version = "0.7.
|
|
9
|
+
s.version = "0.7.11"
|
|
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-07-
|
|
14
|
+
s.date = "2015-07-30"
|
|
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.7.
|
|
4
|
+
version: 0.7.11
|
|
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-07-
|
|
11
|
+
date: 2015-07-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: coderunner
|