2013-11-05 23:11:46 -05:00
|
|
|
# -*- encoding: utf-8 -*-
|
|
|
|
|
2016-08-22 10:08:23 -04:00
|
|
|
$:.unshift File.expand_path("../../sinatra/lib", __FILE__)
|
|
|
|
require "sinatra/version"
|
|
|
|
|
2011-03-24 03:43:39 -04:00
|
|
|
Gem::Specification.new do |s|
|
2011-04-22 08:02:47 -04:00
|
|
|
s.name = "sinatra-contrib"
|
2016-08-22 10:08:23 -04:00
|
|
|
s.version = Sinatra::VERSION
|
2011-04-22 08:02:47 -04:00
|
|
|
s.description = "Collection of useful Sinatra extensions"
|
|
|
|
s.homepage = "http://github.com/sinatra/sinatra-contrib"
|
2015-04-20 03:07:48 -04:00
|
|
|
s.license = "MIT"
|
2011-04-22 08:02:47 -04:00
|
|
|
s.summary = s.description
|
2011-03-24 03:43:39 -04:00
|
|
|
|
2011-04-22 07:44:32 -04:00
|
|
|
# generated from git shortlog -sn
|
|
|
|
s.authors = [
|
|
|
|
"Konstantin Haase",
|
2013-08-19 18:58:28 -04:00
|
|
|
"Zachary Scott",
|
2016-04-10 23:49:30 -04:00
|
|
|
"Gabriel Andretta",
|
2015-06-06 02:26:30 -04:00
|
|
|
"Trevor Bramble",
|
2013-08-16 11:11:29 -04:00
|
|
|
"Katrina Owen",
|
2015-06-06 02:26:30 -04:00
|
|
|
"Ashley Williams",
|
2015-06-30 23:28:59 -04:00
|
|
|
"Nicolas Sanguinetti",
|
2013-11-30 20:00:58 -05:00
|
|
|
"Hrvoje Šimić",
|
2013-08-19 18:58:28 -04:00
|
|
|
"Masahiro Fujiwara",
|
|
|
|
"Rafael Magana",
|
2015-06-06 02:26:30 -04:00
|
|
|
"Vipul A M",
|
2015-07-02 02:24:20 -04:00
|
|
|
"ashley williams",
|
2016-04-10 23:49:30 -04:00
|
|
|
"Jack Chu",
|
|
|
|
"Sumeet Singh",
|
2013-08-19 18:58:28 -04:00
|
|
|
"Ilya Shindyapin",
|
2016-04-10 23:49:30 -04:00
|
|
|
"lest",
|
2015-06-06 02:26:30 -04:00
|
|
|
"Jake Worth",
|
2013-08-19 18:58:28 -04:00
|
|
|
"Kashyap",
|
2016-04-10 23:49:30 -04:00
|
|
|
"Matt Lyon",
|
|
|
|
"Matthew Conway",
|
|
|
|
"Meck",
|
|
|
|
"Michi Huber",
|
|
|
|
"Nic Benders",
|
|
|
|
"Patricio Mac Adden",
|
|
|
|
"Reed Lipman",
|
|
|
|
"Samy Dindane",
|
|
|
|
"Sergey Nartimov",
|
|
|
|
"Thibaut Sacreste",
|
|
|
|
"Uchio KONDO",
|
|
|
|
"Will Bailey",
|
|
|
|
"mono",
|
2013-08-19 18:58:28 -04:00
|
|
|
"Adrian Pacała",
|
2016-04-10 23:49:30 -04:00
|
|
|
"undr",
|
2013-08-19 18:58:28 -04:00
|
|
|
"Aish",
|
2015-06-06 02:26:30 -04:00
|
|
|
"Alexey Chernenkov",
|
2013-08-19 18:58:28 -04:00
|
|
|
"Andrew Crump",
|
2015-06-30 23:28:59 -04:00
|
|
|
"Anton Davydov",
|
2015-06-06 02:26:30 -04:00
|
|
|
"Bo Jeanes",
|
2013-08-19 18:58:28 -04:00
|
|
|
"David Asabina",
|
|
|
|
"Eliot Shepard",
|
|
|
|
"Eric Marden",
|
|
|
|
"Gray Manley",
|
|
|
|
"Guillaume Bouteille",
|
|
|
|
"Jamie Hodge",
|
2016-04-10 23:49:30 -04:00
|
|
|
"Julie Ng",
|
2015-06-06 02:26:30 -04:00
|
|
|
"Koichi Sasada",
|
2013-08-19 18:58:28 -04:00
|
|
|
"Kyle Lacy",
|
2015-06-06 02:26:30 -04:00
|
|
|
"Lars Vonk",
|
2013-08-19 18:58:28 -04:00
|
|
|
"Martin Frost",
|
2016-04-10 23:49:30 -04:00
|
|
|
"Mathieu Allaire"
|
2011-04-22 07:44:32 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
# generated from git shortlog -sne
|
|
|
|
s.email = [
|
|
|
|
"konstantin.mailinglists@googlemail.com",
|
|
|
|
"ohhgabriel@gmail.com",
|
2013-08-16 11:11:29 -04:00
|
|
|
"inbox@trevorbramble.com",
|
2015-06-06 02:26:30 -04:00
|
|
|
"e@zzak.io",
|
2013-08-19 18:58:28 -04:00
|
|
|
"zachary@zacharyscott.net",
|
2013-08-16 11:11:29 -04:00
|
|
|
"katrina.owen@gmail.com",
|
2015-06-06 02:26:30 -04:00
|
|
|
"ashley@bocoup.com",
|
2015-06-30 23:28:59 -04:00
|
|
|
"contacto@nicolassanguinetti.info",
|
2013-11-30 20:00:58 -05:00
|
|
|
"shime.ferovac@gmail.com",
|
2013-08-19 18:58:28 -04:00
|
|
|
"raf.magana@gmail.com",
|
2016-04-10 23:49:30 -04:00
|
|
|
"m-fujiwara@axsh.net",
|
2015-06-06 02:26:30 -04:00
|
|
|
"vipulnsward@gmail.com",
|
2013-11-30 20:00:58 -05:00
|
|
|
"konstantin.haase@gmail.com",
|
2016-04-10 23:49:30 -04:00
|
|
|
"jack@jackchu.com",
|
2015-07-02 02:24:20 -04:00
|
|
|
"ashley666ashley@gmail.com",
|
2013-08-19 18:58:28 -04:00
|
|
|
"ilya@shindyapin.com",
|
2016-04-10 23:49:30 -04:00
|
|
|
"just.lest@gmail.com",
|
2013-08-19 18:58:28 -04:00
|
|
|
"kashyap.kmbc@gmail.com",
|
2013-11-30 20:00:58 -05:00
|
|
|
"ortuna@gmail.com",
|
2015-06-06 02:26:30 -04:00
|
|
|
"tbramble@chef.io",
|
2016-04-10 23:49:30 -04:00
|
|
|
"jworth@prevailhs.com",
|
|
|
|
"mail@zzak.io",
|
|
|
|
"nic@newrelic.com",
|
|
|
|
"patriciomacadden@gmail.com",
|
|
|
|
"rmlipman@gmail.com",
|
|
|
|
"samy@dindane.com",
|
2013-08-19 18:58:28 -04:00
|
|
|
"just.lest@gmail.com",
|
2016-04-10 23:49:30 -04:00
|
|
|
"thibaut.sacreste@gmail.com",
|
|
|
|
"udzura@udzura.jp",
|
|
|
|
"will.bailey@gmail.com",
|
|
|
|
"mono@mono0x.net",
|
2013-08-19 18:58:28 -04:00
|
|
|
"altpacala@gmail.com",
|
2016-04-10 23:49:30 -04:00
|
|
|
"undr@yandex.ru",
|
2013-08-19 18:58:28 -04:00
|
|
|
"aisha.fenton@visfleet.com",
|
2015-06-06 02:26:30 -04:00
|
|
|
"laise@pisem.net",
|
2013-08-19 18:58:28 -04:00
|
|
|
"andrew.crump@ieee.org",
|
2015-06-30 23:28:59 -04:00
|
|
|
"antondavydov.o@gmail.com",
|
2015-06-06 02:26:30 -04:00
|
|
|
"me@bjeanes.com",
|
2013-08-19 18:58:28 -04:00
|
|
|
"david@supr.nu",
|
|
|
|
"eshepard@slower.net",
|
|
|
|
"eric.marden@gmail.com",
|
|
|
|
"g.manley@tukaiz.com",
|
|
|
|
"duffman@via.ecp.fr",
|
|
|
|
"jamiehodge@me.com",
|
2016-04-10 23:49:30 -04:00
|
|
|
"uxjulie@gmail.com",
|
2015-06-06 02:26:30 -04:00
|
|
|
"ko1@atdot.net",
|
2013-08-19 18:58:28 -04:00
|
|
|
"kylewlacy@me.com",
|
2015-06-06 02:26:30 -04:00
|
|
|
"lars.vonk@gmail.com",
|
2013-08-19 18:58:28 -04:00
|
|
|
"blame@kth.se",
|
2013-11-30 20:00:58 -05:00
|
|
|
"mathieuallaire@gmail.com",
|
2013-08-19 18:58:28 -04:00
|
|
|
"matt@flowerpowered.com",
|
|
|
|
"himself@mattonrails.com",
|
|
|
|
"yesmeck@gmail.com",
|
2016-04-10 23:49:30 -04:00
|
|
|
"michi.huber@gmail.com"
|
2011-04-22 07:44:32 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
# generated from git ls-files
|
|
|
|
s.files = [
|
|
|
|
"LICENSE",
|
|
|
|
"README.md",
|
|
|
|
"Rakefile",
|
|
|
|
"ideas.md",
|
2011-04-22 17:04:13 -04:00
|
|
|
"lib/sinatra/capture.rb",
|
2011-04-22 07:44:32 -04:00
|
|
|
"lib/sinatra/config_file.rb",
|
|
|
|
"lib/sinatra/content_for.rb",
|
|
|
|
"lib/sinatra/contrib.rb",
|
|
|
|
"lib/sinatra/contrib/all.rb",
|
|
|
|
"lib/sinatra/contrib/setup.rb",
|
|
|
|
"lib/sinatra/contrib/version.rb",
|
2011-09-30 21:31:47 -04:00
|
|
|
"lib/sinatra/cookies.rb",
|
2014-03-19 03:14:01 -04:00
|
|
|
"lib/sinatra/custom_logger.rb",
|
2011-04-26 02:43:05 -04:00
|
|
|
"lib/sinatra/engine_tracking.rb",
|
2011-04-22 07:44:32 -04:00
|
|
|
"lib/sinatra/extension.rb",
|
2011-05-12 14:13:00 -04:00
|
|
|
"lib/sinatra/json.rb",
|
2011-04-22 07:44:32 -04:00
|
|
|
"lib/sinatra/link_header.rb",
|
2011-09-30 21:31:47 -04:00
|
|
|
"lib/sinatra/multi_route.rb",
|
2011-04-22 07:44:32 -04:00
|
|
|
"lib/sinatra/namespace.rb",
|
|
|
|
"lib/sinatra/reloader.rb",
|
|
|
|
"lib/sinatra/respond_with.rb",
|
2011-08-22 12:49:55 -04:00
|
|
|
"lib/sinatra/streaming.rb",
|
2016-05-04 04:19:29 -04:00
|
|
|
"lib/sinatra/required_params.rb",
|
2011-04-22 07:44:32 -04:00
|
|
|
"lib/sinatra/test_helpers.rb",
|
|
|
|
"sinatra-contrib.gemspec",
|
2011-05-12 14:13:00 -04:00
|
|
|
"spec/capture_spec.rb",
|
2011-04-22 07:44:32 -04:00
|
|
|
"spec/config_file/key_value.yml",
|
2012-06-20 03:05:54 -04:00
|
|
|
"spec/config_file/key_value.yml.erb",
|
2011-10-01 16:02:47 -04:00
|
|
|
"spec/config_file/key_value_override.yml",
|
2011-04-22 07:44:32 -04:00
|
|
|
"spec/config_file/missing_env.yml",
|
|
|
|
"spec/config_file/with_envs.yml",
|
|
|
|
"spec/config_file/with_nested_envs.yml",
|
|
|
|
"spec/config_file_spec.rb",
|
|
|
|
"spec/content_for/different_key.erb",
|
|
|
|
"spec/content_for/different_key.erubis",
|
|
|
|
"spec/content_for/different_key.haml",
|
|
|
|
"spec/content_for/different_key.slim",
|
2013-08-13 15:35:41 -04:00
|
|
|
"spec/content_for/footer.erb",
|
|
|
|
"spec/content_for/footer.erubis",
|
|
|
|
"spec/content_for/footer.haml",
|
|
|
|
"spec/content_for/footer.slim",
|
2011-04-22 07:44:32 -04:00
|
|
|
"spec/content_for/layout.erb",
|
|
|
|
"spec/content_for/layout.erubis",
|
|
|
|
"spec/content_for/layout.haml",
|
|
|
|
"spec/content_for/layout.slim",
|
|
|
|
"spec/content_for/multiple_blocks.erb",
|
|
|
|
"spec/content_for/multiple_blocks.erubis",
|
|
|
|
"spec/content_for/multiple_blocks.haml",
|
|
|
|
"spec/content_for/multiple_blocks.slim",
|
|
|
|
"spec/content_for/multiple_yields.erb",
|
|
|
|
"spec/content_for/multiple_yields.erubis",
|
|
|
|
"spec/content_for/multiple_yields.haml",
|
|
|
|
"spec/content_for/multiple_yields.slim",
|
|
|
|
"spec/content_for/passes_values.erb",
|
|
|
|
"spec/content_for/passes_values.erubis",
|
|
|
|
"spec/content_for/passes_values.haml",
|
|
|
|
"spec/content_for/passes_values.slim",
|
|
|
|
"spec/content_for/same_key.erb",
|
|
|
|
"spec/content_for/same_key.erubis",
|
|
|
|
"spec/content_for/same_key.haml",
|
|
|
|
"spec/content_for/same_key.slim",
|
|
|
|
"spec/content_for/takes_values.erb",
|
|
|
|
"spec/content_for/takes_values.erubis",
|
|
|
|
"spec/content_for/takes_values.haml",
|
|
|
|
"spec/content_for/takes_values.slim",
|
|
|
|
"spec/content_for_spec.rb",
|
2011-09-30 21:31:47 -04:00
|
|
|
"spec/cookies_spec.rb",
|
2014-03-19 03:14:01 -04:00
|
|
|
"spec/custom_logger_spec.rb",
|
2011-04-22 07:44:32 -04:00
|
|
|
"spec/extension_spec.rb",
|
2011-05-12 14:13:00 -04:00
|
|
|
"spec/json_spec.rb",
|
2011-04-22 07:44:32 -04:00
|
|
|
"spec/link_header_spec.rb",
|
2011-09-30 21:31:47 -04:00
|
|
|
"spec/multi_route_spec.rb",
|
2011-04-22 07:44:32 -04:00
|
|
|
"spec/namespace/foo.erb",
|
|
|
|
"spec/namespace/nested/foo.erb",
|
|
|
|
"spec/namespace_spec.rb",
|
2011-05-12 14:13:00 -04:00
|
|
|
"spec/okjson.rb",
|
2011-04-22 07:44:32 -04:00
|
|
|
"spec/reloader/app.rb.erb",
|
|
|
|
"spec/reloader_spec.rb",
|
|
|
|
"spec/respond_with/bar.erb",
|
|
|
|
"spec/respond_with/bar.json.erb",
|
2013-08-13 15:35:41 -04:00
|
|
|
"spec/respond_with/baz.yajl",
|
2011-04-22 07:44:32 -04:00
|
|
|
"spec/respond_with/foo.html.erb",
|
|
|
|
"spec/respond_with/not_html.sass",
|
|
|
|
"spec/respond_with_spec.rb",
|
2011-08-22 12:49:55 -04:00
|
|
|
"spec/spec_helper.rb",
|
2014-04-19 12:28:49 -04:00
|
|
|
"spec/streaming_spec.rb",
|
|
|
|
"spec/params_spec.rb",
|
2011-04-22 07:44:32 -04:00
|
|
|
]
|
|
|
|
|
2016-05-10 09:02:11 -04:00
|
|
|
s.required_ruby_version = '>= 2.2.0'
|
|
|
|
|
2016-08-22 10:08:23 -04:00
|
|
|
s.add_dependency "sinatra", Sinatra::VERSION
|
2016-08-22 10:34:56 -04:00
|
|
|
s.add_dependency "mustermann", "1.0.0.beta2"
|
2011-03-24 03:43:39 -04:00
|
|
|
s.add_dependency "backports", ">= 2.0"
|
2015-04-26 22:40:28 -04:00
|
|
|
s.add_dependency "tilt", ">= 1.3", "< 3"
|
2011-03-29 13:40:32 -04:00
|
|
|
s.add_dependency "rack-test"
|
2016-08-22 10:10:44 -04:00
|
|
|
s.add_dependency "rack-protection", Sinatra::VERSION
|
2013-03-29 09:07:37 -04:00
|
|
|
s.add_dependency "multi_json"
|
2011-03-24 03:43:39 -04:00
|
|
|
|
2016-05-10 10:08:54 -04:00
|
|
|
s.add_development_dependency "rspec", "~> 3.4"
|
2011-03-29 13:40:32 -04:00
|
|
|
s.add_development_dependency "haml"
|
|
|
|
s.add_development_dependency "erubis"
|
|
|
|
s.add_development_dependency "slim"
|
2015-04-26 22:40:28 -04:00
|
|
|
s.add_development_dependency "less"
|
|
|
|
s.add_development_dependency "sass"
|
|
|
|
s.add_development_dependency "builder"
|
|
|
|
s.add_development_dependency "liquid"
|
|
|
|
s.add_development_dependency "redcarpet"
|
2016-05-03 06:37:38 -04:00
|
|
|
s.add_development_dependency "RedCloth", "~> 4.2.9"
|
2015-04-26 22:40:28 -04:00
|
|
|
s.add_development_dependency "asciidoctor"
|
|
|
|
s.add_development_dependency "radius"
|
|
|
|
s.add_development_dependency "coffee-script"
|
|
|
|
s.add_development_dependency "nokogiri"
|
|
|
|
s.add_development_dependency "creole"
|
|
|
|
s.add_development_dependency "wikicloth"
|
|
|
|
s.add_development_dependency "markaby"
|
2016-04-10 23:23:54 -04:00
|
|
|
s.add_development_dependency "rake", "< 11"
|
2011-03-24 03:43:39 -04:00
|
|
|
end
|