widequran 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/widequran/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: 6d05bc6a047e4e70d70ef960982f6fae725f3021b84853654fe63c99932d2390
|
|
4
|
+
data.tar.gz: 4f27978976641cd47756a32a6482603a98a8ff70e277f1f763a809cce2f43502
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d200543198f8222e4816655deb4786e079814c89d35cec4946680638755c9b710ced487630953b4d8a3f5f08f5df9c20a2dae6c2c37b4ab7d3ef1aa6e984f117
|
|
7
|
+
data.tar.gz: 894efd8483a8e7f086ba174143cd8babc10b547a3518187f4973638e4c02e686e2440a4704f564843ca0ce0d70ebb1715f46b8b9059406d64466ff5b5fe5c6cc
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Ruby client for the [WideQuran](https://widequran.com) API. Access all 114 surah
|
|
|
9
9
|
|
|
10
10
|
WideQuran is a comprehensive Quran encyclopedia providing structured scripture data with Arabic text, transliterations, and scholarly translations -- all accessible through a free REST API.
|
|
11
11
|
|
|
12
|
-
> **Explore the Quran at [widequran.com](https://widequran.com)** -- [Surahs](https://widequran.com/
|
|
12
|
+
> **Explore the Quran at [widequran.com](https://widequran.com)** -- [Surahs](https://widequran.com/), [Hadith](https://widequran.com/hadith/), [Tafsir](https://widequran.com/tafsir/), [People](https://widequran.com/people/), [Glossary](https://widequran.com/glossary/)
|
|
13
13
|
|
|
14
14
|
## Table of Contents
|
|
15
15
|
|
|
@@ -229,7 +229,7 @@ term = client.get_term("tawakkul")
|
|
|
229
229
|
|
|
230
230
|
## Learn More About the Quran
|
|
231
231
|
|
|
232
|
-
- **Browse**: [Surahs](https://widequran.com/
|
|
232
|
+
- **Browse**: [Surahs](https://widequran.com/) -- [Hadith Collections](https://widequran.com/hadith/) -- [People](https://widequran.com/people/)
|
|
233
233
|
- **Study**: [Tafsir](https://widequran.com/tafsir/) -- [Topics](https://widequran.com/topics/) -- [Glossary](https://widequran.com/glossary/)
|
|
234
234
|
- **API**: [REST API Docs](https://widequran.com/developers/) -- [OpenAPI Spec](https://widequran.com/api/openapi.json)
|
|
235
235
|
|
data/lib/widequran/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: widequran
|
|
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 widequran.com. Access 114 surahs, 6,236 ayahs, hadith
|
|
14
14
|
collections (Bukhari, Muslim), tafsir commentary (Ibn Kathir), juz/hizb divisions,
|