Skip to content

Commit

Permalink
1.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Feb 20, 2011
1 parent eb877e6 commit e306390
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES
@@ -1,4 +1,4 @@
= 1.1.3 / Not Yet Released = 1.1.3 / 2011-02-20


* Fixed issues with `user_agent` condition if the user agent header is missing. * Fixed issues with `user_agent` condition if the user agent header is missing.
(Konstantin Haase) (Konstantin Haase)
Expand Down
2 changes: 1 addition & 1 deletion lib/sinatra/base.rb
Expand Up @@ -7,7 +7,7 @@
require 'tilt' require 'tilt'


module Sinatra module Sinatra
VERSION = '1.1.2' VERSION = '1.1.3'


# 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
5 changes: 3 additions & 2 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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=


s.name = 'sinatra' s.name = 'sinatra'
s.version = '1.1.2' s.version = '1.1.3'
s.date = '2010-12-25' s.date = '2011-02-20'


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 Expand Up @@ -71,6 +71,7 @@ Gem::Specification.new do |s|
test/templates_test.rb test/templates_test.rb
test/textile_test.rb test/textile_test.rb
test/views/ascii.haml test/views/ascii.haml
test/views/calc.html.erb
test/views/error.builder test/views/error.builder
test/views/error.erb test/views/error.erb
test/views/error.erubis test/views/error.erubis
Expand Down

0 comments on commit e306390

Please sign in to comment.