rspec-html-matchers 0.9.4 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c80050c4efaf8917fde81c8f5b139f846731b679f1a9001fec4a3e49690451b3
4
- data.tar.gz: bc7e5523735f253a51fff1055e364f1189d7daa5dcedacf388612c4a57889e5a
3
+ metadata.gz: 1240c0b682d8f66bf9058191105b0264804359ab93edc3217251ebd28c76b8c9
4
+ data.tar.gz: a287233a778683a27fb2a22dfa5f4947707f442826c6780b0554ec9061127100
5
5
  SHA512:
6
- metadata.gz: 2febc5b59c123bd2e9232aecfb7839a047f29dbd0b30c0958378523bc04f3c119ad60923a7535def8c2748bb5f92793b47707a9db16ff864dc20696f7e8985d0
7
- data.tar.gz: 38c6bf3867215196fd61a4877f8cabbd6bade0dc66ae4ae1edb00945b9d0ac6deecdbcdc0101530255347f6647c1e619f540a4cfe3fb6ca84d807fbf735b7ac6
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 [![Gem Version](https://badge.fury.io/rb/rspec-html-matchers.svg)](https://badge.fury.io/rb/rspec-html-matchers) [![Build Status](https://travis-ci.com/kucaahbe/rspec-html-matchers.svg?branch=master)](https://travis-ci.com/kucaahbe/rspec-html-matchers)
1
+ # rspec-html-matchers [![Gem Version](https://badge.fury.io/rb/rspec-html-matchers.svg)](https://badge.fury.io/rb/rspec-html-matchers)
2
2
 
3
- [RSpec 3](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).
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
+ [![RSpec MRI](https://github.com/kucaahbe/rspec-html-matchers/actions/workflows/rspec-mri.yml/badge.svg)](https://github.com/kucaahbe/rspec-html-matchers/actions/workflows/rspec-mri.yml)
6
+ [![RSpec JRuby](https://github.com/kucaahbe/rspec-html-matchers/actions/workflows/rspec-jruby.yml/badge.svg)](https://github.com/kucaahbe/rspec-html-matchers/actions/workflows/rspec-jruby.yml)
7
+ [![Cucumber MRI](https://github.com/kucaahbe/rspec-html-matchers/actions/workflows/cucumber-mri.yml/badge.svg)](https://github.com/kucaahbe/rspec-html-matchers/actions/workflows/cucumber-mri.yml)
4
8
 
5
9
  Goals
6
10
  -----
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RSpecHtmlMatchers
4
- VERSION = '0.9.4'
4
+ VERSION = '0.10.0'
5
5
  end
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.9.4
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: 2020-10-06 00:00:00.000000000 Z
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 rspec 3. Does
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.0.6
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 rspec 3
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/support/raise_spec_error_helper.rb
225
+ - spec/spec_helper.rb
246
226
  - spec/support/asset_helpers.rb
247
- - spec/have_tag_spec.rb
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