coderunner 0.17.9 → 0.17.10

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: 5e6843e2dc44abe935b401309cf46728b946d265
4
- data.tar.gz: 5132c8b8e8a654fa9171131932300ae53a395d32
3
+ metadata.gz: f0e504a2e59de06cb0a2803fdd41d48c2a59bd3e
4
+ data.tar.gz: e64ebfe6d3a4133ee367a12f07e69c668804b7d0
5
5
  SHA512:
6
- metadata.gz: 3ede6b196e631c50df528ccdf1de9220ef459e19bda95ea6c3073c704efec1dee7f0de0fb9e6cbaa21ff840e37da345f0dfcc915e9046d61a75ee490dec4ee83
7
- data.tar.gz: c986de6c59ff17f8f2923c1705775de99fc434aa5dd8b990e44cfecc3b8b3d6a639c3327654962019c494e0759db9922e0cca4891ecb92ccc52e3ac82fe0378a
6
+ metadata.gz: bcd46fc24d685d4a8054bcddc319bc7cd461659f2f4c7f25be8a6abcef88204e333d0937d78d92aa275674b7c6c8fb75cb5bf3befdee485685abecf5e9b18ca7
7
+ data.tar.gz: b4ce04ca83e0c64bea321044f4a801be2645f099e534f444fbf92d302ae99b6f27cd12e05fa011585f59cd3d0bfaaef61ade57ca141d27e3915830f1acd2ef8a
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.17.9
1
+ 0.17.10
@@ -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.17.9 ruby lib
5
+ # stub: coderunner 0.17.10 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.17.9"
10
+ s.version = "0.17.10"
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 = "2015-12-22"
15
+ s.date = "2016-01-21"
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", "coderunnerrepo"]
@@ -1,5 +1,5 @@
1
1
 
2
- $stderr.puts "CodeRunner (c) 2009 Edmund Highcock. Loading..." unless $has_put_startup_message_for_code_runner
2
+ $stderr.puts "CodeRunner (c) 2009-2016. Written by Edmund Highcock & Ferdinand van Wyk. Loading..." unless $has_put_startup_message_for_code_runner
3
3
 
4
4
  if RUBY_VERSION.to_f < 1.9
5
5
  raise "Ruby version 1.9 or greater required (current version is #{RUBY_VERSION})"
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.17.9
4
+ version: 0.17.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-22 00:00:00.000000000 Z
11
+ date: 2016-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphkit