File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Gem::Specification.new do |s|
3
3
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
4
4
5
5
s . name = 'god'
6
- s . version = '0.9 .0'
6
+ s . version = '0.10 .0'
7
7
s . date = '2009-11-30'
8
8
9
9
s . summary = "Process monitoring framework."
@@ -120,6 +120,8 @@ Gem::Specification.new do |s|
120
120
test/configs/matias/matias.god
121
121
test/configs/real.rb
122
122
test/configs/running_load/running_load.god
123
+ test/configs/stop_options/simple_server.rb
124
+ test/configs/stop_options/stop_options.god
123
125
test/configs/stress/simple_server.rb
124
126
test/configs/stress/stress.god
125
127
test/configs/task/logs/.placeholder
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ def safe_attr_accessor(*args)
150
150
end
151
151
152
152
module God
153
- VERSION = '0.9 .0'
153
+ VERSION = '0.10 .0'
154
154
LOG_BUFFER_SIZE_DEFAULT = 100
155
155
PID_FILE_DIRECTORY_DEFAULTS = [ '/var/run/god' , '~/.god/pids' ]
156
156
DRB_PORT_DEFAULT = 17165
You can’t perform that action at this time.
0 commit comments