rspec-watchdog 0.1.1 → 0.1.3

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: 4919c874fad5a5da7beba8c708ed31a33b25415fcb84321560eeead42b4ffc9a
4
+ data.tar.gz: 4d2e0c47abd4b43eaf9e9b39dda3c555f962ef954e7d128083b6227d6d8c3ceb
5
5
  SHA512:
6
- metadata.gz: fba6672068fdd3593b0616cbb5030102aec2103eb82d9b741984bba0183957fdd09d82fa0924347957c9e0d836d592c3f90ab6779fc78f2b35fd66d8e3a61340
7
- data.tar.gz: '0558a74c451bf1e1e079bfb6e202157263773d1a39e8225ee84c6df02eb8a181d4df20ac51cdd23bf2b3000a9b08d33683b11977b96895c2158c94df2258a9a3'
6
+ metadata.gz: 5feabdda9b4ad87a113811da7c6803c81ec73b0e1d9c53a90e70ce31ca18552c24f40ad99d22ad5b71bd49f5bf7c3c399af1b373a5e43ad1b4a363d0e671d8ff
7
+ data.tar.gz: 1318cd1bdad2f21429d19fccaa790b910651a153769725ff0b087e649447c5b9849886b0267a94490dd2ecdb8f06aa006f8150cf5d34dff5965503bf93879268
@@ -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.3"
6
6
  end
7
7
  end
Binary file
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.3
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,8 @@ 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
57
+ - rspec-watchdog-0.1.2.gem
56
58
  - sig/rspec/watchdog.rbs
57
59
  homepage: https://github.com/windmotion-io/rspec-watchdog
58
60
  licenses: