lift_off 0.1.17 → 0.1.18

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.
Files changed (3) hide show
  1. data/bin/lift_off +3 -1
  2. data/lib/lift_off/version.rb +1 -1
  3. 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!", :pink
98
+ pa "And we're done! ENJOY!!!!!1!", :magenta
97
99
  end
@@ -1,3 +1,3 @@
1
1
  module LiftOff
2
- VERSION = '0.1.17'
2
+ VERSION = '0.1.18'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lift_off
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: