Skip to content

Commit

Permalink
up to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed May 18, 2010
1 parent 6f66cf8 commit 3cbfbdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion god.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=

s.name = 'god'
s.version = '0.9.0'
s.version = '0.10.0'
s.date = '2009-11-30'

s.summary = "Process monitoring framework."
Expand Down Expand Up @@ -120,6 +120,8 @@ Gem::Specification.new do |s|
test/configs/matias/matias.god
test/configs/real.rb
test/configs/running_load/running_load.god
test/configs/stop_options/simple_server.rb
test/configs/stop_options/stop_options.god
test/configs/stress/simple_server.rb
test/configs/stress/stress.god
test/configs/task/logs/.placeholder
Expand Down
2 changes: 1 addition & 1 deletion lib/god.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def safe_attr_accessor(*args)
end

module God
VERSION = '0.9.0'
VERSION = '0.10.0'
LOG_BUFFER_SIZE_DEFAULT = 100
PID_FILE_DIRECTORY_DEFAULTS = ['/var/run/god', '~/.god/pids']
DRB_PORT_DEFAULT = 17165
Expand Down

0 comments on commit 3cbfbdb

Please sign in to comment.