gs2crmod 0.11.58 → 0.11.59

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 11ed845e05afb808191f73d4ace5d22d5e6b9b97
4
+ data.tar.gz: ce01b9697ac0e72ec05ac109e29d0a9d042e1024
5
+ SHA512:
6
+ metadata.gz: dd9ef99e446880c00cf1499f7dfba2247dda852dca510a8b9698bc0d4c8fbaa762ac3b4c36999178860d5fba262b09a17f92cdc6add814fd4497bcea447b8c2a
7
+ data.tar.gz: fb1685f7c6480bb3bbe00f40375df7e662f5d1a79d58a8cefb2067330b13cc3b5cc9a6f4db7a23ae81531d5c61cb2ede0ddd07bfe340f00ada21c625db2236e9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.58
1
+ 0.11.59
data/gs2crmod.gemspec CHANGED
@@ -2,14 +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.59 ruby lib
6
+ # stub: ext/extconf.rb
5
7
 
6
8
  Gem::Specification.new do |s|
7
9
  s.name = "gs2crmod"
8
- s.version = "0.11.58"
10
+ s.version = "0.11.59"
9
11
 
10
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
+ s.require_paths = ["lib"]
11
14
  s.authors = ["Edmund Highcock", "Ferdinand van Wyk"]
12
- s.date = "2014-07-26"
15
+ s.date = "2014-07-28"
13
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."
14
17
  s.email = "edmundhighcock@sourceforge.net"
15
18
  s.extensions = ["ext/extconf.rb"]
@@ -75,13 +78,12 @@ Gem::Specification.new do |s|
75
78
  ]
76
79
  s.homepage = "http://gs2crmod.sourceforge.net"
77
80
  s.licenses = ["GSLv3"]
78
- s.require_paths = ["lib"]
79
81
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.1")
80
- s.rubygems_version = "1.8.11"
82
+ s.rubygems_version = "2.2.2"
81
83
  s.summary = "Module to allow CodeRunner to run and analyse the GS2 and AstroGK codes."
82
84
 
83
85
  if s.respond_to? :specification_version then
84
- s.specification_version = 3
86
+ s.specification_version = 4
85
87
 
86
88
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
87
89
  s.add_runtime_dependency(%q<coderunner>, [">= 0.14.15"])