Skip to content

Commit

Permalink
1.0.b release
Browse files Browse the repository at this point in the history
We'll call this 1.0 if no major issues surface in the next few days.
  • Loading branch information
rtomayko committed Mar 7, 2010
1 parent f5efc37 commit b6701db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/sinatra/base.rb
Expand Up @@ -19,7 +19,7 @@
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
Expand Down
6 changes: 3 additions & 3 deletions sinatra.gemspec
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b6701db

Please sign in to comment.