crusher 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/crusher/load_generator.rb +3 -0
- metadata +4 -4
@@ -5,6 +5,9 @@ module Crusher
|
|
5
5
|
def initialize(crush_session, options)
|
6
6
|
@crush_session = crush_session
|
7
7
|
@options = options
|
8
|
+
|
9
|
+
Dir.mkdir @options[:stats_log_dir] if @options[:stats_log_dir] && !File.exist?(@options[:stats_log_dir])
|
10
|
+
|
8
11
|
begin
|
9
12
|
@log_file = File.open(options[:log_file], 'a') if options[:log_file]
|
10
13
|
rescue Errno::ENOENT
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: crusher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 4
|
10
|
+
version: 0.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- phene
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-11-
|
19
|
+
date: 2010-11-09 00:00:00 -08:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|