lighthouse-matchers 1.2.0 → 1.3.0

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.
data/package.json CHANGED
@@ -24,6 +24,6 @@
24
24
  },
25
25
  "homepage": "https://github.com/ackama/lighthouse-matchers#readme",
26
26
  "dependencies": {
27
- "lighthouse": "^9.6.7"
27
+ "lighthouse": "^12.6.1"
28
28
  }
29
29
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lighthouse-matchers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh McArthur on behalf of Ackama
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-13 00:00:00.000000000 Z
11
+ date: 2025-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description:
97
+ description:
98
98
  email:
99
99
  - josh.mcarthur@ackama.com
100
100
  executables: []
@@ -130,7 +130,7 @@ metadata:
130
130
  source_code_uri: https://github.com/ackama/lighthouse-matchers
131
131
  changelog_uri: https://github.com/ackama/lighthouse-matchers/blob/master/CHANGELOG.md
132
132
  rubygems_mfa_required: 'true'
133
- post_install_message:
133
+ post_install_message:
134
134
  rdoc_options: []
135
135
  require_paths:
136
136
  - lib
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  version: '0'
147
147
  requirements: []
148
148
  rubygems_version: 3.4.19
149
- signing_key:
149
+ signing_key:
150
150
  specification_version: 4
151
151
  summary: Provides RSpec matchers for executing and evaluating Lighthouse audit scores
152
152
  test_files: []