sinatra-rack-3-commonlit 3.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: f2e5bf0fe5c0e9108fdca9c7f68118869c614631575ff15a49f9b57d37a60b00
4
+ data.tar.gz: eb7f9e293a7921a3eeda71331d66494f75647ce5204b8df65e95c9e6fc0dd774
5
+ SHA512:
6
+ metadata.gz: 6446db5c1dab0a02b5621fdaa362afa6dc9aa7c5514eb637419d1b21172745c3443aaf30317e7a02973547726700d3d9a69c5859b21516b7ad8e0de4d387b57c
7
+ data.tar.gz: 77bc94cdbef380d2f68d28428ae9924c6867c5304d6a9f73f91411b626242294bb1468cc01ffa910e8202be115f74f10136cf575083dc7a2e8abbc1c27ab2f81
data/.yardopts ADDED
@@ -0,0 +1,5 @@
1
+ --readme README.md
2
+ --title 'Sinatra API Documentation'
3
+ --charset utf-8
4
+ --markup markdown
5
+ 'lib/**/*.rb' - '*.md'
data/AUTHORS.md ADDED
@@ -0,0 +1,81 @@
1
+ Sinatra was designed and developed by Blake Mizerany in California.
2
+
3
+ ### Current Team
4
+
5
+ * **Konstantin Haase** (maintainer)
6
+ * **Zachary Scott**
7
+ * **Kashyap Kondamudi**
8
+ * **Ashley Williams**
9
+ * **Trevor Bramble**
10
+ * **Kunpei Sakai**
11
+
12
+ ### Alumni
13
+
14
+ * **Blake Mizerany** (creator)
15
+ * **Ryan Tomayko**
16
+ * **Simon Rozet**
17
+ * **Katrina Owen**
18
+
19
+ ### Thanks
20
+
21
+ Sinatra would not have been possible without strong company backing.
22
+ In the past, financial and emotional support have been provided mainly by
23
+ [Heroku](http://heroku.com), [GitHub](https://github.com) and
24
+ [Engine Yard](http://www.engineyard.com/), and is now taken care of by
25
+ [Travis CI](http://travis-ci.com/).
26
+
27
+ Special thanks to the following extraordinary individuals, without whom
28
+ Sinatra would not be possible:
29
+
30
+ * [Ryan Tomayko](http://tomayko.com/) (rtomayko) for constantly fixing
31
+ whitespace errors __60d5006__
32
+ * [Ezra Zygmuntowicz](http://brainspl.at/) (ezmobius) for initial help and
33
+ letting Blake steal some of merbs internal code.
34
+ * [Chris Schneider](http://gittr.com) (cschneid) for The Book, the blog,
35
+ [irclogger.com](http://irclogger.com/sinatra/), and a bunch of useful
36
+ patches.
37
+ * [Markus Prinz](http://nuclearsquid.com/) (cypher) for patches over the
38
+ years, caring about the README, and hanging in there when times were rough.
39
+ * [Erik Kastner](http://metaatem.net/) (kastner) for fixing `MIME_TYPES` under
40
+ Rack 0.5.
41
+ * [Ben Bleything](http://blog.bleything.net/) (bleything) for caring about HTTP
42
+ status codes and doc fixes.
43
+ * [Igal Koshevoy](http://twitter.com/igalko) (igal) for root path detection under
44
+ Thin/Passenger.
45
+ * [Jon Crosby](http://joncrosby.me/) (jcrosby) for coffee breaks, doc fixes, and
46
+ just because, man.
47
+ * [Karel Minarik](https://github.com/karmi) (karmi) for screaming until the
48
+ website came back up.
49
+ * [Jeremy Evans](http://code.jeremyevans.net/) (jeremyevans) for unbreaking
50
+ optional path params (twice!)
51
+ * [The GitHub guys](https://github.com/) for stealing Blake's table.
52
+ * [Nickolas Means](http://nmeans.org/) (nmeans) for Sass template support.
53
+ * [Victor Hugo Borja](https://github.com/vic) (vic) for splat'n routes specs and
54
+ doco.
55
+ * [Avdi Grimm](http://avdi.org/) (avdi) for basic RSpec support.
56
+ * [Jack Danger Canty](http://jåck.com/) for a more accurate root directory
57
+ and for making me watch [this](http://www.youtube.com/watch?v=ueaHLHgskkw) just
58
+ now.
59
+ * Mathew Walker for making escaped paths work with static files.
60
+ * Millions of Us for having the problem that led to Sinatra's conception.
61
+ * [Songbird](http://getsongbird.com/) for the problems that helped Sinatra's
62
+ future become realized.
63
+ * [Rick Olson](http://techno-weenie.net/) (technoweenie) for the killer plug
64
+ at RailsConf '08.
65
+ * Steven Garcia for the amazing custom artwork you see on 404's and 500's
66
+ * [Pat Nakajima](http://patnakajima.com/) (nakajima) for fixing non-nested
67
+ params in nested params Hash's.
68
+ * Gabriel Andretta for having people wonder whether our documentation is
69
+ actually in English or in Spanish.
70
+ * Vasily Polovnyov, Nickolay Schwarz, Luciano Sousa, Wu Jiang,
71
+ Mickael Riga, Bernhard Essl, Janos Hardi, Kouhei Yanagita and
72
+ "burningTyger" for willingly translating whatever ends up in the README.
73
+ * [Wordy](https://wordy.com/) for proofreading our README. **73e137d**
74
+ * cactus for digging through code and specs, multiple times.
75
+ * Nicolás Sanguinetti (foca) for strong demand of karma and shaping
76
+ helpers/register.
77
+
78
+ And last but not least:
79
+
80
+ * [Frank Sinatra](http://www.sinatra.com/) (chairman of the board) for having so much class he
81
+ deserves a web-framework named after him.