dommy-rails 0.9.0 → 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/lib/dommy/rails/browser_spec.rb +1 -1
- data/lib/dommy/rails/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df2564c5119ef3a3185c55fc0815c31667b1e43e068f5a9da437a2974fdbb5c2
|
|
4
|
+
data.tar.gz: 0d67a18ca3caea27f0df92f314fe47570c0e86ec897a10954c3939752138255b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fa308f92c265fe320d798bd7382e746b08a578036ead47f47b8b26d30f86ba2a3ed3c1b2dcc9e7128c6da33f0c037ac34647f68dc1c6672109766f1dc8f0d18
|
|
7
|
+
data.tar.gz: b459546a81375ec00afb0788cffaca91f193fad0bcbe7b75b0987ad18d9fac67f5ace477a5f4a21edef03a4bf0581e51206dcbf84db8ac712e664dee47142e0e
|
data/lib/dommy/rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dommy-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- takahashim
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.
|
|
18
|
+
version: 0.10.0
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 0.
|
|
25
|
+
version: 0.10.0
|
|
26
26
|
description: Rails-specific matchers and assertions for Dommy, including form helper
|
|
27
27
|
understanding, Turbo Stream support, Stimulus attribute checking, and HTML quality
|
|
28
28
|
linting.
|
|
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
73
|
version: '0'
|
|
74
74
|
requirements: []
|
|
75
|
-
rubygems_version:
|
|
75
|
+
rubygems_version: 4.0.10
|
|
76
76
|
specification_version: 4
|
|
77
77
|
summary: Rails integration for Dommy DOM testing
|
|
78
78
|
test_files: []
|