From d55918d7cc38c93a7ebfae8569571ca647d6ad86 Mon Sep 17 00:00:00 2001 From: Justin French Date: Mon, 13 Jun 2011 20:27:38 +1000 Subject: [PATCH] let's see what happens if i omit the date --- formtastic.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formtastic.gemspec b/formtastic.gemspec index 45e40b891..83dc93cd3 100644 --- a/formtastic.gemspec +++ b/formtastic.gemspec @@ -5,7 +5,7 @@ require "formtastic/version" Gem::Specification.new do |s| s.name = %q{formtastic} s.version = Formtastic::VERSION - s.date = %q{2011-06-09} + s.date = %q{2011-06-13} s.platform = Gem::Platform::RUBY s.authors = [%q{Justin French}] s.email = [%q{justin@indent.com.au}]