trinitycrmod 0.7.10 → 0.7.11

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: 59655baa86e50524326029a9c4e76ada184c8740
4
- data.tar.gz: 2875925a6c45131c6b02f289ad58cc20a78e8181
3
+ metadata.gz: 36119c68f3dac153b35dde5198b340eda02f49f6
4
+ data.tar.gz: 5e6d7cc2337b08267e850e7249387ad65f4bc59f
5
5
  SHA512:
6
- metadata.gz: a9985f4d8f5aa2d8ca35b7ddf2cb53d267d7d00634bb7a717f8135559ad69ed166f2cf51251bf6e3e8cc27669c37aac22fbbfc7aeffad4ebcf2a6518b8c7195a
7
- data.tar.gz: f3053c7182f9b59b291187c126a363e02b79cf8b60f6b7f20026a2932909e35308e19a55a22a492876bf9b129958327792edcc683384a49592943e44a343d961
6
+ metadata.gz: 9b236b20bdf6cb600cf11d5b347b19eb8d4babb6660cbc138064e6c1a2a1ee4cea3c8d4597ccf57a126260d81024e351055ee96fd5f556e8894826af25bba4f8
7
+ data.tar.gz: cc40887e2dc1640ff367ce171b2394bde5ca547bd980793d7d3bde685063a1b3e4313e0e6b885e299e5f37a50dd4fe84ff84ff76a378b5fe4c4f5cf61085936f
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.10
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.10 ruby lib
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.10"
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-29"
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.10
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-29 00:00:00.000000000 Z
11
+ date: 2015-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coderunner