-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update in gemspec as it is locally hosted at our end for timeout resolution
- Loading branch information
1 parent
5a20308
commit f382ef1
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
|