Skip to content

Commit

Permalink
Release 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Jan 9, 2015
1 parent e8a2c2d commit a0602dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 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.4'
s.date = '2014-03-05'
s.version = '0.13.5'
s.date = '2015-01-09'

s.summary = "Process monitoring framework."
s.description = "An easy to configure, easy to extend monitoring framework written in Ruby."
Expand Down Expand Up @@ -92,6 +92,7 @@ Gem::Specification.new do |s|
lib/god/contacts/jabber.rb
lib/god/contacts/prowl.rb
lib/god/contacts/scout.rb
lib/god/contacts/slack.rb
lib/god/contacts/statsd.rb
lib/god/contacts/twitter.rb
lib/god/contacts/webhook.rb
Expand Down Expand Up @@ -168,7 +169,9 @@ Gem::Specification.new do |s|
test/test_process.rb
test/test_prowl.rb
test/test_registry.rb
test/test_slack.rb
test/test_socket.rb
test/test_statsd.rb
test/test_sugar.rb
test/test_system_portable_poller.rb
test/test_system_process.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/god.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def safe_attr_accessor(*args)

module God
# The String version number for this package.
VERSION = '0.13.4'
VERSION = '0.13.5'

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

0 comments on commit a0602dd

Please sign in to comment.