readwhitepaper 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/README.md +11 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f481e570055254eeacb2117c9c0d6273771e79b088c48b829fe3ebdf863782ae
|
|
4
|
+
data.tar.gz: b430449c89934b845e0012ad1f3ed088895416cb6fe1f62006cdc2c1bdbcac3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0fe4cfe6a937edfd3ca5937ed4380993231e9abb1f9741111055a3d2fd96e5024c07abf8b6a53cf911c4f5f6280976493c1bf6135f190b8c61e76b5eeda2c39
|
|
7
|
+
data.tar.gz: a976cc486663de9b29878eff9db95b9f6a6d6323acdaac243e2c5084e5379454461cc86d8dc07d787d9f7895e33a557e68dcbe8655610f8380cb05b4f4d4cb2a
|
data/README.md
CHANGED
|
@@ -100,6 +100,17 @@ ReadWhitepaper hosts the foundational documents of 30 major cryptocurrencies. A
|
|
|
100
100
|
| **Go** | [readwhitepaper-go](https://github.com/dobestan/readwhitepaper-go) | `go get github.com/dobestan/readwhitepaper-go` |
|
|
101
101
|
| **Rust** | [readwhitepaper](https://crates.io/crates/readwhitepaper) | `cargo add readwhitepaper` |
|
|
102
102
|
|
|
103
|
+
## Embed Widget
|
|
104
|
+
|
|
105
|
+
Embed [ReadWhitepaper](https://readwhitepaper.com) widgets on any website with [readwhitepaper-embed](https://widget.readwhitepaper.com):
|
|
106
|
+
|
|
107
|
+
```html
|
|
108
|
+
<script src="https://cdn.jsdelivr.net/npm/readwhitepaper-embed@1/dist/embed.min.js"></script>
|
|
109
|
+
<div data-readwhitepaper="entity" data-slug="example"></div>
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
Zero dependencies · Shadow DOM · 4 themes (light/dark/sepia/auto) · [Widget docs](https://widget.readwhitepaper.com)
|
|
113
|
+
|
|
103
114
|
## License
|
|
104
115
|
|
|
105
116
|
MIT
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: readwhitepaper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- dobestan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Ruby client for the ReadWhitepaper API — 30 cryptocurrency whitepapers
|
|
14
14
|
with section-level content, 163 glossary terms, full-text search, and 3,458 translations
|