Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Feb 19, 2011
1 parent 6ac3992 commit 98ea447
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sinatra/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require 'tilt'

module Sinatra
VERSION = '1.2.0.a'
VERSION = '1.2.0.b'

# The request object. See Rack::Request for more info:
# http://rack.rubyforge.org/doc/classes/Rack/Request.html
Expand Down
9 changes: 7 additions & 2 deletions sinatra.gemspec
Original file line number Diff line number Diff line change
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.2.0.a'
s.date = '2010-12-25'
s.version = '1.2.0.b'
s.date = '2011-02-19'

s.description = "Classy web-development dressed in a DSL"
s.summary = "Classy web-development dressed in a DSL"
Expand All @@ -16,6 +16,8 @@ Gem::Specification.new do |s|
s.files = %w[
AUTHORS
CHANGES
Gemfile
Gemfile.lock
LICENSE
README.de.rdoc
README.es.rdoc
Expand Down Expand Up @@ -71,7 +73,10 @@ Gem::Specification.new do |s|
test/static_test.rb
test/templates_test.rb
test/textile_test.rb
test/views/a/in_a.str
test/views/ascii.haml
test/views/b/in_b.str
test/views/calc.html.erb
test/views/error.builder
test/views/error.erb
test/views/error.erubis
Expand Down

0 comments on commit 98ea447

Please sign in to comment.