Skip to content

Commit

Permalink
up to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Apr 4, 2010
1 parent 5af7320 commit 03e691f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
==
== 0.9.0 / 2010-04-03
* Minor Enhancements
* Allow kqueue for OpenBSD and NetBSD
* Add err_log and err_log_cmd
Expand Down
2 changes: 1 addition & 1 deletion god.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{god}
s.version = '0.8.0'
s.version = '0.9.0'

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tom Preston-Werner"]
Expand Down
2 changes: 1 addition & 1 deletion lib/god.rb
Expand Up @@ -150,7 +150,7 @@ def safe_attr_accessor(*args)
end

module God
VERSION = '0.8.0'
VERSION = '0.9.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 03e691f

Please sign in to comment.