rspec-capturing-formatter 1.0.1 → 1.0.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: 80a4b49223b6aaa6bbd6d56615f473e9fcf466325c920085dcc5feb265b88481
4
- data.tar.gz: 8dda70c2b5caa5b7a1d850f24c0076eace39040f88440cecea0a39cd86d164eb
3
+ metadata.gz: 19503a13ac6bfc68facc76325bd41bd2b440adcd62286043bdc4d640973604ca
4
+ data.tar.gz: bbed93a7930a15b1a1b4bd395c474b6e2a725e735bca93a9528d27d67a111e09
5
5
  SHA512:
6
- metadata.gz: 9105fd05e4abc47239bb4035f52d5022a3396b0f3e9e4d0d640c9a721572a9a4ea44fe96788a640e5904cdb028b53bbd8605a36f6cc99829c1587d7935e933d9
7
- data.tar.gz: dc5d6157f91fcb8f8cd5f8a9e46116744e52bb1b1dfebbc151369adbf4ce22cede4007617468feb3fde85d55b5735436406b0ca63fa43080c8232687032a1249
6
+ metadata.gz: 71c8229f3cd01dc16408afc61e663715a3d10040cc64cd5a8b47e72686647cfd4c2c877b1e9fe6683cf7c825fe17cb9d16a631ef89a61ed433a994c6251719de
7
+ data.tar.gz: 7e5390702ff5a2bd814124e03f82bf413e59d8a28332aef8c9e002b8001b635fd22df8a03a0c7e73af0b276eaa315157f7f3df7701ba1c8100518b0273436803
@@ -65,7 +65,7 @@ module RSpec
65
65
  begin_entry
66
66
  @entry_kind = :context
67
67
  @entry_path = path
68
- line(path) if heading
68
+ line(path, :bold) if heading
69
69
  end
70
70
 
71
71
  def suite_started(heading: true)
@@ -4,6 +4,6 @@ module RSpec
4
4
  class CapturingFormatter
5
5
  # After updating this value, run `bundle exec rake bundle:install -m`
6
6
  # to sync all Bundler lockfiles.
7
- VERSION = "1.0.1"
7
+ VERSION = "1.0.2"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-capturing-formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hongli Lai