gs2crmod 0.11.95 → 0.11.96

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: acd1df180dc8c96f5e5371fa62c6392dfdc8ea26
4
- data.tar.gz: 8ca8e2d24647779ffec8af4c3edafc77a5d3ff3f
3
+ metadata.gz: cca27c9131bc0c48eb8c149785757b2da02ee031
4
+ data.tar.gz: b3e30eec7376212cd95f7d1a2035ae36b1516170
5
5
  SHA512:
6
- metadata.gz: 3d2a83f12d96d5bb66c05db358928fe2a14f314ca65c9520a53aa7d4eb54a1cd1f42848ad6e242b254431faab28286c67c4bd23a6ebd29171c3c9e0afb8d3236
7
- data.tar.gz: 70ea1b756d2b3b0b40955e91b66fe9dc58f17079e01027cdb176bfd40a1c65d6f8a44c9a636b3834e5a26e212239388323e3c8c92926f981d271469550543825
6
+ metadata.gz: a9a292c7b1b7ae3606d08d181b5d4e83f6fd124c9054679c2e5a7fa24728e0c4891d6ff4406167523999b8ef17a129792e876607b4e5a09677f510204795f9be
7
+ data.tar.gz: edb22bc987e5a35392bd69487593ce4addc7877ffef0ba0b903a182e1d92e777e9a69b2e2ba223146861c97210b5ab639563880568cdd7991d0090fcb8187b41
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.95
1
+ 0.11.96
data/gs2crmod.gemspec CHANGED
@@ -2,17 +2,17 @@
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: gs2crmod 0.11.95 ruby lib
5
+ # stub: gs2crmod 0.11.96 ruby lib
6
6
  # stub: ext/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "gs2crmod"
10
- s.version = "0.11.95"
10
+ s.version = "0.11.96"
11
11
 
12
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
13
  s.require_paths = ["lib"]
14
14
  s.authors = ["Edmund Highcock", "Ferdinand van Wyk"]
15
- s.date = "2015-05-17"
15
+ s.date = "2015-05-19"
16
16
  s.description = "GS2 is a gyrokinetic flux tube initial value turbulence code which can be used for fusion or astrophysical plasmas. CodeRunner is a framework for the automated running and analysis of large simulations. This module allows GS2 (and its sister code AstroGK) to harness the power of the CodeRunner framework."
17
17
  s.email = "edmundhighcock@sourceforge.net"
18
18
  s.extensions = ["ext/extconf.rb"]
@@ -101,7 +101,7 @@ class NetcdfSmartReader
101
101
  end
102
102
 
103
103
  def axiskit(variable, options)
104
- GraphKit::AxisKit.autocreate(data: read_variable(variable, options), units: @file.var(variable).att('Units').get, title: @file.var(variable).att('Description').get.sub(/(,|summed|average).*$/, '').sub(/[vV]alues of (the )?/, '').sub(/ coordinate/, ''))
104
+ GraphKit::AxisKit.autocreate(data: read_variable(variable, options), units: @file.var(variable).att('units').get, title: @file.var(variable).att('description').get.sub(/(,|summed|average).*$/, '').sub(/[vV]alues of (the )?/, '').sub(/ coordinate/, ''))
105
105
  end
106
106
  def dimension_variable_name(n)
107
107
  case n
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gs2crmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.95
4
+ version: 0.11.96
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-05-17 00:00:00.000000000 Z
12
+ date: 2015-05-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: coderunner