From f382ef1706a7535c43f0f8618a091aac8131fd91 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Sinha Date: Tue, 11 Jan 2022 19:48:27 +0530 Subject: [PATCH] Update in gemspec Update in gemspec as it is locally hosted at our end for timeout resolution --- god.gemspec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/god.gemspec b/god.gemspec index f4c85a00..7d73096d 100644 --- a/god.gemspec +++ b/god.gemspec @@ -1,20 +1,20 @@ Gem::Specification.new do |s| - s.specification_version = 2 if s.respond_to? :specification_version= - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + # s.specification_version = 2 if s.respond_to? :specification_version= + # s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.name = 'god' - s.version = '0.13.7' + s.version = '0.13.8.1' s.date = '2015-10-19' s.summary = "Process monitoring framework." - s.description = "An easy to configure, easy to extend monitoring framework written in Ruby." + s.description = "An easy to configure, easy to extend monitoring framework written in Ruby.(with add on timeout fix)" - s.authors = ["Tom Preston-Werner", "Kevin Clark", "Eric Lindvall"] + s.authors = ["Tom Preston-Werner", "Kevin Clark", "Eric Lindvall", "Praveen Kumar Sinha"] s.email = 'god-rb@googlegroups.com' s.homepage = 'http://god.rubyforge.org/' s.rubyforge_project = 'god' - s.rubygems_version = '1.3.5' + # s.rubygems_version = '1.3.5' s.require_paths = %w[lib ext] s.executables = ["god"]