coderunner 0.14.10 → 0.14.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/coderunner.gemspec +3 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6d4b25de2cf02ad35a7f69356647f1306cc6828
4
- data.tar.gz: a5d548cd6c280347b9bcf83970787f6429be6b3d
3
+ metadata.gz: 886865324b5cca653fc6936737835a1e0157b6b6
4
+ data.tar.gz: 343b96a3efda0f36dfc71350fbe1ee60849439f2
5
5
  SHA512:
6
- metadata.gz: 7c5edc2c211aebc654e930480e26ba04e657826fdea4d2eb919dce4e3f9864716e4487c07c811cc3c85e428fd85c1ca12e7bb54bd5ea4252ffdd8a98683ccd2b
7
- data.tar.gz: d37d6299183ffba65d4c377e53156a1af37494ae897f766d2bce67d4a56af969ca584b9fc3a7ab611c8c010960f64cac162595e2707e420fe8b8c89c6adbd83c
6
+ metadata.gz: 88ad20b5215150e18df660385bee5b2a67a13c8dc41a9346f9bca4cbd5b761111cafad8b265799fad5358b05d9157853468e894e75e35edddae526b2c689482d
7
+ data.tar.gz: eacc9765e09ac5170e77b78ff7f97cff93e63a2114353753479fe895355a6c6cc1f4f0dbccb147f66fddafbfa94ccc71743d0246c3f242389ca9f2a1e46707ee
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.14.10
1
+ 0.14.11
data/coderunner.gemspec CHANGED
@@ -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.14.10 ruby lib
5
+ # stub: coderunner 0.14.11 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.14.10"
10
+ s.version = "0.14.11"
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-02-24"
15
+ s.date = "2014-02-25"
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"]
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.14.10
4
+ version: 0.14.11
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-02-24 00:00:00.000000000 Z
11
+ date: 2014-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphkit