super-max-tool 0.0.1

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