Skip to content

Commit

Permalink
Release 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Sep 18, 2012
1 parent b046fd8 commit b0257b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 0.13.1 / 2012-09-18
* Minor Changes
* Prevent auto-loading from bundler by requiring $load_god to require (#97)

== 0.13.0 / 2012-09-17
* Minor Changes
* Reduce verbosity of non-failing conditions (#111)
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.13.0'
s.date = '2012-09-17'
s.version = '0.13.1'
s.date = '2012-09-18'

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 @@ -155,7 +155,7 @@ def safe_attr_accessor(*args)

module God
# The String version number for this package.
VERSION = '0.13.0'
VERSION = '0.13.1'

# The Integer number of lines of backlog to keep for the logger.
LOG_BUFFER_SIZE_DEFAULT = 100
Expand Down

0 comments on commit b0257b3

Please sign in to comment.