rspec-watchdog 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: f70de9ae9f5063183759f08a354cd314415f1f361853dd8ce5c2cac863c319b7
4
- data.tar.gz: 537a8463433e30ad9fd332d98ed5dfab2e8712ed06dd9ce52fec65f694b20b1e
3
+ metadata.gz: 32495611ecc0f464f1ef835df5fa8d5456a74ca5c08c9e80644ccbe8bbb38005
4
+ data.tar.gz: c5912c59768f88bd735b5b8c2824ad7da00c186f151089bce2165c7779581c7f
5
5
  SHA512:
6
- metadata.gz: 43b4fb491cd5e7a08812275a254ee61bc114f35d4dc6aee91cd76af828288d3a309ec2f789c8ce4e96eec138d7ed290e086916b4c253c2332978217d6e7397e2
7
- data.tar.gz: e7c13ed73adb19d2d6f8c6029e2db4fbe02f675eb48667350af302c371ae74940d3201354a32c1937d9b6248f3c0e3548df18437127944065af03b683ddd2d0e
6
+ metadata.gz: fba6672068fdd3593b0616cbb5030102aec2103eb82d9b741984bba0183957fdd09d82fa0924347957c9e0d836d592c3f90ab6779fc78f2b35fd66d8e3a61340
7
+ data.tar.gz: '0558a74c451bf1e1e079bfb6e202157263773d1a39e8225ee84c6df02eb8a181d4df20ac51cdd23bf2b3000a9b08d33683b11977b96895c2158c94df2258a9a3'
@@ -26,8 +26,7 @@ class SlowSpecFormatter
26
26
  run_time: example.execution_result.run_time,
27
27
  status: example.execution_result.status.to_s,
28
28
  error_message: example.execution_result.exception ? example.execution_result.exception.message : nil,
29
- flaky: true
30
- # flaky: example.metadata[:flaky].presence || false
29
+ flaky: example.metadata[:flaky].presence || false
31
30
  }
32
31
  end
33
32
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rspec
4
4
  module Watchdog
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-watchdog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Federico Aldunate
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2025-04-08 00:00:00.000000000 Z
12
+ date: 2025-04-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -52,6 +52,7 @@ files:
52
52
  - lib/rspec/watchdog.rb
53
53
  - lib/rspec/watchdog/slow_spec_formatter.rb
54
54
  - lib/rspec/watchdog/version.rb
55
+ - rspec-watchdog-0.1.0.gem
55
56
  - sig/rspec/watchdog.rbs
56
57
  homepage: https://github.com/windmotion-io/rspec-watchdog
57
58
  licenses: