Skip to content

Commit

Permalink
fix gemspec date
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed May 18, 2010
1 parent 3cbfbdb commit c3d8549
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions god.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ 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.name = 'god'
s.name = 'god'
s.version = '0.10.0'
s.date = '2009-11-30'
s.date = '2010-05-17'

s.summary = "Process monitoring framework."
s.summary = "Process monitoring framework."
s.description = "An easy to configure, easy to extend monitoring framework written in Ruby."

s.authors = ["Tom Preston-Werner", "Kevin Clark", "Eric Lindvall"]
s.email = '[email protected]'
s.authors = ["Tom Preston-Werner", "Kevin Clark", "Eric Lindvall"]
s.email = '[email protected]'
s.homepage = 'http://god.rubyforge.org/'

s.rubyforge_project = 'god'
Expand Down

0 comments on commit c3d8549

Please sign in to comment.