mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
600 B
JSON
19 lines
600 B
JSON
{
|
|
"name": "thin",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Thin is a Ruby web server that glues together 3 of the best Ruby libraries in web history: the Mongrel parser, Event Machine, and Rack",
|
|
"website": "http://code.macournoyer.com/thin/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^thin ([^\\s]+) codename (.+)$)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^thin [^\\s]+ (codename .+)$)"
|
|
}
|
|
]
|
|
}
|