From b0262b3f84f48e6e13318ce72bcdfeef29533871 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Fri, 8 Apr 2011 18:03:02 +0100 Subject: [PATCH] regenerate gemspec --- sinatra.gemspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sinatra.gemspec b/sinatra.gemspec index e6b02a3d..acf21411 100644 --- a/sinatra.gemspec +++ b/sinatra.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.name = 'sinatra' s.version = '1.3.0' - s.date = '2011-03-28' + s.date = '2011-04-08' s.description = "Classy web-development dressed in a DSL" s.summary = "Classy web-development dressed in a DSL" @@ -48,7 +48,6 @@ Gem::Specification.new do |s| test/extensions_test.rb test/filter_test.rb test/haml_test.rb - test/hello.mab test/helper.rb test/helpers_test.rb test/less_test.rb