widebible 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/widebible/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: 4c918eff37d8bfce2206a6aa5e5d6ab896cbcd92d41d66cd9e8de519d10e2453
|
|
4
|
+
data.tar.gz: 42cd47f959b11c38883fc0845a52f9ad92c6295952ac969aacccd9f8402ddde1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca46ae09e6980588f6834caba17814122c6bc624e79590bfb0c57a7a3f7c62533eb6f3def77294ea4040f5a528750b4ccd4fef8d1bf63c57545e0e520e0403eb
|
|
7
|
+
data.tar.gz: af5f82713dbde944b04b387eebcbcdde2f6ec73603c4bf94c77307f79100c37aa1ded1fb46d6ed114fa43ff5b35e8cabada2c3fb24eee15ef4df4777b96a854c
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Ruby client for the [WideBible](https://widebible.com) API. Access all 66 books
|
|
|
9
9
|
|
|
10
10
|
WideBible is a comprehensive Bible encyclopedia and scripture platform providing structured verse data, cross-references between passages, biographical profiles of biblical figures, geocoded holy sites, and thematic verse collections -- all accessible through a free REST API.
|
|
11
11
|
|
|
12
|
-
> **Explore the Bible at [widebible.com](https://widebible.com)** -- [Books](https://widebible.com/
|
|
12
|
+
> **Explore the Bible at [widebible.com](https://widebible.com)** -- [Books](https://widebible.com/), [People](https://widebible.com/people/), [Places](https://widebible.com/places/), [Topics](https://widebible.com/topics/) , [Timeline](https://widebible.com/timeline/)
|
|
13
13
|
|
|
14
14
|
## Table of Contents
|
|
15
15
|
|
|
@@ -222,7 +222,7 @@ plan = client.get_reading_plan("bible-in-a-year")
|
|
|
222
222
|
|
|
223
223
|
## Learn More About the Bible
|
|
224
224
|
|
|
225
|
-
- **Browse**: [Books of the Bible](https://widebible.com/
|
|
225
|
+
- **Browse**: [Books of the Bible](https://widebible.com/) -- [People](https://widebible.com/people/) -- [Places](https://widebible.com/places/)
|
|
226
226
|
- **Study**: [Topics](https://widebible.com/topics/) -- [Glossary](https://widebible.com/glossary/) -- [Timeline](https://widebible.com/timeline/)
|
|
227
227
|
- **API**: [REST API Docs](https://widebible.com/developers/) -- [OpenAPI Spec](https://widebible.com/api/openapi.json)
|
|
228
228
|
|
data/lib/widebible/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: widebible
|
|
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 widebible.com. Access 66 books, 31,102 verses across 4
|
|
14
14
|
translations (KJV, ASV, BBE, YLT), biblical people, places, topics, cross-references,
|