widesutra 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 +2 -2
- data/lib/widesutra/version.rb +1 -1
- 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: 337490b7971e6d08c69a3d3c89bb417ae01ded750ae9d8315dec30a62e8af246
|
|
4
|
+
data.tar.gz: f34f6ec6973dabd6bf5094cc87fe0dcb2db1f01897529d9e55cd31f8133dcd88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3081e55f68ca12633102d4b74878406c7af4de7f9a067f856e9290a839222db424e670782c83dac49623a6328fef25ca8bb670d3fec7909bba921b5c78af50b9
|
|
7
|
+
data.tar.gz: 67628411c490a26e1ef14bb8874dfef4bb2c47af920e42d3fbd684f57281d49a2e60af62ebcc2bced29cf78f08c3ff9c96b59c7ab4382ccf1ab5312ca89a07da
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Ruby client for the [WideSutra](https://widesutra.com) API. Access Buddhist scri
|
|
|
9
9
|
|
|
10
10
|
WideSutra is a comprehensive Buddhist scripture encyclopedia providing structured access to the Theravada Pali Canon, Mahayana sutras, and the broader Buddhist intellectual tradition -- all accessible through a free REST API.
|
|
11
11
|
|
|
12
|
-
> **Explore Buddhist scriptures at [widesutra.com](https://widesutra.com)** -- [Collections](https://widesutra.com/collections/), [Books](https://widesutra.com/
|
|
12
|
+
> **Explore Buddhist scriptures at [widesutra.com](https://widesutra.com)** -- [Collections](https://widesutra.com/collections/), [Books](https://widesutra.com/collections/), [Figures](https://widesutra.com/figures/), [Concepts](https://widesutra.com/concepts/), [Glossary](https://widesutra.com/glossary/)
|
|
13
13
|
|
|
14
14
|
## Table of Contents
|
|
15
15
|
|
|
@@ -204,7 +204,7 @@ puts term["definition"]
|
|
|
204
204
|
|
|
205
205
|
## Learn More About Buddhist Scripture
|
|
206
206
|
|
|
207
|
-
- **Browse**: [Collections](https://widesutra.com/collections/) -- [Books](https://widesutra.com/
|
|
207
|
+
- **Browse**: [Collections](https://widesutra.com/collections/) -- [Books](https://widesutra.com/collections/) -- [Figures](https://widesutra.com/figures/)
|
|
208
208
|
- **Study**: [Concepts](https://widesutra.com/concepts/) -- [Topics](https://widesutra.com/topics/) -- [Glossary](https://widesutra.com/glossary/)
|
|
209
209
|
- **API**: [REST API Docs](https://widesutra.com/developers/) -- [OpenAPI Spec](https://widesutra.com/api/openapi.json)
|
|
210
210
|
|
data/lib/widesutra/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: widesutra
|
|
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-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: API client for widesutra.com. Access Buddhist scripture collections (Tipitaka,
|
|
14
14
|
Mahayana Sutras), books, texts with Pali/Sanskrit originals and translations, Buddhist
|