startbrick 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.
- data/README.md +5 -1
- data/bin/startbrick +1 -2
- data/lib/startbrick/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -29,7 +29,11 @@ Install the gem with
|
|
29
29
|
|
30
30
|
Startbrick works with Rails 3.
|
31
31
|
|
32
|
-
To use startbrick,
|
32
|
+
To use startbrick, puts this line in your Gemfile
|
33
|
+
|
34
|
+
gem 'startbrick'
|
35
|
+
|
36
|
+
and start your Rails app with this command:
|
33
37
|
|
34
38
|
startbrick
|
35
39
|
|
data/bin/startbrick
CHANGED
data/lib/startbrick/version.rb
CHANGED