rspec-watchdog 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32495611ecc0f464f1ef835df5fa8d5456a74ca5c08c9e80644ccbe8bbb38005
4
- data.tar.gz: c5912c59768f88bd735b5b8c2824ad7da00c186f151089bce2165c7779581c7f
3
+ metadata.gz: ab8860e297ab760ddbd7c28fd942cd75dc9f73b63e0440ee6a68a4ca267a97fa
4
+ data.tar.gz: 2359b37bac007fb080fc5ac2336fecd9cadb46ac3a15c8cd39df0d729aed9eb1
5
5
  SHA512:
6
- metadata.gz: fba6672068fdd3593b0616cbb5030102aec2103eb82d9b741984bba0183957fdd09d82fa0924347957c9e0d836d592c3f90ab6779fc78f2b35fd66d8e3a61340
7
- data.tar.gz: '0558a74c451bf1e1e079bfb6e202157263773d1a39e8225ee84c6df02eb8a181d4df20ac51cdd23bf2b3000a9b08d33683b11977b96895c2158c94df2258a9a3'
6
+ metadata.gz: 989989fb956f3486d64c1b0b534f6429a0f74057a397f30365b362eca994e7b2f3a76dfc70b536bbf85528a7ec3d6f70699812318b21c1cb08aaabd0fbe91b78
7
+ data.tar.gz: 8645e4d06224f1e34451e6b40598204fd04560b21e64dfb362d9321de0e7b65bd5826e7c3ad69ecfd2959cd531cb24c05f288257cee529a4bfd503cb6a2ace31
@@ -26,7 +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: example.metadata[:flaky].presence || false
29
+ flaky: example.metadata[:flaky] || false
30
30
  }
31
31
  end
32
32
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rspec
4
4
  module Watchdog
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
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-09 00:00:00.000000000 Z
12
+ date: 2025-04-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -53,6 +53,7 @@ files:
53
53
  - lib/rspec/watchdog/slow_spec_formatter.rb
54
54
  - lib/rspec/watchdog/version.rb
55
55
  - rspec-watchdog-0.1.0.gem
56
+ - rspec-watchdog-0.1.1.gem
56
57
  - sig/rspec/watchdog.rbs
57
58
  homepage: https://github.com/windmotion-io/rspec-watchdog
58
59
  licenses: