From aca6a770eb43a84219214e2c4439ed8fbde93b5d Mon Sep 17 00:00:00 2001 From: Wlodek Bzyl Date: Mon, 6 Jul 2009 23:06:50 +0200 Subject: [PATCH] Version bump to 0.2.0 --- sinatra-static-assets.gemspec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sinatra-static-assets.gemspec b/sinatra-static-assets.gemspec index d6c3057..6895d84 100644 --- a/sinatra-static-assets.gemspec +++ b/sinatra-static-assets.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{sinatra-static-assets} - s.version = "0.1.6" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Wlodek Bzyl"] - s.date = %q{2009-07-05} + s.date = %q{2009-07-06} s.description = %q{This Sinatra extensions provides following helper methods: - image_tag - stylesheet_link_tag @@ -18,8 +18,7 @@ Gem::Specification.new do |s| "README.markdown" ] s.files = [ - "TODO", - "VERSION.yml", + "VERSION.yml", "examples/rconfig.ru", "examples/rsummer/config.ru", "examples/rsummer/public/images/tatry1.jpg",