lift_off 0.1.17 → 0.1.18
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/lift_off +3 -1
- data/lib/lift_off/version.rb +1 -1
- metadata +1 -1
data/bin/lift_off
CHANGED
@@ -85,6 +85,7 @@ Dir.chdir "#{underscore(new_name)}" do
|
|
85
85
|
FileUtils.cp 'config/database.example.yml', 'config/database.yml'
|
86
86
|
pa "Done!", :blue
|
87
87
|
pa "*" * 5, :green
|
88
|
+
pa ""
|
88
89
|
|
89
90
|
pa "I'm going to clear out the FlightPlan git repo now.", :blue
|
90
91
|
remove_git_repo
|
@@ -92,6 +93,7 @@ Dir.chdir "#{underscore(new_name)}" do
|
|
92
93
|
establish_new_git_repo
|
93
94
|
pa "Sweet. That's done too.", :blue
|
94
95
|
pa "*" * 23, :green
|
96
|
+
pa ""
|
95
97
|
|
96
|
-
pa "And we're done! ENJOY!!!!!1!", :
|
98
|
+
pa "And we're done! ENJOY!!!!!1!", :magenta
|
97
99
|
end
|
data/lib/lift_off/version.rb
CHANGED