mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
bump version to 0.10.0 for 1.0 pre-release github gems
This commit is contained in:
parent
c1e5852dfb
commit
f5215c364d
2 changed files with 3 additions and 45 deletions
|
@ -6,7 +6,7 @@ require 'rack/builder'
|
||||||
require 'sinatra/showexceptions'
|
require 'sinatra/showexceptions'
|
||||||
|
|
||||||
module Sinatra
|
module Sinatra
|
||||||
VERSION = '0.9.2'
|
VERSION = '0.10.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
|
||||||
|
|
|
@ -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 = '0.9.2'
|
s.version = '0.10.0'
|
||||||
s.date = '2009-05-18'
|
s.date = '2009-06-05'
|
||||||
|
|
||||||
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"
|
||||||
|
@ -19,53 +19,12 @@ Gem::Specification.new do |s|
|
||||||
LICENSE
|
LICENSE
|
||||||
README.rdoc
|
README.rdoc
|
||||||
Rakefile
|
Rakefile
|
||||||
compat/app_test.rb
|
|
||||||
compat/application_test.rb
|
|
||||||
compat/builder_test.rb
|
|
||||||
compat/compat_test.rb
|
|
||||||
compat/custom_error_test.rb
|
|
||||||
compat/erb_test.rb
|
|
||||||
compat/events_test.rb
|
|
||||||
compat/filter_test.rb
|
|
||||||
compat/haml_test.rb
|
|
||||||
compat/helper.rb
|
|
||||||
compat/mapped_error_test.rb
|
|
||||||
compat/pipeline_test.rb
|
|
||||||
compat/public/foo.xml
|
|
||||||
compat/sass_test.rb
|
|
||||||
compat/sessions_test.rb
|
|
||||||
compat/streaming_test.rb
|
|
||||||
compat/sym_params_test.rb
|
|
||||||
compat/template_test.rb
|
|
||||||
compat/use_in_file_templates_test.rb
|
|
||||||
compat/views/foo.builder
|
|
||||||
compat/views/foo.erb
|
|
||||||
compat/views/foo.haml
|
|
||||||
compat/views/foo.sass
|
|
||||||
compat/views/foo_layout.erb
|
|
||||||
compat/views/foo_layout.haml
|
|
||||||
compat/views/layout_test/foo.builder
|
|
||||||
compat/views/layout_test/foo.erb
|
|
||||||
compat/views/layout_test/foo.haml
|
|
||||||
compat/views/layout_test/foo.sass
|
|
||||||
compat/views/layout_test/layout.builder
|
|
||||||
compat/views/layout_test/layout.erb
|
|
||||||
compat/views/layout_test/layout.haml
|
|
||||||
compat/views/layout_test/layout.sass
|
|
||||||
compat/views/no_layout/no_layout.builder
|
|
||||||
compat/views/no_layout/no_layout.haml
|
|
||||||
lib/sinatra.rb
|
lib/sinatra.rb
|
||||||
lib/sinatra/base.rb
|
lib/sinatra/base.rb
|
||||||
lib/sinatra/compat.rb
|
|
||||||
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/showexceptions.rb
|
lib/sinatra/showexceptions.rb
|
||||||
lib/sinatra/test.rb
|
|
||||||
lib/sinatra/test/bacon.rb
|
|
||||||
lib/sinatra/test/rspec.rb
|
|
||||||
lib/sinatra/test/spec.rb
|
|
||||||
lib/sinatra/test/unit.rb
|
|
||||||
sinatra.gemspec
|
sinatra.gemspec
|
||||||
test/base_test.rb
|
test/base_test.rb
|
||||||
test/builder_test.rb
|
test/builder_test.rb
|
||||||
|
@ -91,7 +50,6 @@ Gem::Specification.new do |s|
|
||||||
test/sinatra_test.rb
|
test/sinatra_test.rb
|
||||||
test/static_test.rb
|
test/static_test.rb
|
||||||
test/templates_test.rb
|
test/templates_test.rb
|
||||||
test/test_test.rb
|
|
||||||
test/views/error.builder
|
test/views/error.builder
|
||||||
test/views/error.erb
|
test/views/error.erb
|
||||||
test/views/error.haml
|
test/views/error.haml
|
||||||
|
|
Loading…
Add table
Reference in a new issue