lift_off 0.1.13 → 0.1.14

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 +6 -5
  2. data/lib/lift_off/version.rb +1 -1
  3. metadata +1 -1
data/bin/lift_off CHANGED
@@ -12,11 +12,12 @@ end
12
12
 
13
13
  new_name = ARGV[0]
14
14
 
15
- p "*" * 100
16
- p "HOWDY FRIEND!!!"
17
- p "*" * 100
18
- p "I'm going to rename your Rails app for you. Just sit back and enjoy the ride."
19
- p "=" * 100
15
+ pa "*" * 25, :green
16
+ pa "HOWDY FRIEND!!!", :green
17
+ pa "*" * 100, :green
18
+ pa "\n"
19
+ pa "I'm going to rename your Rails app for you. Just sit back and enjoy the ride.", :blue
20
+ pa "=" * 100, :green
20
21
 
21
22
  def underscore(string)
22
23
  string.gsub(/::/, '/').
@@ -1,3 +1,3 @@
1
1
  module LiftOff
2
- VERSION = '0.1.13'
2
+ VERSION = '0.1.14'
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.13
4
+ version: 0.1.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: