bard 0.11.2 → 0.11.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bard.gemspec +2 -2
  3. data/lib/bard.rb +3 -2
  4. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.2
1
+ 0.11.3
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bard}
8
- s.version = "0.11.2"
8
+ s.version = "0.11.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Micah Geisel", "Nick Hogle"]
12
- s.date = %q{2010-11-15}
12
+ s.date = %q{2010-12-06}
13
13
  s.default_executable = %q{bard}
14
14
  s.description = %q{This immaculate work of engineering genius allows mere mortals to collaborate with beings of transcendent intelligence like Micah, Michael, and Nick.}
15
15
  s.email = %q{info@botandrose.com}
@@ -65,9 +65,10 @@ class Bard < Thor
65
65
  raise NonFastForwardError unless fast_forward_merge?("origin/#{current_branch}")
66
66
 
67
67
  run_crucial "git push origin #{current_branch}", true
68
- run_crucial "cap stage"
68
+ run_crucial "cap stage", options.verbose?
69
69
  end
70
70
 
71
+ method_options %w( verbose -v ) => :boolean
71
72
  desc "deploy", "pushes, merges integration branch into master and deploys it to production"
72
73
  def deploy
73
74
  invoke :push
@@ -96,7 +97,7 @@ class Bard < Thor
96
97
  end
97
98
  end
98
99
 
99
- run_crucial "cap deploy"
100
+ run_crucial "cap deploy", options.verbose?
100
101
  end
101
102
 
102
103
  private
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
4
+ hash: 53
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 11
9
- - 2
10
- version: 0.11.2
9
+ - 3
10
+ version: 0.11.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Micah Geisel
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-11-15 00:00:00 -08:00
19
+ date: 2010-12-06 00:00:00 -08:00
20
20
  default_executable: bard
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency