1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/sinatra.gemspec

134 lines
3.6 KiB
Ruby
Raw Normal View History

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-17 11:36:02 +01:00
s.version = '1.2.1'
s.date = '2011-03-17'
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"]
s.email = "sinatrarb@googlegroups.com"
2008-08-31 00:49:22 -07:00
# = MANIFEST =
2008-08-31 00:49:22 -07:00
s.files = %w[
AUTHORS
2009-01-06 22:50:02 -08:00
CHANGES
2011-02-19 21:31:33 +01:00
Gemfile
LICENSE
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
README.jp.rdoc
2010-12-14 16:54:07 +01:00
README.pt-br.rdoc
README.rdoc
2010-11-12 09:51:13 -06:00
README.ru.rdoc
2010-10-24 16:01:24 +02:00
README.zh.rdoc
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
lib/sinatra/showexceptions.rb
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
test/coffee_test.rb
test/contest.rb
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
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
test/hello.mab
2009-01-14 14:28:31 -08:00
test/helper.rb
2008-12-20 22:27:40 -08:00
test/helpers_test.rb
test/less_test.rb
test/liquid_test.rb
2008-08-31 00:49:22 -07:00
test/mapped_error_test.rb
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
test/radius_test.rb
test/rdoc_test.rb
2008-12-20 22:27:40 -08:00
test/request_test.rb
test/response_test.rb
2008-12-20 22:27:40 -08:00
test/result_test.rb
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
test/scss_test.rb
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
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
test/views/error.builder
test/views/error.erb
2009-12-14 02:40:38 -08:00
test/views/error.erubis
test/views/error.haml
test/views/error.sass
2010-10-11 08:56:18 +02:00
test/views/explicitly_nested.str
test/views/foo/hello.test
2008-12-20 22:27:40 -08:00
test/views/hello.builder
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
test/views/hello.less
test/views/hello.liquid
test/views/hello.mab
test/views/hello.md
2010-10-11 08:56:18 +02:00
test/views/hello.nokogiri
test/views/hello.radius
test/views/hello.rdoc
2008-12-20 22:27:40 -08:00
test/views/hello.sass
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
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
test/views/layout2.liquid
test/views/layout2.mab
2010-10-11 08:56:18 +02:00
test/views/layout2.nokogiri
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
]
# = 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-01-31 10:31:25 +01:00
s.add_dependency 'tilt', '>= 1.2.2', '< 2.0'
s.add_development_dependency 'shotgun', '~> 0.6'
2008-08-31 00:49:22 -07:00
s.has_rdoc = true
2008-11-02 01:55:46 -07:00
s.homepage = "http://sinatra.rubyforge.org"
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