Skip to content

Commit

Permalink
up to 0.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Dec 10, 2008
1 parent ccd040c commit f9694d1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== 0.7.12 /
== 0.7.12 / 2008-12-10
* Bug Fixes
* Fix capistrano deployability [github.com/eric]
* Fix event handling [brianw]
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,7 +1,7 @@
require 'rubygems'
require 'hoe'

Hoe.new('god', '0.7.11') do |p|
Hoe.new('god', '0.7.12') do |p|
p.rubyforge_name = 'god'
p.author = 'Tom Preston-Werner'
p.email = 'tom@rubyisawesome.com'
Expand Down
4 changes: 2 additions & 2 deletions god.gemspec
@@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = %q{god}
s.version = "0.7.11"
s.version = "0.7.12"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tom Preston-Werner"]
s.date = %q{2008-11-14}
s.date = %q{2008-12-10}
s.default_executable = %q{god}
s.description = %q{God is an easy to configure, easy to extend monitoring framework written in Ruby.}
s.email = %q{tom@rubyisawesome.com}
Expand Down
2 changes: 1 addition & 1 deletion lib/god.rb
Expand Up @@ -148,7 +148,7 @@ def safe_attr_accessor(*args)
end

module God
VERSION = '0.7.11'
VERSION = '0.7.12'

LOG_BUFFER_SIZE_DEFAULT = 100
PID_FILE_DIRECTORY_DEFAULTS = ['/var/run/god', '~/.god/pids']
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Expand Up @@ -47,7 +47,7 @@ <h1>Features</h1>
</ul>
</div>

<h1>Installation (v 0.7.11)</h1>
<h1>Installation (v 0.7.12)</h1>
<p>The best way to get god is via rubygems:</p>
<pre>$ sudo gem install god</pre>

Expand Down

0 comments on commit f9694d1

Please sign in to comment.