From df9b7fffddeedb97b0f9a8fda50ca15787911430 Mon Sep 17 00:00:00 2001 From: Alex Dunae Date: Tue, 30 Dec 2008 12:16:26 -0800 Subject: [PATCH] GitHub gemspec --- holidays.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/holidays.gemspec b/holidays.gemspec index 69566bc..6f01212 100644 --- a/holidays.gemspec +++ b/holidays.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = "holidays" s.version = "0.9.4" - s.date = "2008-12-30" + s.date = "2008-12-29" s.summary = " A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!" s.email = "code@dunae.ca" s.homepage = "http://code.dunae.ca/holidays"