coderunner 0.18.5 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ec0fbe7c7bcfbae46dc0ef6e507f579d3b948cb
4
- data.tar.gz: c661263b37fc50fce3db4069e25b7a251a18c941
3
+ metadata.gz: cfa930b068035e97a8b02f28c3363b27f2450386
4
+ data.tar.gz: be28ce8f20d6aa48fe7fc8cc59c8d7df4c93cdf8
5
5
  SHA512:
6
- metadata.gz: 579909891226d9e28d509ea5efb5904d9877843be89abd25bba4cf5af7e95a34496a3c426ea2e5e4a0c04d66039e071e9220aa7691d0e60de4aec9638ee76c6a
7
- data.tar.gz: eea537ca420587beb9eb558c5922b6c128f12cb77d588ddbb174210da5a5d93256c518280a8dc0b9456c30688f312c2068da3b5540971a66e6f9cf2af580fdd0
6
+ metadata.gz: 24f6c77ccc60ce6046586832ee31dd9a55c0cc0b46ee3dcbb4ca07cb8e6db52e20ac5d3b5af41b8784498f7ca6e7e5d7b1d827a013d1fa5cf1e8854375c7ade6
7
+ data.tar.gz: 2fdb5469b76eb5341e7412edc8db279a1204e9c9031122a884b2d0e59ef732ba3ecb63fdbd9ad054cb06484afbc9907cc1c1d0eecf93b9783511b215e291effa
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  CodeRunner
2
2
  ==========
3
3
 
4
+ [![Build Status](https://travis-ci.org/coderunner-framework/coderunner.svg?branch=master)](https://travis-ci.org/coderunner-framework/coderunner)
5
+
4
6
  CodeRunner is a framework for the automated running and analysis of
5
7
  simulations. It automatically generates any necessary input files, organises
6
8
  the output data and analyses it. Because it is a modular system, it can easily
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.18.5
1
+ 1.0.0
@@ -2,12 +2,12 @@
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.18.5 ruby lib
5
+ # stub: coderunner 1.0.0 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.18.5"
10
+ s.version = "1.0.0"
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"]
@@ -9,8 +9,8 @@ module MiniTest::Assertions
9
9
  end
10
10
  end
11
11
 
12
- unless $cpp_command = ENV['CPP']
13
- raise "Please specify the environment variable CPP (the C++ compiler)"
12
+ unless $cpp_command = ENV['CXX']
13
+ raise "Please specify the environment variable CXX (the C++ compiler)"
14
14
  end
15
15
 
16
16
  $ruby_command = "#{RbConfig::CONFIG['bindir']}/#{RbConfig::CONFIG['ruby_install_name']}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coderunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.5
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock