lift_off 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
data/bin/lift_off CHANGED
@@ -1,11 +1,12 @@
1
1
  #!/usr/bin/env ruby
2
2
  require 'fileutils'
3
3
  require 'tempfile'
4
+ require 'paint/pa'
4
5
 
5
6
  ORIGINAL_NAME = 'FlightPlan'
6
7
 
7
8
  if ARGV.count!=1
8
- puts "Usage: lift_off <Newname>"
9
+ pa "Usage: lift_off <Newname>", :red
9
10
  exit 1
10
11
  end
11
12
 
@@ -1,3 +1,3 @@
1
1
  module LiftOff
2
- VERSION = '0.1.12'
2
+ VERSION = '0.1.13'
3
3
  end
data/lift_off.gemspec CHANGED
@@ -15,6 +15,7 @@ Gem::Specification.new do |s|
15
15
  s.require_paths = ['lib']
16
16
  s.test_files = `git ls-files spec`.split("\n")
17
17
  s.add_dependency 'fileutils'
18
+ s.add_dependency 'paint'
18
19
 
19
20
  s.executables << 'lift_off'
20
21
 
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.12
4
+ version: 0.1.13
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-04-26 00:00:00.000000000 Z
12
+ date: 2013-04-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fileutils
@@ -27,6 +27,22 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
+ - !ruby/object:Gem::Dependency
31
+ name: paint
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
30
46
  description: This gem provides a CLI for making new Rails apps with the Iora stack.
31
47
  email: rubygems@iorahealth.com
32
48
  executables: