coderunner 1.0.13 → 1.0.14

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: 270c40ce9502ed4922e9d31a002ac34c2da4c449
4
- data.tar.gz: aaefadb15c042c1180932305d39af454f663af69
3
+ metadata.gz: 5815967524605ec84da5f2e79f108a7e881e472b
4
+ data.tar.gz: af9d1fa72956d87d4023ded2695b5c6d3c9eaabc
5
5
  SHA512:
6
- metadata.gz: 98ca8a6e6b738bb87edb845d99a65999b9a128d410e98c29e9a447b687a737768daf15dd8179f9dc07b4efba66b8f527ca30cf30921db2ab0b4d7c2cd257125e
7
- data.tar.gz: 445420d96ca8b7e84ada552119101b2c199d2a03ba1102cb214393cb7e6995e9ff9ad2d8fe6f431f572347dcdbf729aedb394140341ff173fc56af26c76eaf2b
6
+ metadata.gz: 6c1d686578d6bc2fc0389d4b5a2c5a2488e520aba90aaed6e2c5675e25a8b891733290767994e4778a23cb613f06adae95ec033581be8560c0f1876e74f5c8cd
7
+ data.tar.gz: 91a928c30ffeca46608b21cbc24c87fa885430b5c257ba0162805f93752d96651b60e6931e6891a4c4011b4ee1176c466567147577a82fb7b271aac4c83cf0a2
@@ -1,4 +1,5 @@
1
- sudo: false
1
+ sudo: required
2
+ #dist: precise
2
3
  language: ruby
3
4
  rvm:
4
5
  - 2.2.0
@@ -7,6 +8,9 @@ notifications:
7
8
  on_success: change
8
9
  on_failure: change
9
10
 
11
+ branches:
12
+ only:
13
+ 1.0.x
10
14
  addons:
11
15
  apt:
12
16
  packages:
@@ -34,4 +38,4 @@ install:
34
38
  - source $HOME/.bashrc
35
39
 
36
40
  script:
37
- - export CXX=g++ && rake test
41
+ - export CXX=g++ && export RUBYOPT=W0 && rake test
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.13
1
+ 1.0.14
@@ -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 1.0.13 ruby lib
5
+ # stub: coderunner 1.0.14 ruby lib
6
6
  # stub: ext/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "coderunner".freeze
10
- s.version = "1.0.13"
10
+ s.version = "1.0.14"
11
11
 
12
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
13
13
  s.require_paths = ["lib".freeze]
14
14
  s.authors = ["Edmund Highcock".freeze]
15
- s.date = "2018-02-06"
15
+ s.date = "2018-03-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.".freeze
17
17
  s.email = "edmundhighcock@users.sourceforge.net".freeze
18
18
  s.executables = ["coderunner".freeze, "coderunnerrepo".freeze]
@@ -315,7 +315,7 @@ def process_directory
315
315
  raise CRFatal.new("status must be one of #{PERMITTED_STATI.inspect}") unless PERMITTED_STATI.include? @status
316
316
  @max = {}
317
317
  write_results
318
- @component_runs = []
318
+ @component_runs ||= []
319
319
  generate_component_runs
320
320
  save
321
321
  commit_results if @runner.is_in_repo? and not @running
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: 1.0.13
4
+ version: 1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-06 00:00:00.000000000 Z
11
+ date: 2018-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphkit