rbatch 2.1.8 → 2.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@ module RBatch
29
29
 
30
30
  # double_run_check
31
31
  if ( @vars[:forbid_double_run])
32
- RBatch::DoubleRunChecker.check(@pvars[:rogram_base]) #raise error if check is NG
32
+ RBatch::DoubleRunChecker.check(@vars[:program_base]) #raise error if check is NG
33
33
  RBatch::DoubleRunChecker.make_lock_file(@vars[:program_base])
34
34
  end
35
35
  # load_lib
@@ -1,3 +1,3 @@
1
1
  module RBatch
2
- VERSION = "2.1.8"
2
+ VERSION = "2.1.9"
3
3
  end
@@ -12,7 +12,7 @@ describe "RBatch" do
12
12
  Dir.mkdir(@log_dir)
13
13
  Dir.mkdir(@conf_dir)
14
14
  open( File.join(@home,".rbatchrc") , "a" ){|f|
15
- f.write("log_name : hoge.log")
15
+ f.write("log_name : hoge.log \nforbid_double_run : true")
16
16
  }
17
17
 
18
18
  open( File.join(@conf_dir,"rspec.yaml") , "a" ){|f|
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rbatch
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.1.8
5
+ version: 2.1.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - fetaro
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2014-03-17 00:00:00 Z
13
+ date: 2014-04-14 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: Batch Script Framework