rspec-html-matchers 0.9.4 → 0.10.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +6 -2
- data/lib/rspec-html-matchers/version.rb +1 -1
- metadata +12 -32
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1240c0b682d8f66bf9058191105b0264804359ab93edc3217251ebd28c76b8c9
|
|
4
|
+
data.tar.gz: a287233a778683a27fb2a22dfa5f4947707f442826c6780b0554ec9061127100
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce5b239fe81a0deae7783c2698f5eecd173e24c903c1248774d2a7143b10d9d0841c05f16c36761e6844aa2dc8fc9c877ffcfdfb490cacb1522dbb9bd727e796
|
|
7
|
+
data.tar.gz: 20f258033ce55b259f5ff97d054f2a151e50a7365bb44853047c10f171f0b9c6007aff944a01b015d5bd4f26cae9f556cafbf5e9e78db90887744e480cd48d94
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
0.10.0
|
|
5
|
+
------
|
|
6
|
+
|
|
7
|
+
* relax rspec dependecy upper limit
|
|
8
|
+
* add ruby 3.0 to test matrix
|
|
9
|
+
* add ruby 3.1 to test matrix
|
|
10
|
+
* remove 1.8 ruby from test matrix, this is the first step to remove it's support completely
|
|
11
|
+
|
|
4
12
|
0.9.4
|
|
5
13
|
-----
|
|
6
14
|
* html/body matching from now is forbidden ([#75](https://github.com/kucaahbe/rspec-html-matchers/pull/75))
|
data/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
# rspec-html-matchers [](https://badge.fury.io/rb/rspec-html-matchers)
|
|
1
|
+
# rspec-html-matchers [](https://badge.fury.io/rb/rspec-html-matchers)
|
|
2
2
|
|
|
3
|
-
[RSpec
|
|
3
|
+
[RSpec](https://www.relishapp.com/rspec) matchers for testing your html (for [RSpec 2](https://www.relishapp.com/rspec/rspec-core/v/2-99/docs) use 0.5.x version).
|
|
4
|
+
|
|
5
|
+
[](https://github.com/kucaahbe/rspec-html-matchers/actions/workflows/rspec-mri.yml)
|
|
6
|
+
[](https://github.com/kucaahbe/rspec-html-matchers/actions/workflows/rspec-jruby.yml)
|
|
7
|
+
[](https://github.com/kucaahbe/rspec-html-matchers/actions/workflows/cucumber-mri.yml)
|
|
4
8
|
|
|
5
9
|
Goals
|
|
6
10
|
-----
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-html-matchers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kucaahbe
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -17,9 +17,6 @@ dependencies:
|
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 3.0.0.a
|
|
20
|
-
- - "<"
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: '4'
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -27,9 +24,6 @@ dependencies:
|
|
|
27
24
|
- - ">="
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
26
|
version: 3.0.0.a
|
|
30
|
-
- - "<"
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: '4'
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: nokogiri
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -142,20 +136,6 @@ dependencies:
|
|
|
142
136
|
- - "~>"
|
|
143
137
|
- !ruby/object:Gem::Version
|
|
144
138
|
version: '10'
|
|
145
|
-
- !ruby/object:Gem::Dependency
|
|
146
|
-
name: travis-lint
|
|
147
|
-
requirement: !ruby/object:Gem::Requirement
|
|
148
|
-
requirements:
|
|
149
|
-
- - "~>"
|
|
150
|
-
- !ruby/object:Gem::Version
|
|
151
|
-
version: '1'
|
|
152
|
-
type: :development
|
|
153
|
-
prerelease: false
|
|
154
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
155
|
-
requirements:
|
|
156
|
-
- - "~>"
|
|
157
|
-
- !ruby/object:Gem::Version
|
|
158
|
-
version: '1'
|
|
159
139
|
- !ruby/object:Gem::Dependency
|
|
160
140
|
name: yard
|
|
161
141
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -184,7 +164,7 @@ dependencies:
|
|
|
184
164
|
- - '='
|
|
185
165
|
- !ruby/object:Gem::Version
|
|
186
166
|
version: 0.76.0
|
|
187
|
-
description: 'Nokogiri based ''have_tag'' and ''with_tag'' matchers for
|
|
167
|
+
description: 'Nokogiri based ''have_tag'' and ''with_tag'' matchers for RSpec. Does
|
|
188
168
|
not depend on assert_select matcher, provides useful error messages.
|
|
189
169
|
|
|
190
170
|
'
|
|
@@ -218,7 +198,7 @@ homepage: https://github.com/kucaahbe/rspec-html-matchers
|
|
|
218
198
|
licenses:
|
|
219
199
|
- MIT
|
|
220
200
|
metadata: {}
|
|
221
|
-
post_install_message:
|
|
201
|
+
post_install_message:
|
|
222
202
|
rdoc_options: []
|
|
223
203
|
require_paths:
|
|
224
204
|
- lib
|
|
@@ -233,18 +213,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
233
213
|
- !ruby/object:Gem::Version
|
|
234
214
|
version: '0'
|
|
235
215
|
requirements: []
|
|
236
|
-
rubygems_version: 3.
|
|
237
|
-
signing_key:
|
|
216
|
+
rubygems_version: 3.3.7
|
|
217
|
+
signing_key:
|
|
238
218
|
specification_version: 4
|
|
239
|
-
summary: Nokogiri based 'have_tag' and 'with_tag' matchers for
|
|
219
|
+
summary: Nokogiri based 'have_tag' and 'with_tag' matchers for RSpec
|
|
240
220
|
test_files:
|
|
241
221
|
- spec/form_matchers_spec.rb
|
|
242
|
-
- spec/spec_helper.rb
|
|
243
222
|
- spec/have_empty_tag_spec.rb
|
|
223
|
+
- spec/have_tag_spec.rb
|
|
244
224
|
- spec/issues_spec.rb
|
|
245
|
-
- spec/
|
|
225
|
+
- spec/spec_helper.rb
|
|
246
226
|
- spec/support/asset_helpers.rb
|
|
247
|
-
- spec/
|
|
248
|
-
- features/support/env.rb
|
|
227
|
+
- spec/support/raise_spec_error_helper.rb
|
|
249
228
|
- features/step_definitions/steps.rb
|
|
229
|
+
- features/support/env.rb
|
|
250
230
|
- features/js_generated_content.feature
|