Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tomayko <rtomayko@gmail.com>
Signed-off-by: Simon Rozet <simon@rozet.name>
  • Loading branch information
bmizerany authored and rtomayko committed Mar 23, 2010
1 parent e1638a4 commit c496254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sinatra/base.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
end end


module Sinatra module Sinatra
VERSION = '1.0.b' VERSION = '1.0'


# The request object. See Rack::Request for more info: # The request object. See Rack::Request for more info:
# http://rack.rubyforge.org/doc/classes/Rack/Request.html # http://rack.rubyforge.org/doc/classes/Rack/Request.html
Expand Down
4 changes: 2 additions & 2 deletions sinatra.gemspec
Original file line number Original file line 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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=


s.name = 'sinatra' s.name = 'sinatra'
s.version = '1.0.b' s.version = '1.0'
s.date = '2010-03-07' s.date = '2010-03-23'


s.description = "Classy web-development dressed in a DSL" s.description = "Classy web-development dressed in a DSL"
s.summary = "Classy web-development dressed in a DSL" s.summary = "Classy web-development dressed in a DSL"
Expand Down

0 comments on commit c496254

Please sign in to comment.