lift_off 0.1.18 → 0.1.19

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 -3
  2. data/lib/lift_off/version.rb +1 -1
  3. 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 "*" * 18, :green
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 "*" * 5, :green
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 "*" * 23, :green
95
+ pa "=" * 23, :green
96
96
  pa ""
97
97
 
98
98
  pa "And we're done! ENJOY!!!!!1!", :magenta
@@ -1,3 +1,3 @@
1
1
  module LiftOff
2
- VERSION = '0.1.18'
2
+ VERSION = '0.1.19'
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.18
4
+ version: 0.1.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: