Skip to content

Commit

Permalink
up to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Jul 1, 2010
1 parent 0dfc0d9 commit 4992c9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== Edge
== 0.11.0 / 2010-07-01
* Major Changes
* Rewrite notification system to be more consistent and flexible.

Expand Down
4 changes: 2 additions & 2 deletions god.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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.1'
s.date = '2010-05-17'
s.version = '0.11.0'
s.date = '2010-07-01'

s.summary = "Process monitoring framework."
s.description = "An easy to configure, easy to extend monitoring framework written in Ruby."
Expand Down
2 changes: 1 addition & 1 deletion lib/god.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def safe_attr_accessor(*args)
end

module God
VERSION = '0.10.1'
VERSION = '0.11.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 4992c9c

Please sign in to comment.