nera 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ == 0.0.2 2009-03-26
2
+
3
+ * 1 major enhancement:
4
+ * 2 bug fixes
5
+ * bug fix of nera_addsim
6
+
1
7
  == 0.0.1 2009-03-25
2
8
 
3
9
  * 1 major enhancement:
data/bin/nera_addsim CHANGED
@@ -27,4 +27,4 @@ unless FileTest.directory?( folder_path)
27
27
  end
28
28
 
29
29
  require File.expand_path(File.dirname(__FILE__) + "/../lib/nera_addsim/make_simulator")
30
- test = NERA::CUI_Simulator_Adder.new('hoge')
30
+ NERA::CUI_Simulator_Adder.new(ARGV[0])
@@ -77,6 +77,7 @@ module NERA
77
77
  # ----------------------------------
78
78
  def initialize( path_to_file )
79
79
  @filename = path_to_file
80
+ @in_transaction = nil
80
81
  unless File.exist?(@filename)
81
82
  raise "No such database : #{@filename}"
82
83
  end
data/lib/nera.rb CHANGED
@@ -21,5 +21,5 @@ require 'nera_simulator_layer_controller'
21
21
  require 'nera_simulator_records'
22
22
 
23
23
  module NERA
24
- VERSION = '0.0.1'
24
+ VERSION = '0.0.2'
25
25
  end
@@ -3,7 +3,7 @@ require File.dirname(__FILE__) + '/test_helper'
3
3
  class TC_NERA_DB_FOLDERS < Test::Unit::TestCase
4
4
 
5
5
  def setup
6
- @testdir = "test"
6
+ @testdir = "testdir"
7
7
  FileUtils.mkdir(@testdir)
8
8
  FileUtils.chdir(@testdir)
9
9
 
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.0.1
4
+ version: 0.0.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-03-26 00:00:00 +09:00
12
+ date: 2009-03-27 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency