cronoscrmod 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -0,0 +1,66 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = "cronoscrmod"
8
+ s.version = "0.1.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Edmund Highcock"]
12
+ s.date = "2013-10-17"
13
+ s.description = "A module to allow CodeRunner to run the integrated tokamak modelling suite Cronos. Requires matlab and matlab-ruby (Cronos also requires Matlab)."
14
+ s.email = "edmundhighcock@users.sourceforge.net"
15
+ s.extra_rdoc_files = [
16
+ "LICENSE.txt",
17
+ "README.md",
18
+ "README.md.orig",
19
+ "README.rdoc"
20
+ ]
21
+ s.files = [
22
+ ".document",
23
+ "Gemfile",
24
+ "LICENSE.txt",
25
+ "README.md",
26
+ "README.rdoc",
27
+ "Rakefile",
28
+ "VERSION",
29
+ "cronoscrmod.gemspec",
30
+ "lib/cronoscrmod.rb",
31
+ "lib/cronoscrmod/cronos.rb",
32
+ "lib/cronoscrmod/defaults_files/cronos_defaults.rb",
33
+ "test/helper.rb",
34
+ "test/test_cronoscrmod.rb"
35
+ ]
36
+ s.homepage = "http://github.com/edmundhighcock/cronoscrmod"
37
+ s.licenses = ["MIT"]
38
+ s.require_paths = ["lib"]
39
+ s.rubygems_version = "1.8.23"
40
+ s.summary = "A module to allow CodeRunner to run the integrated tokamak modelling suite Cronos"
41
+
42
+ if s.respond_to? :specification_version then
43
+ s.specification_version = 3
44
+
45
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
46
+ s.add_runtime_dependency(%q<coderunner>, [">= 0.13.18"])
47
+ s.add_development_dependency(%q<shoulda>, [">= 0"])
48
+ s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
49
+ s.add_development_dependency(%q<bundler>, ["> 1.0.0"])
50
+ s.add_development_dependency(%q<jeweler>, [">= 1.8.4"])
51
+ else
52
+ s.add_dependency(%q<coderunner>, [">= 0.13.18"])
53
+ s.add_dependency(%q<shoulda>, [">= 0"])
54
+ s.add_dependency(%q<rdoc>, ["~> 3.12"])
55
+ s.add_dependency(%q<bundler>, ["> 1.0.0"])
56
+ s.add_dependency(%q<jeweler>, [">= 1.8.4"])
57
+ end
58
+ else
59
+ s.add_dependency(%q<coderunner>, [">= 0.13.18"])
60
+ s.add_dependency(%q<shoulda>, [">= 0"])
61
+ s.add_dependency(%q<rdoc>, ["~> 3.12"])
62
+ s.add_dependency(%q<bundler>, ["> 1.0.0"])
63
+ s.add_dependency(%q<jeweler>, [">= 1.8.4"])
64
+ end
65
+ end
66
+
@@ -1,6 +1,6 @@
1
1
  eputs "The Cronos CodeRunner module is written by Edmund Highcock, based on MatLab tools written by Jonathan Citrin" unless $has_put_startup_message_for_coderunner
2
2
 
3
- require 'matlab'
3
+ #require 'matlab'
4
4
  class CodeRunner
5
5
  class Cronos < Run
6
6
  # Where this file is
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cronoscrmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -109,6 +109,7 @@ files:
109
109
  - README.rdoc
110
110
  - Rakefile
111
111
  - VERSION
112
+ - cronoscrmod.gemspec
112
113
  - lib/cronoscrmod.rb
113
114
  - lib/cronoscrmod/cronos.rb
114
115
  - lib/cronoscrmod/defaults_files/cronos_defaults.rb
@@ -130,7 +131,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
130
131
  version: '0'
131
132
  segments:
132
133
  - 0
133
- hash: 3245162892836041727
134
+ hash: 2607351872289710569
134
135
  required_rubygems_version: !ruby/object:Gem::Requirement
135
136
  none: false
136
137
  requirements: