Skip to content

Commit

Permalink
bump version to 0.9.1.3 and update gemspec for github build
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Apr 25, 2009
1 parent 43a496e commit 3b9578f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sinatra/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require 'sinatra/showexceptions'

module Sinatra
VERSION = '0.9.1.1'
VERSION = '0.9.1.3'

# The request object. See Rack::Request for more info:
# http://rack.rubyforge.org/doc/classes/Rack/Request.html
Expand Down
12 changes: 10 additions & 2 deletions sinatra.gemspec
Original file line number 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.name = 'sinatra'
s.version = '0.9.1.2'
s.date = '2009-03-24'
s.version = '0.9.1.3'
s.date = '2009-04-25'

s.description = "Classy web-development dressed in a DSL"
s.summary = "Classy web-development dressed in a DSL"
Expand Down Expand Up @@ -60,6 +60,7 @@ Gem::Specification.new do |s|
lib/sinatra/images/404.png
lib/sinatra/images/500.png
lib/sinatra/main.rb
lib/sinatra/showexceptions.rb
lib/sinatra/test.rb
lib/sinatra/test/bacon.rb
lib/sinatra/test/rspec.rb
Expand All @@ -68,6 +69,7 @@ Gem::Specification.new do |s|
sinatra.gemspec
test/base_test.rb
test/builder_test.rb
test/contest.rb
test/data/reload_app_file.rb
test/erb_test.rb
test/extensions_test.rb
Expand All @@ -78,16 +80,22 @@ Gem::Specification.new do |s|
test/mapped_error_test.rb
test/middleware_test.rb
test/options_test.rb
test/render_backtrace_test.rb
test/request_test.rb
test/response_test.rb
test/result_test.rb
test/route_added_hook_test.rb
test/routing_test.rb
test/sass_test.rb
test/server_test.rb
test/sinatra_test.rb
test/static_test.rb
test/templates_test.rb
test/test_test.rb
test/views/error.builder
test/views/error.erb
test/views/error.haml
test/views/error.sass
test/views/hello.builder
test/views/hello.erb
test/views/hello.haml
Expand Down

0 comments on commit 3b9578f

Please sign in to comment.