bard 0.24.4 → 0.24.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bard.rb +1 -0
  3. data/lib/bard/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 09f5a184f0a330e3a96a3a9e6e21a2d658f87771
4
- data.tar.gz: 47636d82e92dcac0d9fea2ef718df679c670fcfd
3
+ metadata.gz: df6143659ea797ee2d0d605c45166dc31453829c
4
+ data.tar.gz: 5efb66b3dc8d650f89d59d02b1c0baf0be6d0a41
5
5
  SHA512:
6
- metadata.gz: 3f49ca1ad35bb563ba7d9ea27a04805568539a06335a25586582c487b6357fdbf1bbc6151e847d0bb8e20f7eda852b062e7b99c6a2906abcff203c2e3601949e
7
- data.tar.gz: 28620246c7cf89c01171f5319a04c582032e5c520ae9596491868feb89224a13565ca0c21b721fcdb8af078d397dac0596ec0afe4f2272a915ac8bb1dd1d4fab
6
+ metadata.gz: 5a622520d7c385f07a7543624213662b389aea0f2a839cf57246435bb09578ca02ffce1ad3225adf63ce8bc8b625522226183a6aeb239420e4a5b690fb189fb8
7
+ data.tar.gz: 4e7e6e4dd5beaaacaf558cdd5c3fdcf6405e87d3aa6c367d28e46f88e5d0fdcb1a2de73c3fe02b5bed44709c95e368cc73ac2a4f362391c0eb8919db73ccb30d
@@ -103,6 +103,7 @@ class Bard::CLI < Thor
103
103
  puts
104
104
  puts ci.console
105
105
  puts "Automated tests failed!"
106
+ exit 1
106
107
  end
107
108
  end
108
109
 
@@ -1,4 +1,4 @@
1
1
  module Bard
2
- VERSION = "0.24.4"
2
+ VERSION = "0.24.5"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.4
4
+ version: 0.24.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-03 00:00:00.000000000 Z
11
+ date: 2014-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor