drbqs 0.0.11 → 0.0.12

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.0.11
1
+ 0.0.12
data/bin/drbqs-manage CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'drbqs'
4
4
  require 'optparse'
5
5
 
6
- Version = '0.0.1'
6
+ Version = '0.0.12'
7
7
 
8
8
  help_message =<<HELP
9
9
  Usage: #{File.basename(__FILE__)} <command> [arguments ...]
data/bin/drbqs-node CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'drbqs'
4
4
  require 'optparse'
5
5
 
6
- Version = '0.0.1'
6
+ Version = '0.0.12'
7
7
 
8
8
  help_message =<<HELP
9
9
  Usage: #{File.basename(__FILE__)} [<uri>] [<process_number>] [options ...]
@@ -91,7 +91,7 @@ process_num.times do |i|
91
91
  fork do
92
92
  if options[:log_prefix]
93
93
  logfile = FileName.create(options[:log_prefix], :position => :suffix, :type => :time,
94
- :add => :always, :directory => true,
94
+ :add => :always, :directory => :parent,
95
95
  :format => lambda { |t| t.strftime("%Y%m%d_%H%M_#{Process.pid}.log") })
96
96
  else
97
97
  logfile = STDOUT
data/bin/drbqs-server CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'drbqs'
4
4
  require 'optparse'
5
5
 
6
- Version = '0.0.1'
6
+ Version = '0.0.12'
7
7
 
8
8
  help_message =<<HELP
9
9
  Usage: #{File.basename(__FILE__)} <definition.rb> [other files ...] [options ...]
data/drbqs.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{drbqs}
8
- s.version = "0.0.11"
8
+ s.version = "0.0.12"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Takayuki YAMAGUCHI"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: drbqs
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.11
5
+ version: 0.0.12
6
6
  platform: ruby
7
7
  authors:
8
8
  - Takayuki YAMAGUCHI
@@ -203,7 +203,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
203
203
  requirements:
204
204
  - - ">="
205
205
  - !ruby/object:Gem::Version
206
- hash: -783083245369623093
206
+ hash: 1639087965514593452
207
207
  segments:
208
208
  - 0
209
209
  version: "0"