coderunner 0.15.5 → 0.15.6

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: ec635ffb47761bef0c0988c94ded135d3d025640
4
- data.tar.gz: c1e608e3eda8229901769360701a7d048de18847
3
+ metadata.gz: 8713fa11c4a4f698151a81038a5c1dcbb0493481
4
+ data.tar.gz: a19fe0ed0368d2817e6ffc94da10c4a7e93e20b3
5
5
  SHA512:
6
- metadata.gz: 721bc09ca1bcc535d98c5f1ea385056982ccf6ed606b151c80d387122d99a308edc239bdf20d5aa0e8a40a6444fb75bd3bc7697cf385bfd47a9b74c6d118572e
7
- data.tar.gz: ec70c1b71a9d4ec2da7b6c3e65afd5ebd917f0205e670331e708f0e9b14aa6f46a23aaa1af51c935a0d663190b9f5d3cdc61c2418fdd6a19fc2c07d26260d7ac
6
+ metadata.gz: c9977b1e776f99f200f031e8f85b1cf0cb0efc9ef6aca202fa39e5832f36337015c402d43b872939f386bba92f75400e4fc17d51ec7980d0893d82ebc8502a74
7
+ data.tar.gz: f39416543e655fc1d8e0099d229948409049620b24bfe40928065bdceab23c3606c9ace31e6670f4a990499cf0585fae93926a273ccd9c8043cc360bf6a24f44
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.15.5
1
+ 0.15.6
@@ -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: coderunner 0.15.5 ruby lib
5
+ # stub: coderunner 0.15.6 ruby lib
6
6
  # stub: ext/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "coderunner"
10
- s.version = "0.15.5"
10
+ s.version = "0.15.6"
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"]
15
- s.date = "2014-11-21"
15
+ s.date = "2014-12-04"
16
16
  s.description = "CodeRunner is a framework for the automated running and analysis of simulations. It automatically generates any necessary input files, organises the output data and analyses it. Because it is a modular system, it can easily be customised to work with any system and any simulation code. One of its greatest strengths is that it is independent of any one simulation code; thus it can easily plot and compare the data from different codes."
17
17
  s.email = "edmundhighcock@sourceforge.net"
18
18
  s.executables = ["coderunner"]
@@ -628,7 +628,6 @@ EOF
628
628
  # exit
629
629
  end
630
630
  runner.submit(runs, nprocs: copts[:n], version: copts[:v], skip: copts[:k], job_chain: copts[:J], no_update_before_submit: copts[:no_update_before_submit])
631
- #puts "Got here"
632
631
  #exit(0)
633
632
  end
634
633
  # Fetch a runner appropriate for submitting simulations. In
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coderunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.5
4
+ version: 0.15.6
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-11-21 00:00:00.000000000 Z
11
+ date: 2014-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphkit