lift_off 0.1.18 → 0.1.19
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/lift_off +3 -3
- data/lib/lift_off/version.rb +1 -1
- metadata +1 -1
data/bin/lift_off
CHANGED
@@ -78,13 +78,13 @@ Dir.chdir "#{underscore(new_name)}" do
|
|
78
78
|
replace_in_file(target, new_name)
|
79
79
|
end
|
80
80
|
pa "All files renamed.", :blue
|
81
|
-
pa "
|
81
|
+
pa "=" * 18, :green
|
82
82
|
pa ""
|
83
83
|
|
84
84
|
pa "I need to setup the database yml now.", :blue
|
85
85
|
FileUtils.cp 'config/database.example.yml', 'config/database.yml'
|
86
86
|
pa "Done!", :blue
|
87
|
-
pa "
|
87
|
+
pa "=" * 5, :green
|
88
88
|
pa ""
|
89
89
|
|
90
90
|
pa "I'm going to clear out the FlightPlan git repo now.", :blue
|
@@ -92,7 +92,7 @@ Dir.chdir "#{underscore(new_name)}" do
|
|
92
92
|
pa "Done. Let's set a new one up.", :blue
|
93
93
|
establish_new_git_repo
|
94
94
|
pa "Sweet. That's done too.", :blue
|
95
|
-
pa "
|
95
|
+
pa "=" * 23, :green
|
96
96
|
pa ""
|
97
97
|
|
98
98
|
pa "And we're done! ENJOY!!!!!1!", :magenta
|
data/lib/lift_off/version.rb
CHANGED