bard 0.15.2 → 0.15.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 +3 -3
  3. data/lib/bard.rb +1 -1
  4. metadata +5 -5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.15.2
1
+ 0.15.3
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "bard"
8
- s.version = "0.15.2"
8
+ s.version = "0.15.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 = "2011-09-14"
12
+ s.date = "2011-12-01"
13
13
  s.description = "This immaculate work of engineering genius allows mere mortals to collaborate with beings of transcendent intelligence like Micah, Michael, and Nick."
14
14
  s.email = "info@botandrose.com"
15
15
  s.executables = ["bard"]
@@ -63,7 +63,7 @@ Gem::Specification.new do |s|
63
63
  ]
64
64
  s.homepage = "http://github.com/botandrose/bard"
65
65
  s.require_paths = ["lib"]
66
- s.rubygems_version = "1.8.10"
66
+ s.rubygems_version = "1.8.11"
67
67
  s.summary = "Tools for collaborating with Bot and Rose Design."
68
68
 
69
69
  if s.respond_to? :specification_version then
@@ -56,7 +56,7 @@ class Bard < Thor
56
56
  warn NonFastForwardError unless fast_forward_merge?("origin/#{current_branch}")
57
57
 
58
58
  run_crucial "git pull --rebase origin #{current_branch}", options.verbose?
59
- run_crucial "bundle && bundle exec rake bootstrap:test", options.verbose?
59
+ run_crucial "bundle && bundle exec rake bootstrap", options.verbose?
60
60
  end
61
61
 
62
62
  method_options %w( verbose -v ) => :boolean
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: 39
4
+ hash: 37
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 15
9
- - 2
10
- version: 0.15.2
9
+ - 3
10
+ version: 0.15.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: 2011-09-14 00:00:00 Z
19
+ date: 2011-12-01 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  version_requirements: &id001 !ruby/object:Gem::Requirement
@@ -269,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
269
269
  requirements: []
270
270
 
271
271
  rubyforge_project:
272
- rubygems_version: 1.8.10
272
+ rubygems_version: 1.8.11
273
273
  signing_key:
274
274
  specification_version: 3
275
275
  summary: Tools for collaborating with Bot and Rose Design.