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.
Files changed (3) hide show
  1. data/bin/lift_off +0 -6
  2. data/lib/lift_off/version.rb +1 -1
  3. metadata +2 -2
@@ -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
@@ -1,3 +1,3 @@
1
1
  module LiftOff
2
- VERSION = '0.2.1'
2
+ VERSION = '0.3.0'
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.2.1
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: 2013-05-17 00:00:00.000000000 Z
12
+ date: 2014-03-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fileutils