Skip to content

Commit

Permalink
Update in gemspec
Browse files Browse the repository at this point in the history
Update in gemspec as it is locally hosted at our end for timeout resolution
  • Loading branch information
praveenkumarsinha authored Jan 11, 2022
1 parent 5a20308 commit f382ef1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions god.gemspec
Original file line number Diff line number Diff line change
@@ -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 = '[email protected]'
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"]
Expand Down

0 comments on commit f382ef1

Please sign in to comment.