coderunner 0.11.3 → 0.11.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.3
1
+ 0.11.4
data/bin/coderunner ADDED
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ begin
4
+ require 'coderunner'
5
+ rescue LoadError
6
+ require 'rubygems'
7
+ require 'coderunner'
8
+ end
9
+
10
+ CodeRunner.run_script
data/coderunner.gemspec CHANGED
@@ -5,13 +5,14 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "coderunner"
8
- s.version = "0.11.3"
8
+ s.version = "0.11.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Edmund Highcock"]
12
- s.date = "2012-10-08"
12
+ s.date = "2012-10-09"
13
13
  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."
14
14
  s.email = "edmundhighcock@sourceforge.net"
15
+ s.executables = ["coderunner"]
15
16
  s.extensions = ["ext/extconf.rb"]
16
17
  s.extra_rdoc_files = [
17
18
  "LICENSE.txt",
@@ -26,6 +27,7 @@ Gem::Specification.new do |s|
26
27
  "README.rdoc",
27
28
  "Rakefile",
28
29
  "VERSION",
30
+ "bin/coderunner",
29
31
  "coderunner.gemspec",
30
32
  "ext/code_runner_ext.c",
31
33
  "ext/extconf.rb",
@@ -101,7 +101,7 @@ EOF
101
101
  file.puts CodeRunner::InteractiveMethods::INTERACTIVE_METHODS
102
102
  end
103
103
  # asdfa
104
- exec %[#{Config::CONFIG['bindir']}/irb#{Config::CONFIG['ruby_install_name'].sub(/ruby/, '')} -f -I '#{Dir.pwd}' -I '#{SCRIPT_FOLDER}' -I '#{ENV['HOME']}' -r '.code_runner_interactive_options' -r 'coderunner' -r .int.tmp ]
104
+ exec %[#{RbConfig::CONFIG['bindir']}/irb#{Config::CONFIG['ruby_install_name'].sub(/ruby/, '')} -f -I '#{Dir.pwd}' -I '#{SCRIPT_FOLDER}' -I '#{ENV['HOME']}' -r '.code_runner_interactive_options' -r 'coderunner' -r .int.tmp ]
105
105
  end
106
106
 
107
107
 
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.11.3
4
+ version: 0.11.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-08 00:00:00.000000000 Z
12
+ date: 2012-10-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: graphkit
@@ -162,7 +162,8 @@ description: CodeRunner is a framework for the automated running and analysis of
162
162
  it is independent of any one simulation code; thus it can easily plot and compare
163
163
  the data from different codes.
164
164
  email: edmundhighcock@sourceforge.net
165
- executables: []
165
+ executables:
166
+ - coderunner
166
167
  extensions:
167
168
  - ext/extconf.rb
168
169
  extra_rdoc_files:
@@ -177,6 +178,7 @@ files:
177
178
  - README.rdoc
178
179
  - Rakefile
179
180
  - VERSION
181
+ - bin/coderunner
180
182
  - coderunner.gemspec
181
183
  - ext/code_runner_ext.c
182
184
  - ext/extconf.rb
@@ -231,7 +233,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
231
233
  version: '0'
232
234
  segments:
233
235
  - 0
234
- hash: -4238312090004986134
236
+ hash: 1606538547835588416
235
237
  required_rubygems_version: !ruby/object:Gem::Requirement
236
238
  none: false
237
239
  requirements: