coderunner 0.14.15 → 0.14.16

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: 79dd936b90d793d72c0b3852c6589ce580f0fd62
4
- data.tar.gz: 73e3671177c9bc6c8ee8f80d82d59b2d2caae776
3
+ metadata.gz: f02342c2ff349901cbd2d361c9619ac0efb03401
4
+ data.tar.gz: f040499a52713af1b238bc1683c8738f5870fd32
5
5
  SHA512:
6
- metadata.gz: a4977e1dd0355b34f24ba289f791e5696407912fff638a207598b15a6a10066cfa99e8b7c263ad857bd7cb361001f3c21240b73261a5e5c1739bbc341fedaacb
7
- data.tar.gz: ae64511fc428a7eac52406a0abbb0acb64db01157f7a9fccba36051aac947dd7418343dadc6c4120c7f9141b7f26fd6001e1ffec0330645f33a60ab71fb67225
6
+ metadata.gz: c820d8b2bea2ac147111a53ac23c4139ca3bf9ec12b6e8e21f9490a2fb5ab3d24e5a81f79d8153041825b5aa4df44ab582307ccb9efc2144935f878854477ed7
7
+ data.tar.gz: 1851d04d417e52c92b645ebeacec35706d9fd8915fa2a589a8b441ddfb7d1ae2e86f72b867b60687e4743b198abec6fa67604337cde1eda8d24c8190caa1657c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.14.15
1
+ 0.14.16
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.15 ruby lib
5
+ # stub: coderunner 0.14.16 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.15"
10
+ s.version = "0.14.16"
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-04-10"
15
+ s.date = "2014-05-26"
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"]
@@ -709,9 +709,9 @@ EOF
709
709
  copts[:p] = [copts[:p]].compact unless copts[:p].class == Array
710
710
  #for i in 0...copts[:p].size
711
711
  case copts[:h]
712
- when :c
712
+ when :c, :component
713
713
  copts[:h] = :component
714
- when :r
714
+ when :r, :real
715
715
  copts[:h] = :real
716
716
  else
717
717
  copts[:h] = :real
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.15
4
+ version: 0.14.16
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-04-10 00:00:00.000000000 Z
11
+ date: 2014-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphkit