mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Regenerate gemspec. Fixes rkh/sinatra issue #3.
This commit is contained in:
parent
beea69953b
commit
a5991f512b
1 changed files with 25 additions and 3 deletions
|
@ -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 = '1.0'
|
||||
s.date = '2010-08-29'
|
||||
s.version = '1.1.0'
|
||||
s.date = '2010-09-13'
|
||||
|
||||
s.description = "Classy web-development dressed in a DSL"
|
||||
s.summary = "Classy web-development dressed in a DSL"
|
||||
|
@ -27,33 +27,43 @@ Gem::Specification.new do |s|
|
|||
lib/sinatra/images/500.png
|
||||
lib/sinatra/main.rb
|
||||
lib/sinatra/showexceptions.rb
|
||||
lib/sinatra/tilt.rb
|
||||
sinatra.gemspec
|
||||
test/base_test.rb
|
||||
test/builder_test.rb
|
||||
test/coffee_test.rb
|
||||
test/contest.rb
|
||||
test/encoding_test.rb
|
||||
test/erb_test.rb
|
||||
test/erubis_test.rb
|
||||
test/extensions_test.rb
|
||||
test/filter_test.rb
|
||||
test/haml_test.rb
|
||||
test/hello.mab
|
||||
test/helper.rb
|
||||
test/helpers_test.rb
|
||||
test/less_test.rb
|
||||
test/liquid_test.rb
|
||||
test/mapped_error_test.rb
|
||||
test/markaby_test.rb
|
||||
test/markdown_test.rb
|
||||
test/middleware_test.rb
|
||||
test/public/favicon.ico
|
||||
test/radius_test.rb
|
||||
test/rdoc_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/scss_test.rb
|
||||
test/server_test.rb
|
||||
test/settings_test.rb
|
||||
test/sinatra_test.rb
|
||||
test/static_test.rb
|
||||
test/templates_test.rb
|
||||
test/textile_test.rb
|
||||
test/views/ascii.haml
|
||||
test/views/error.builder
|
||||
test/views/error.erb
|
||||
test/views/error.erubis
|
||||
|
@ -61,17 +71,29 @@ Gem::Specification.new do |s|
|
|||
test/views/error.sass
|
||||
test/views/foo/hello.test
|
||||
test/views/hello.builder
|
||||
test/views/hello.coffee
|
||||
test/views/hello.erb
|
||||
test/views/hello.erubis
|
||||
test/views/hello.haml
|
||||
test/views/hello.less
|
||||
test/views/hello.liquid
|
||||
test/views/hello.mab
|
||||
test/views/hello.md
|
||||
test/views/hello.radius
|
||||
test/views/hello.rdoc
|
||||
test/views/hello.sass
|
||||
test/views/hello.scss
|
||||
test/views/hello.test
|
||||
test/views/hello.textile
|
||||
test/views/layout2.builder
|
||||
test/views/layout2.erb
|
||||
test/views/layout2.erubis
|
||||
test/views/layout2.haml
|
||||
test/views/layout2.liquid
|
||||
test/views/layout2.mab
|
||||
test/views/layout2.radius
|
||||
test/views/layout2.test
|
||||
test/views/utf8.haml
|
||||
]
|
||||
# = MANIFEST =
|
||||
|
||||
|
|
Loading…
Reference in a new issue