readability_js 0.0.3 → 0.0.4
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 +6 -0
- data/README.md +2 -2
- data/lib/readability_js/extended.rb +0 -1
- data/lib/readability_js/version.rb +1 -1
- 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: 8ce8fc0727f6b8ce1bfc45cf586b58c0e895deb95ba8f5f341a0d41ed6e9a9ba
|
|
4
|
+
data.tar.gz: 5baf642f9053d3c0adb9b81e04f9ff0d4b0252725274827143340fcb6f4067cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ee241f68497574ea9477afa66e1b605007446f36ea29fcd4760581891e7482b167249e2dd502254e4407bee1cb22501eea40b74be920a4097de656f808690ac
|
|
7
|
+
data.tar.gz: 8d8d6a3d85108e590762ed17f70f12142d8aca5787abaf8cb3fc5160b47aa5e7397605bf1bcbedb17fd3761335862223c45426e3be13d3bdfe1c288084396690
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -69,7 +69,7 @@ and includes a beautified markdown version of the content.
|
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
### Query parameters
|
|
72
|
-
You can pass all parameters supported by readability, checkout the [rubydoc for more details](https://
|
|
72
|
+
You can pass all parameters supported by readability, checkout the [rubydoc for more details](https://rubydoc.info/github/magynhard/ruby-readability_js/ReadabilityJs).
|
|
73
73
|
|
|
74
74
|
Here an example with all parameters, the camelCase parameters are converted to snake_case in ruby:
|
|
75
75
|
|
|
@@ -105,7 +105,7 @@ It contains the data returned by readability, with hash keys transformed in snak
|
|
|
105
105
|
<a name="documentation"></a>
|
|
106
106
|
## Documentation
|
|
107
107
|
Check out the doc at RubyDoc:<br>
|
|
108
|
-
https://
|
|
108
|
+
https://rubydoc.info/github/magynhard/ruby-readability_js
|
|
109
109
|
|
|
110
110
|
|
|
111
111
|
As this library is only a wrapper, checkout the original readability documentation:<br>
|