mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
bump version
This commit is contained in:
parent
6ac3992670
commit
98ea447c79
2 changed files with 8 additions and 3 deletions
|
@ -7,7 +7,7 @@ require 'sinatra/showexceptions'
|
|||
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
|
||||
|
|
|
@ -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"
|
||||
|
@ -16,6 +16,8 @@ Gem::Specification.new do |s|
|
|||
s.files = %w[
|
||||
AUTHORS
|
||||
CHANGES
|
||||
Gemfile
|
||||
Gemfile.lock
|
||||
LICENSE
|
||||
README.de.rdoc
|
||||
README.es.rdoc
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue