Skip to content

Commit

Permalink
1.3.0.a release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Mar 22, 2011
1 parent 26ee26b commit 774299c
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -6,7 +6,7 @@
require 'tilt' require 'tilt'


module Sinatra module Sinatra
VERSION = '1.3.0' VERSION = '1.3.0.a'


# 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
7 changes: 5 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.2.1' s.version = '1.3.0.a'
s.date = '2011-03-17' s.date = '2011-03-22'


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 All @@ -24,6 +24,7 @@ Gem::Specification.new do |s|
README.hu.rdoc README.hu.rdoc
README.jp.rdoc README.jp.rdoc
README.pt-br.rdoc README.pt-br.rdoc
README.pt-pt.rdoc
README.rdoc README.rdoc
README.ru.rdoc README.ru.rdoc
README.zh.rdoc README.zh.rdoc
Expand All @@ -33,12 +34,14 @@ Gem::Specification.new do |s|
lib/sinatra/images/404.png lib/sinatra/images/404.png
lib/sinatra/images/500.png lib/sinatra/images/500.png
lib/sinatra/main.rb lib/sinatra/main.rb
lib/sinatra/rack.rb
lib/sinatra/showexceptions.rb lib/sinatra/showexceptions.rb
sinatra.gemspec sinatra.gemspec
test/base_test.rb test/base_test.rb
test/builder_test.rb test/builder_test.rb
test/coffee_test.rb test/coffee_test.rb
test/contest.rb test/contest.rb
test/delegator_test.rb
test/encoding_test.rb test/encoding_test.rb
test/erb_test.rb test/erb_test.rb
test/erubis_test.rb test/erubis_test.rb
Expand Down

0 comments on commit 774299c

Please sign in to comment.