From b6701db3faf1fba0bb5675e8a78385b618280fb2 Mon Sep 17 00:00:00 2001 From: Ryan Tomayko Date: Sun, 7 Mar 2010 04:18:49 -0800 Subject: [PATCH] 1.0.b release We'll call this 1.0 if no major issues surface in the next few days. --- lib/sinatra/base.rb | 2 +- sinatra.gemspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/sinatra/base.rb b/lib/sinatra/base.rb index 062e0bf9..b1583daa 100644 --- a/lib/sinatra/base.rb +++ b/lib/sinatra/base.rb @@ -19,7 +19,7 @@ rescue LoadError end module Sinatra - VERSION = '1.0.a' + VERSION = '1.0.b' # The request object. See Rack::Request for more info: # http://rack.rubyforge.org/doc/classes/Rack/Request.html diff --git a/sinatra.gemspec b/sinatra.gemspec index 427083ed..116ea444 100644 --- a/sinatra.gemspec +++ b/sinatra.gemspec @@ -3,8 +3,8 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.name = 'sinatra' - s.version = '1.0.a' - s.date = '2010-01-28' + s.version = '1.0.b' + s.date = '2010-03-07' s.description = "Classy web-development dressed in a DSL" s.summary = "Classy web-development dressed in a DSL" @@ -63,9 +63,9 @@ Gem::Specification.new do |s| test/views/hello.erb test/views/hello.erubis test/views/hello.haml + test/views/hello.less test/views/hello.sass test/views/hello.test - test/views/hello.less test/views/layout2.builder test/views/layout2.erb test/views/layout2.erubis