genecrmod 0.1.4 → 0.1.5

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: fc521d54eaad95dd45e39c6b0f85bfc30617491d
4
- data.tar.gz: 3cc5e327ef26e61efac091af0cbaa9808e0f228a
3
+ metadata.gz: 2b678cea33d11451d79b9073cff012686a31f0d1
4
+ data.tar.gz: cf640434929d7db2cb547622da4e864441cec71d
5
5
  SHA512:
6
- metadata.gz: 91056259c1f66717946795b669e09ba0c1cb1d524e036555a3ec14c694ca1a5a94985fdb5f67fd5f3c0eab0ff901d685aadcc2cf39d329852855c0a46dd4a1f5
7
- data.tar.gz: 168750347667e982e0ee42a84625f11da2f8a1872cd26f7225f37193dcd92c8aac8fc8da5058e09964871051303de777652a01eaeb1a517b556d822639972f6a
6
+ metadata.gz: 59134110b0bf4c93ee119bebdf6399413b965c76767355c73054d8b60432a01b4d9dd39e5c6135933cdd58e16a559a67ccb99ed59be0c9c7ba2e41a63d548eb0
7
+ data.tar.gz: 6ead03e73dac0afdc899ba47cc1083643ca1fd944bc6565fff91c5034d1f6571cf54a6bf5624d74de13b8ea9421b23bec789375fc0a447d7cfb3191178122418
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
data/genecrmod.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: genecrmod 0.1.4 ruby lib
5
+ # stub: genecrmod 0.1.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "genecrmod"
9
- s.version = "0.1.4"
9
+ s.version = "0.1.5"
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-07-18"
14
+ s.date = "2014-07-22"
15
15
  s.description = "A module which allows the GENE gyrokinetic code to be run using the CodeRunner framework. "
16
16
  s.email = "edmundhighcock@users.sourceforge.net"
17
17
  s.extra_rdoc_files = [
@@ -204,7 +204,7 @@ class CodeRunner
204
204
  end
205
205
 
206
206
  def get_status
207
- if @running
207
+ if @running and @status != :Queueing
208
208
  get_completed_timesteps
209
209
  if completed_timesteps == 0
210
210
  @status = :NotStarted
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: genecrmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
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-07-18 00:00:00.000000000 Z
11
+ date: 2014-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coderunner