lift_off 0.1.15 → 0.1.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/lift_off +8 -6
  2. data/lib/lift_off/version.rb +1 -1
  3. metadata +1 -1
data/bin/lift_off CHANGED
@@ -56,15 +56,17 @@ def establish_new_git_repo
56
56
  end
57
57
 
58
58
 
59
- p "Time to clone the repo."
59
+ pa "Cloning the Repo...", :blue
60
60
  clone_repo
61
- p "Sweet!!!"
62
- p "=" * 100
61
+ pa "Repository Cloned.", :blue
62
+ pa "=" * 18, :green
63
+ pa ""
63
64
 
64
- p "Renaming the root folder now"
65
+ pa "Renaming Flight Plan's folder to #{underscore(new_name)}", :blue
65
66
  rename_root_folder(new_name)
66
- p "Done!"
67
- p "=" * 100
67
+ pa "Rename Complete.", :blue
68
+ pa "=" * 16, :green
69
+ pa ""
68
70
 
69
71
  Dir.chdir "#{underscore(new_name)}" do
70
72
  other_files = [".rvmrc", "config.ru", "Rakefile"].select {|other| File.exists?(other) }
@@ -1,3 +1,3 @@
1
1
  module LiftOff
2
- VERSION = '0.1.15'
2
+ VERSION = '0.1.16'
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.15
4
+ version: 0.1.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: