coderunner 0.18.4 → 0.18.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. data/VERSION +1 -1
  4. data/coderunner.gemspec +4 -4
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ba84524fafb788362465185efafb3c96379faa8
4
- data.tar.gz: 900c258369075d4d9e4e25e2f6e7af70ce30bb8b
3
+ metadata.gz: 1ec0fbe7c7bcfbae46dc0ef6e507f579d3b948cb
4
+ data.tar.gz: c661263b37fc50fce3db4069e25b7a251a18c941
5
5
  SHA512:
6
- metadata.gz: 32eb6a0fee8879aa4357742bd1f55454c4d58d8729ede7e785faf301c337d77e5620cc40d28956b702394093eaa64ef22e66b4d35d870727b169258525f1b9ef
7
- data.tar.gz: 2b13a6af44f5486525ea8a92dcbef514188e3d7f2e1105037f74c1b99ea39569c0e5039768fb99ddec4f5bfe271b49516447a109566566b8dbc66fe02ac8252b
6
+ metadata.gz: 579909891226d9e28d509ea5efb5904d9877843be89abd25bba4cf5af7e95a34496a3c426ea2e5e4a0c04d66039e071e9220aa7691d0e60de4aec9638ee76c6a
7
+ data.tar.gz: eea537ca420587beb9eb558c5922b6c128f12cb77d588ddbb174210da5a5d93256c518280a8dc0b9456c30688f312c2068da3b5540971a66e6f9cf2af580fdd0
data/Rakefile CHANGED
@@ -15,12 +15,12 @@ require 'jeweler'
15
15
  Jeweler::Tasks.new do |gem|
16
16
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
17
  gem.name = "coderunner"
18
- gem.homepage = "http://coderunner.sourceforge.net"
18
+ gem.homepage = "http://coderunner-framework.github.io/coderunner"
19
19
  gem.license = "GPLv3"
20
20
  gem.rubyforge_project = gem.name
21
21
  gem.summary = %Q{A framework for the automated running and analysis of simulations.}
22
22
  gem.description = %Q{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.}
23
- gem.email = "edmundhighcock@sourceforge.net"
23
+ gem.email = "edmundhighcock@users.sourceforge.net"
24
24
  gem.authors = ["Edmund Highcock"]
25
25
  gem.extensions = "ext/extconf.rb"
26
26
  gem.files.include('ext/*.c', 'include/*.h', 'ext/*.rb')
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.18.4
1
+ 0.18.5
data/coderunner.gemspec CHANGED
@@ -2,19 +2,19 @@
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.4 ruby lib
5
+ # stub: coderunner 0.18.5 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.4"
10
+ s.version = "0.18.5"
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
15
  s.date = "2016-05-11"
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
- s.email = "edmundhighcock@sourceforge.net"
17
+ s.email = "edmundhighcock@users.sourceforge.net"
18
18
  s.executables = ["coderunner", "coderunnerrepo"]
19
19
  s.extensions = ["ext/extconf.rb"]
20
20
  s.extra_rdoc_files = [
@@ -104,7 +104,7 @@ Gem::Specification.new do |s|
104
104
  "test/old_test.rb",
105
105
  "test/test_coderunner.rb"
106
106
  ]
107
- s.homepage = "http://coderunner.sourceforge.net"
107
+ s.homepage = "http://coderunner-framework.github.io/coderunner"
108
108
  s.licenses = ["GPLv3"]
109
109
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.1")
110
110
  s.rubyforge_project = "coderunner"
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.4
4
+ version: 0.18.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
@@ -184,7 +184,7 @@ description: CodeRunner is a framework for the automated running and analysis of
184
184
  work with any system and any simulation code. One of its greatest strengths is that
185
185
  it is independent of any one simulation code; thus it can easily plot and compare
186
186
  the data from different codes.
187
- email: edmundhighcock@sourceforge.net
187
+ email: edmundhighcock@users.sourceforge.net
188
188
  executables:
189
189
  - coderunner
190
190
  - coderunnerrepo
@@ -275,7 +275,7 @@ files:
275
275
  - test/helper.rb
276
276
  - test/old_test.rb
277
277
  - test/test_coderunner.rb
278
- homepage: http://coderunner.sourceforge.net
278
+ homepage: http://coderunner-framework.github.io/coderunner
279
279
  licenses:
280
280
  - GPLv3
281
281
  metadata: {}