Skip to content

Commit

Permalink
up to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed May 18, 2010
1 parent c3d8549 commit aa3f4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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.10.0'
s.version = '0.10.1'
s.date = '2010-05-17'

s.summary = "Process monitoring framework."
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.10.0'
VERSION = '0.10.1'
LOG_BUFFER_SIZE_DEFAULT = 100
PID_FILE_DIRECTORY_DEFAULTS = ['/var/run/god', '~/.god/pids']
DRB_PORT_DEFAULT = 17165
Expand Down

0 comments on commit aa3f4eb

Please sign in to comment.