fast_track 0.0.3 → 0.0.4

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.
@@ -0,0 +1,12 @@
1
+ class FastTrack
2
+ class Mysql < Track
3
+ gemfile do
4
+ gem 'mysql2'
5
+ end
6
+
7
+ # TODO: Add config/database.yml to include mysql2
8
+ def invoke
9
+ rake "db:create:all"
10
+ end
11
+ end
12
+ end
@@ -0,0 +1,21 @@
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
@@ -1,3 +1,3 @@
1
1
  module FastTrack
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_track
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -104,8 +104,10 @@ files:
104
104
  - lib/fast_track/generator.rb
105
105
  - lib/fast_track/guard.rb
106
106
  - lib/fast_track/jquery.rb
107
+ - lib/fast_track/mysql.rb
107
108
  - lib/fast_track/omniauth.rb
108
109
  - lib/fast_track/rolify.rb
110
+ - lib/fast_track/thin.rb
109
111
  - lib/fast_track/track.rb
110
112
  - lib/fast_track/track_methods.rb
111
113
  - lib/fast_track/twitter_bootstrap.rb
@@ -132,7 +134,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
132
134
  version: '0'
133
135
  segments:
134
136
  - 0
135
- hash: 2775876779889266513
137
+ hash: -2716300588193835807
136
138
  required_rubygems_version: !ruby/object:Gem::Requirement
137
139
  none: false
138
140
  requirements:
@@ -141,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
143
  version: '0'
142
144
  segments:
143
145
  - 0
144
- hash: 2775876779889266513
146
+ hash: -2716300588193835807
145
147
  requirements: []
146
148
  rubyforge_project:
147
149
  rubygems_version: 1.8.25