Skip to content

Commit 3cbfbdb

Browse files
committed
up to 0.10.0
1 parent 6f66cf8 commit 3cbfbdb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

god.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
33
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
44

55
s.name = 'god'
6-
s.version = '0.9.0'
6+
s.version = '0.10.0'
77
s.date = '2009-11-30'
88

99
s.summary = "Process monitoring framework."
@@ -120,6 +120,8 @@ Gem::Specification.new do |s|
120120
test/configs/matias/matias.god
121121
test/configs/real.rb
122122
test/configs/running_load/running_load.god
123+
test/configs/stop_options/simple_server.rb
124+
test/configs/stop_options/stop_options.god
123125
test/configs/stress/simple_server.rb
124126
test/configs/stress/stress.god
125127
test/configs/task/logs/.placeholder

lib/god.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def safe_attr_accessor(*args)
150150
end
151151

152152
module God
153-
VERSION = '0.9.0'
153+
VERSION = '0.10.0'
154154
LOG_BUFFER_SIZE_DEFAULT = 100
155155
PID_FILE_DIRECTORY_DEFAULTS = ['/var/run/god', '~/.god/pids']
156156
DRB_PORT_DEFAULT = 17165

0 commit comments

Comments
 (0)