widetorah 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/widetorah/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: bd776c98bb3484c0efba70699651986c8b9e37f00350e2652c02b6af5f2945cd
|
|
4
|
+
data.tar.gz: 845561fefb3887694522eefb125f0274e77993693d03cacfc0bcd29a242fe3ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '084c689759bd33ca47bb36f73cbaf27ebf6a2e12cbb93593677b4dee9aa5e7c8636d59a9529defc1f7993bfa298e02ded46f36ec763520e7f90cd719a302e565'
|
|
7
|
+
data.tar.gz: 105c68a908966ea4e9fd9e094325a5361ae2156f806e19d92a93ad6cc685d1a85d44368872564022a216bb9cec5c789d95a40492f1f36bd49d834c662b8a5c8b
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Ruby client for the [WideTorah](https://widetorah.com) API. Access 24 books of t
|
|
|
9
9
|
|
|
10
10
|
WideTorah is a comprehensive Jewish scripture encyclopedia providing structured access to the Tanakh, Talmud Bavli, Mishnah, and rabbinic commentary -- all accessible through a free REST API.
|
|
11
11
|
|
|
12
|
-
> **Explore the Torah at [widetorah.com](https://widetorah.com)** -- [Books](https://widetorah.com/
|
|
12
|
+
> **Explore the Torah at [widetorah.com](https://widetorah.com)** -- [Books](https://widetorah.com/), [Parashot](https://widetorah.com/parashot/), [Talmud](https://widetorah.com/talmud/), [Figures](https://widetorah.com/figures/), [Holidays](https://widetorah.com/holidays/)
|
|
13
13
|
|
|
14
14
|
## Table of Contents
|
|
15
15
|
|
|
@@ -213,7 +213,7 @@ puts abraham["hebrew_name"]
|
|
|
213
213
|
|
|
214
214
|
## Learn More About Jewish Scripture
|
|
215
215
|
|
|
216
|
-
- **Browse**: [Books](https://widetorah.com/
|
|
216
|
+
- **Browse**: [Books](https://widetorah.com/) -- [Parashot](https://widetorah.com/parashot/) -- [Talmud](https://widetorah.com/talmud/)
|
|
217
217
|
- **Study**: [Figures](https://widetorah.com/figures/) -- [Holidays](https://widetorah.com/holidays/) -- [Glossary](https://widetorah.com/glossary/)
|
|
218
218
|
- **API**: [REST API Docs](https://widetorah.com/developers/) -- [OpenAPI Spec](https://widetorah.com/api/openapi.json)
|
|
219
219
|
|
data/lib/widetorah/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: widetorah
|
|
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 widetorah.com. Access 24 books of the Tanakh, 54 parashot,
|
|
14
14
|
63 Talmud tractates with daf pages, Mishnah, Rashi commentary, Jewish holidays,
|