nera 0.5.1 → 0.5.2
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/History.txt +5 -0
- data/lib/nera/nera_simulator.rb +3 -0
- data/lib/nera.rb +1 -1
- data/website/index.html +1 -1
- data/website/temporary/temp.html +1 -1
- metadata +2 -2
data/History.txt
CHANGED
data/lib/nera/nera_simulator.rb
CHANGED
|
@@ -2,12 +2,15 @@ module NERA
|
|
|
2
2
|
|
|
3
3
|
class Simulator
|
|
4
4
|
|
|
5
|
+
Parameters = []
|
|
6
|
+
|
|
5
7
|
# instance variables
|
|
6
8
|
@param
|
|
7
9
|
attr_accessor :param
|
|
8
10
|
|
|
9
11
|
def initialize
|
|
10
12
|
@param = {}
|
|
13
|
+
self.class::Parameters.each do |pa| @param[ pa[0] ] = pa[2] end
|
|
11
14
|
end
|
|
12
15
|
|
|
13
16
|
# class methods, variables
|
data/lib/nera.rb
CHANGED
data/website/index.html
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
<div class="sidebar">
|
|
35
35
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/nera"; return false'>
|
|
36
36
|
<p>Get Version</p>
|
|
37
|
-
<a href="http://rubyforge.org/projects/nera" class="numbers">0.5.
|
|
37
|
+
<a href="http://rubyforge.org/projects/nera" class="numbers">0.5.2</a>
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|
|
40
40
|
<h2>What</h2>
|
data/website/temporary/temp.html
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
<div class="sidebar">
|
|
35
35
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/nera"; return false'>
|
|
36
36
|
<p>Get Version</p>
|
|
37
|
-
<a href="http://rubyforge.org/projects/nera" class="numbers">0.5.
|
|
37
|
+
<a href="http://rubyforge.org/projects/nera" class="numbers">0.5.2</a>
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|
|
40
40
|
<p>The database created by nera is a hierarchical database which consists of three layers.<br />
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nera
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yohsuke Murase
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-11-
|
|
12
|
+
date: 2009-11-30 00:00:00 +09:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|