fast_track 0.0.5 → 0.0.6

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.
@@ -1,21 +0,0 @@
1
-
2
- class FastTrack
3
-
4
- class Thin < Track
5
- gemfile do
6
- gem "thin"
7
- end
8
- end
9
-
10
- # TODO: This should install the Thin config file
11
- # and allow Thin to be started on boot.
12
- # http://jordanhollinger.com/2011/04/22/how-to-use-thin-effectivly
13
- class ProductionThin < Track
14
-
15
- end
16
-
17
- # http://www.funonrails.com/2010/03/nginx-and-thin-installation-and.html
18
- class NginxThin < Track
19
-
20
- end
21
- end