rscout 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45f571e06d7a70225b4405cf9c83e7f89b5b5acf
4
- data.tar.gz: a0002b5ccd2e9f0e2d7219d3e224b3ee236a8180
3
+ metadata.gz: 122f7a05a4c4d1a366866e830436fc02cbeae6cd
4
+ data.tar.gz: 035395fa5ed400e3110135c40b9e79854ea02ee3
5
5
  SHA512:
6
- metadata.gz: 320b3c8f5fa0ec3e76e94492d24f84183705d8835a5ca8f08457e91ddac4ebb71fa655f0bbd77aa67beb1f6d059a71197156cf0b93db7c54ffefd4346c238ad6
7
- data.tar.gz: bf383251be2a6da418f0247087f1fab031040e0d7c7e448adff283215a41c2ea9f3f00568e93253dd3ae41b5fa2e5f217049ae8848f750dc8abed7ddf79a1503
6
+ metadata.gz: 527601c844ab30a370921a303214ac0df68d081b015d0c3dfd8339d2255b6664dc0c24f0d83cbac300c9a3e821c7f65d4483caa872614324795cc4b77cd29534
7
+ data.tar.gz: 7b6948db98ae4334239c2539231851fd6a719b6c42f4253867f75cb636ae2c192ee645660fd21ed9fc811ce2b5bf5eb0f73d4b68fbdec564c97d251bd5904ef4
data/lib/rscout.rb CHANGED
@@ -100,6 +100,7 @@ module RScout
100
100
  failed
101
101
  end
102
102
  end
103
+ end
103
104
 
104
105
  def send_failure_notifications(config, env, output)
105
106
  email_body = [output.txt.string, output.error.backtrace.join("\n")].join("\n")
@@ -1,3 +1,3 @@
1
1
  module Rscout
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rscout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Hammond (@andrhamm)