Skip to content

Commit 8733f75

Browse files
committed
Release 0.13.0
1 parent ff74d98 commit 8733f75

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

History.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
== 0.12.1
1+
== 0.13.0 / 2012-09-17
2+
* Minor Changes
3+
* Reduce verbosity of non-failing conditions (#111)
4+
5+
== 0.12.1 / 2012-01-21
26
* Bug Fixes
37
* Fix undefined variable problem in CLI (#82)
48

5-
== 0.12.0
9+
== 0.12.0 / 2012-01-13
610
* Minor Enhancements
711
* Add umask support
812
* Add socket response condition (#25)

god.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Gem::Specification.new do |s|
33
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
44

55
s.name = 'god'
6-
s.version = '0.12.1'
7-
s.date = '2012-01-21'
6+
s.version = '0.13.0'
7+
s.date = '2012-09-17'
88

99
s.summary = "Process monitoring framework."
1010
s.description = "An easy to configure, easy to extend monitoring framework written in Ruby."

lib/god.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def safe_attr_accessor(*args)
151151

152152
module God
153153
# The String version number for this package.
154-
VERSION = '0.12.1'
154+
VERSION = '0.13.0'
155155

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

0 commit comments

Comments
 (0)