mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
1.0
Signed-off-by: Ryan Tomayko <rtomayko@gmail.com> Signed-off-by: Simon Rozet <simon@rozet.name>
This commit is contained in:
parent
e1638a43ad
commit
c496254f2b
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ rescue LoadError
|
|||
end
|
||||
|
||||
module Sinatra
|
||||
VERSION = '1.0.b'
|
||||
VERSION = '1.0'
|
||||
|
||||
# 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.0.b'
|
||||
s.date = '2010-03-07'
|
||||
s.version = '1.0'
|
||||
s.date = '2010-03-23'
|
||||
|
||||
s.description = "Classy web-development dressed in a DSL"
|
||||
s.summary = "Classy web-development dressed in a DSL"
|
||||
|
|
Loading…
Reference in a new issue