Skip to content

Commit ee2390e

Browse files
Reverting gemspec
1 parent f382ef1 commit ee2390e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

god.gemspec

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
Gem::Specification.new do |s|
2-
# s.specification_version = 2 if s.respond_to? :specification_version=
3-
# s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
2+
s.specification_version = 2 if s.respond_to? :specification_version=
3+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
44

55
s.name = 'god'
6-
s.version = '0.13.8.1'
6+
s.version = '0.13.7'
77
s.date = '2015-10-19'
88

99
s.summary = "Process monitoring framework."
10-
s.description = "An easy to configure, easy to extend monitoring framework written in Ruby.(with add on timeout fix)"
10+
s.description = "An easy to configure, easy to extend monitoring framework written in Ruby."
1111

12-
s.authors = ["Tom Preston-Werner", "Kevin Clark", "Eric Lindvall", "Praveen Kumar Sinha"]
12+
s.authors = ["Tom Preston-Werner", "Kevin Clark", "Eric Lindvall"]
1313
s.email = '[email protected]'
1414
s.homepage = 'http://god.rubyforge.org/'
1515

1616
s.rubyforge_project = 'god'
17-
# s.rubygems_version = '1.3.5'
17+
s.rubygems_version = '1.3.5'
1818
s.require_paths = %w[lib ext]
1919

2020
s.executables = ["god"]

0 commit comments

Comments
 (0)