lift_off 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/lift_off +0 -6
- data/lib/lift_off/version.rb +1 -1
- metadata +2 -2
data/bin/lift_off
CHANGED
@@ -81,12 +81,6 @@ Dir.chdir "#{underscore(new_name)}" do
|
|
81
81
|
pa "=" * 18, :green
|
82
82
|
pa ""
|
83
83
|
|
84
|
-
pa "I need to setup the database yml now.", :blue
|
85
|
-
FileUtils.cp 'config/database.example.yml', 'config/database.yml'
|
86
|
-
pa "Done!", :blue
|
87
|
-
pa "=" * 5, :green
|
88
|
-
pa ""
|
89
|
-
|
90
84
|
pa "I'm going to clear out the FlightPlan git repo now.", :blue
|
91
85
|
remove_git_repo
|
92
86
|
pa "Done. Let's set a new one up.", :blue
|
data/lib/lift_off/version.rb
CHANGED
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.
|
4
|
+
version: 0.3.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2014-03-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: fileutils
|