2008-08-31 00:49:22 -07:00
|
|
|
Gem::Specification.new do |s|
|
|
|
|
s.specification_version = 2 if s.respond_to? :specification_version=
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
|
|
|
|
|
|
s.name = 'sinatra'
|
2011-03-28 19:17:36 +02:00
|
|
|
s.version = '1.3.0'
|
2011-04-08 18:03:02 +01:00
|
|
|
s.date = '2011-04-08'
|
2008-08-31 00:49:22 -07:00
|
|
|
|
|
|
|
s.description = "Classy web-development dressed in a DSL"
|
|
|
|
s.summary = "Classy web-development dressed in a DSL"
|
|
|
|
|
2010-10-11 08:56:18 +02:00
|
|
|
s.authors = ["Blake Mizerany", "Ryan Tomayko", "Simon Rozet", "Konstantin Haase"]
|
2009-01-15 06:57:50 -08:00
|
|
|
s.email = "sinatrarb@googlegroups.com"
|
2008-08-31 00:49:22 -07:00
|
|
|
|
2008-09-07 19:08:34 -07:00
|
|
|
# = MANIFEST =
|
2008-08-31 00:49:22 -07:00
|
|
|
s.files = %w[
|
2009-01-13 18:35:35 -08:00
|
|
|
AUTHORS
|
2009-01-06 22:50:02 -08:00
|
|
|
CHANGES
|
2011-02-19 21:31:33 +01:00
|
|
|
Gemfile
|
2008-09-07 19:09:47 -07:00
|
|
|
LICENSE
|
2010-08-29 21:56:44 -03:00
|
|
|
README.de.rdoc
|
2010-10-11 08:56:18 +02:00
|
|
|
README.es.rdoc
|
|
|
|
README.fr.rdoc
|
2010-10-13 23:22:17 +02:00
|
|
|
README.hu.rdoc
|
2009-10-08 16:18:03 +08:00
|
|
|
README.jp.rdoc
|
2010-12-14 16:54:07 +01:00
|
|
|
README.pt-br.rdoc
|
2011-03-28 19:17:36 +02:00
|
|
|
README.pt-pt.rdoc
|
2008-09-07 19:09:47 -07:00
|
|
|
README.rdoc
|
2010-11-12 09:51:13 -06:00
|
|
|
README.ru.rdoc
|
2010-10-24 16:01:24 +02:00
|
|
|
README.zh.rdoc
|
2008-09-07 19:09:47 -07:00
|
|
|
Rakefile
|
|
|
|
lib/sinatra.rb
|
2008-12-20 22:27:40 -08:00
|
|
|
lib/sinatra/base.rb
|
|
|
|
lib/sinatra/images/404.png
|
|
|
|
lib/sinatra/images/500.png
|
|
|
|
lib/sinatra/main.rb
|
2011-03-28 19:17:36 +02:00
|
|
|
lib/sinatra/rack.rb
|
2009-04-25 08:09:53 -07:00
|
|
|
lib/sinatra/showexceptions.rb
|
2008-09-07 19:09:47 -07:00
|
|
|
sinatra.gemspec
|
2008-12-20 22:27:40 -08:00
|
|
|
test/base_test.rb
|
2008-08-31 00:49:22 -07:00
|
|
|
test/builder_test.rb
|
2010-09-13 23:15:35 +02:00
|
|
|
test/coffee_test.rb
|
2009-04-25 08:09:53 -07:00
|
|
|
test/contest.rb
|
2011-03-28 19:17:36 +02:00
|
|
|
test/delegator_test.rb
|
2010-09-13 23:15:35 +02:00
|
|
|
test/encoding_test.rb
|
2008-08-31 00:49:22 -07:00
|
|
|
test/erb_test.rb
|
2009-12-14 02:40:38 -08:00
|
|
|
test/erubis_test.rb
|
2009-02-10 10:10:24 -08:00
|
|
|
test/extensions_test.rb
|
2008-09-07 07:30:37 -07:00
|
|
|
test/filter_test.rb
|
2008-08-31 00:49:22 -07:00
|
|
|
test/haml_test.rb
|
2009-01-14 14:28:31 -08:00
|
|
|
test/helper.rb
|
2008-12-20 22:27:40 -08:00
|
|
|
test/helpers_test.rb
|
2010-03-01 14:13:10 +02:00
|
|
|
test/less_test.rb
|
2010-09-13 23:15:35 +02:00
|
|
|
test/liquid_test.rb
|
2008-08-31 00:49:22 -07:00
|
|
|
test/mapped_error_test.rb
|
2010-09-13 23:15:35 +02:00
|
|
|
test/markaby_test.rb
|
|
|
|
test/markdown_test.rb
|
2008-12-20 22:27:40 -08:00
|
|
|
test/middleware_test.rb
|
2010-10-11 08:56:18 +02:00
|
|
|
test/nokogiri_test.rb
|
2010-01-28 11:51:00 -08:00
|
|
|
test/public/favicon.ico
|
2010-09-13 23:15:35 +02:00
|
|
|
test/radius_test.rb
|
|
|
|
test/rdoc_test.rb
|
2008-12-20 22:27:40 -08:00
|
|
|
test/request_test.rb
|
2009-01-28 06:30:21 -08:00
|
|
|
test/response_test.rb
|
2008-12-20 22:27:40 -08:00
|
|
|
test/result_test.rb
|
2009-04-25 08:09:53 -07:00
|
|
|
test/route_added_hook_test.rb
|
2008-12-20 22:27:40 -08:00
|
|
|
test/routing_test.rb
|
2008-08-31 00:49:22 -07:00
|
|
|
test/sass_test.rb
|
2010-09-13 23:15:35 +02:00
|
|
|
test/scss_test.rb
|
2009-01-28 06:30:21 -08:00
|
|
|
test/server_test.rb
|
2010-01-28 09:04:59 -08:00
|
|
|
test/settings_test.rb
|
2008-12-20 22:27:40 -08:00
|
|
|
test/sinatra_test.rb
|
2010-11-12 09:51:13 -06:00
|
|
|
test/slim_test.rb
|
2008-12-20 22:27:40 -08:00
|
|
|
test/static_test.rb
|
|
|
|
test/templates_test.rb
|
2010-09-13 23:15:35 +02:00
|
|
|
test/textile_test.rb
|
2011-02-19 21:31:33 +01:00
|
|
|
test/views/a/in_a.str
|
2011-02-26 16:07:28 +01:00
|
|
|
test/views/ascii.erb
|
2011-02-19 21:31:33 +01:00
|
|
|
test/views/b/in_b.str
|
|
|
|
test/views/calc.html.erb
|
2009-04-25 08:09:53 -07:00
|
|
|
test/views/error.builder
|
|
|
|
test/views/error.erb
|
2009-12-14 02:40:38 -08:00
|
|
|
test/views/error.erubis
|
2009-04-25 08:09:53 -07:00
|
|
|
test/views/error.haml
|
|
|
|
test/views/error.sass
|
2010-10-11 08:56:18 +02:00
|
|
|
test/views/explicitly_nested.str
|
2009-05-23 16:15:19 +02:00
|
|
|
test/views/foo/hello.test
|
2008-12-20 22:27:40 -08:00
|
|
|
test/views/hello.builder
|
2010-09-13 23:15:35 +02:00
|
|
|
test/views/hello.coffee
|
2008-12-20 22:27:40 -08:00
|
|
|
test/views/hello.erb
|
2009-12-14 02:40:38 -08:00
|
|
|
test/views/hello.erubis
|
2008-12-20 22:27:40 -08:00
|
|
|
test/views/hello.haml
|
2010-03-07 04:18:49 -08:00
|
|
|
test/views/hello.less
|
2010-09-13 23:15:35 +02:00
|
|
|
test/views/hello.liquid
|
|
|
|
test/views/hello.mab
|
|
|
|
test/views/hello.md
|
2010-10-11 08:56:18 +02:00
|
|
|
test/views/hello.nokogiri
|
2010-09-13 23:15:35 +02:00
|
|
|
test/views/hello.radius
|
|
|
|
test/views/hello.rdoc
|
2008-12-20 22:27:40 -08:00
|
|
|
test/views/hello.sass
|
2010-09-13 23:15:35 +02:00
|
|
|
test/views/hello.scss
|
2010-11-12 09:51:13 -06:00
|
|
|
test/views/hello.slim
|
2010-10-11 08:56:18 +02:00
|
|
|
test/views/hello.str
|
2008-12-20 22:27:40 -08:00
|
|
|
test/views/hello.test
|
2010-09-13 23:15:35 +02:00
|
|
|
test/views/hello.textile
|
2008-12-20 22:27:40 -08:00
|
|
|
test/views/layout2.builder
|
|
|
|
test/views/layout2.erb
|
2009-12-14 02:40:38 -08:00
|
|
|
test/views/layout2.erubis
|
2008-12-20 22:27:40 -08:00
|
|
|
test/views/layout2.haml
|
2010-09-13 23:15:35 +02:00
|
|
|
test/views/layout2.liquid
|
|
|
|
test/views/layout2.mab
|
2010-10-11 08:56:18 +02:00
|
|
|
test/views/layout2.nokogiri
|
2010-09-13 23:15:35 +02:00
|
|
|
test/views/layout2.radius
|
2010-11-12 09:51:13 -06:00
|
|
|
test/views/layout2.slim
|
2010-10-11 08:56:18 +02:00
|
|
|
test/views/layout2.str
|
2008-12-20 22:27:40 -08:00
|
|
|
test/views/layout2.test
|
2010-10-11 08:56:18 +02:00
|
|
|
test/views/nested.str
|
2011-02-26 16:07:28 +01:00
|
|
|
test/views/utf8.erb
|
2008-08-31 00:49:22 -07:00
|
|
|
]
|
2008-09-07 19:08:34 -07:00
|
|
|
# = MANIFEST =
|
2008-08-31 00:49:22 -07:00
|
|
|
|
|
|
|
s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/}
|
|
|
|
|
2010-10-24 15:18:25 +02:00
|
|
|
s.extra_rdoc_files = %w[README.rdoc README.de.rdoc README.jp.rdoc README.fr.rdoc README.es.rdoc README.hu.rdoc README.zh.rdoc LICENSE]
|
2011-02-26 17:06:11 +01:00
|
|
|
s.add_dependency 'rack', '~> 1.2'
|
2011-04-13 15:47:43 +02:00
|
|
|
s.add_dependency 'tilt', '~> 1.2', '>= 1.2.2'
|
2010-09-27 13:49:57 +02:00
|
|
|
s.add_development_dependency 'shotgun', '~> 0.6'
|
2008-08-31 00:49:22 -07:00
|
|
|
|
2008-11-02 01:55:46 -07:00
|
|
|
s.homepage = "http://sinatra.rubyforge.org"
|
2008-08-31 03:50:00 -07:00
|
|
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Sinatra", "--main", "README.rdoc"]
|
2008-08-31 00:49:22 -07:00
|
|
|
s.require_paths = %w[lib]
|
|
|
|
s.rubyforge_project = 'sinatra'
|
|
|
|
s.rubygems_version = '1.1.1'
|
|
|
|
end
|