look_out 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 701e8e2b5e28ee64a636a71404c262c4a6726a50f148ac314b018ccc5562fb3b
4
- data.tar.gz: 5f204a9c73ebdf8239ddeb57add4c1bac07c167b6867c17d391299b92470925d
3
+ metadata.gz: df6b7979afef09874a54554d6c03a296043cedc16d1cd073dd037c5de1d1d35f
4
+ data.tar.gz: 86226af1d4f9f7ca19645d7cc48ef8b31d18d2c4a7cad77c1eacd9dc565e08ed
5
5
  SHA512:
6
- metadata.gz: c38426f4cfa72241f501ab720711192f68da584dba629c5add1626ac72defe228c1c9dace5e7efd57cb3e5513c707665f8c001003e4be53198d3debdf611f77a
7
- data.tar.gz: f8be432a7b0d0ba80091c998f3c6f7e9a57034ccd3edc7b3fd4d9cdb9c3ace125deb2254d18e5cec9932bc1af34ba381b01c04f03b1aa9e1b29e4ef391cdd7bf
6
+ metadata.gz: 292c1d150135a49699e17c7dc53bfacf4542c0b796ee71a8c9b8c7d6be962120c4accf01f66a76109fef544ec14079657f9500773998e6c9a782e17d3435ad16
7
+ data.tar.gz: 570eb2c250a970981277400ef99ccda99f5783bfec521cb7fd5739f509fde2c0b478bd536f8f3dc04ecf26da822ad3052ddc832258d3816d960771605d5d605d
data/History.md CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ 0.1.11 / 2019-04-20
3
+ ==================
4
+
5
+ * Format SimpleCov coverage and report locally
6
+
2
7
  0.1.10 / 2019-04-18
3
8
  ==================
4
9
 
@@ -34,6 +34,7 @@ module LookOut
34
34
  end
35
35
 
36
36
  if LookOut.config.red_cove_api_key && defined?(SimpleCov)
37
+ SimpleCov.result.format!
37
38
  red_request = Typhoeus::Request.new(
38
39
  'https://red-cove.sea-aye.com/v1/sails',
39
40
  method: :post,
@@ -1,3 +1,3 @@
1
1
  module LookOut
2
- VERSION = '0.1.10'.freeze
2
+ VERSION = '0.1.11'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: look_out
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Hood
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-19 00:00:00.000000000 Z
11
+ date: 2019-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -213,7 +213,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
213
  - !ruby/object:Gem::Version
214
214
  version: '0'
215
215
  requirements: []
216
- rubygems_version: 3.0.3
216
+ rubyforge_project:
217
+ rubygems_version: 2.7.6
217
218
  signing_key:
218
219
  specification_version: 4
219
220
  summary: In charge of the observation of the code for hazards.