sinatra-rack-3-commonlit 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: fdff8c61e36ee510faa21b6a1c8bfdd9c772940967be314abd5efb4b16eedba4
4
+ data.tar.gz: ba62e102991f02a189a867b7ce812b16d799d55cc9844f378b6a5bf4eda9c172
5
+ SHA512:
6
+ metadata.gz: 0a836f621440cb5ee05d49d2b2b44925be9af0b3222dd2105116e63d72ef6c14740b75c25c292b9309843dfbb704c3a583c295deab91de81dfcc2e75e1a63daf
7
+ data.tar.gz: 22b61167dbe001ac316ae0df2406a2d12ba1fabae40e36deb4ae3591e9399403584ca1b473ad2fa212849da5bed4ee26ad8c818c1d2f25b895adedec1cfc5bc2
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.