nokogiri-html5-inference 0.1.0 → 0.1.1
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 +5 -0
- data/lib/nokogiri/html5/inference/version.rb +1 -1
- data/lib/nokogiri/html5/inference.rb +0 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0942dd8a89c2d930794a10583ed84746da2c434af00ccb3c3d52c4932fa1b812'
|
|
4
|
+
data.tar.gz: c09d3bf45f24570c4c4d80571a16e35c7fdefa82be467fead21334194788938f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e931d3e3c4a3a516c046bf04ad352c58acd0118fca531fc3ce7f5a9ce3a93f1918ac96447c53814185e58d3d51c578ea4e45dbd15f68e9d290a696a6d6a0783
|
|
7
|
+
data.tar.gz: 49d6050376b44467248e3c7c85251add238773c954914d874c282108c5569249394852ce3028693fef547ea60e41346e2be328a105e9076106250449d1d02b29
|
data/CHANGELOG.md
CHANGED
|
@@ -159,7 +159,6 @@ else
|
|
|
159
159
|
else "body"
|
|
160
160
|
end
|
|
161
161
|
end
|
|
162
|
-
protected :context
|
|
163
162
|
|
|
164
163
|
#
|
|
165
164
|
# call-seq: pluck_path(input) => (String | nil)
|
|
@@ -185,7 +184,6 @@ else
|
|
|
185
184
|
when PluckRegexp::BODY_OUTER then "body"
|
|
186
185
|
end
|
|
187
186
|
end
|
|
188
|
-
protected :pluck_path
|
|
189
187
|
end
|
|
190
188
|
end
|
|
191
189
|
end
|