schmurfy-bacon 1.6.1 → 1.6.2

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/bacon.rb +1 -1
  3. data/lib/bacon/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d407a3fe2f8d2c59c1efc2aa7f57f9e109fedd14
4
- data.tar.gz: ecbf3fa2b29d323a2c2be5ff382c29ac69e97179
3
+ metadata.gz: a2d5f5afa2a35155275f4938a7f82e7dda1ce235
4
+ data.tar.gz: b5765d6cf692728fab6336fedb72397ab4b5c9a2
5
5
  SHA512:
6
- metadata.gz: 1bed43a7c6af8b7d9f9eccc1b9bdc7684dac284cd5c8db0dbc583d1be2e783d5c05d9b64759dc526ef4a1feb6774365c35c5504ae3e5a7d81773e8075c8c8bde
7
- data.tar.gz: 11cbdc55d405b0dde97c42539bb6383cd72b3f9f2a07cc090b5901398475c421fcde9eb0a6fd05c65af6bb62a90ae6fc4ad7e25a972016a1b102f2203284723c
6
+ metadata.gz: cc6adc0c97b8268bdd2ba4cc5a9ce28a1f98173c30c527204aa3ba331856ff8c6d5e2cb4d20c1ba834a0964a9d25eb1a74499794905650bfc503644aac685fb6
7
+ data.tar.gz: b122cc2482750a8a5d51172ca17c92c22d68db711f59b7a4fa4a9dc2455a68b8aa50dc1d3c3c55c6dcbbfd3c1ef97007d105ecaa0705a17dceb41431c7d912f5
data/lib/bacon.rb CHANGED
@@ -85,7 +85,7 @@ module Bacon
85
85
  end
86
86
 
87
87
  def self.store_error(e, description)
88
- ErrorLog << "#{e.class}: #{e.message}\n"
88
+ ErrorLog << "#{e.inspect}\n"
89
89
 
90
90
  backtrace = e.backtrace.find_all { |line| line !~ /guard|fsevent|thor|bacon/ }
91
91
  backtrace = backtrace[0, Bacon.backtrace_size] if Bacon.backtrace_size
data/lib/bacon/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Bacon
2
- VERSION = "1.6.1"
2
+ VERSION = "1.6.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schmurfy-bacon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Neukirchen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-23 00:00:00.000000000 Z
11
+ date: 2017-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: term-ansicolor
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  version: '0'
99
99
  requirements: []
100
100
  rubyforge_project:
101
- rubygems_version: 2.5.1
101
+ rubygems_version: 2.6.8
102
102
  signing_key:
103
103
  specification_version: 4
104
104
  summary: a small RSpec clone