Skip to content

Commit 03e691f

Browse files
committedApr 4, 2010
up to 0.9.0
1 parent 5af7320 commit 03e691f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎History.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
==
1+
== 0.9.0 / 2010-04-03
22
* Minor Enhancements
33
* Allow kqueue for OpenBSD and NetBSD
44
* Add err_log and err_log_cmd

‎god.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = %q{god}
3-
s.version = '0.8.0'
3+
s.version = '0.9.0'
44

55
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
66
s.authors = ["Tom Preston-Werner"]

‎lib/god.rb

+1-1
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.8.0'
153+
VERSION = '0.9.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)
Please sign in to comment.