File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ def safe_attr_accessor(*args)
151151
152152module 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
You can’t perform that action at this time.
0 commit comments