widebible 0.1.0 → 0.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -2
  3. data/lib/widebible/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f41d0970273a19e1e291ea26f15b158f12883e7e77343c3586d6dd3b841d90d5
4
- data.tar.gz: 485fb9bacde4dc583d6ccb6a2666e8adc48cd204fbd91a185c5b754448f1c92f
3
+ metadata.gz: 62ac9e5dd3e04a278c317ece7068e8eeb20f90d45ae50255dc8980ca7af606f5
4
+ data.tar.gz: a870d192ed0e3ef787c3e4e73a9c69db069421b58622d0cf4faede049616a971
5
5
  SHA512:
6
- metadata.gz: 9e8528b7bf01b2cd96bed8f2803f60708d7b7665d71acaba40ffce88ebd71dae0d5aff5f078d59b8852433808811d292ef48bd4afbdcfa05959c6adc07228f6b
7
- data.tar.gz: 6626176329206faf26faa2d33fd7dff9baf7be73139044b0009619fcc235d3ae205ddd160a1ae45e3ccfd6ea25b8e2abed930edcaacbb56659d69d4db7f3fbf9
6
+ metadata.gz: 4e5dcbd981fc90ce57981a3dd4b65505810bb318fb63622abccc54a1baaec4b0abd15eff57d0b5afc03a98c953452f676f3352873214d5b0a05642f0892daf56
7
+ data.tar.gz: 50df2db9348caaee2ce43592bb961c195fbabf5175f37b40064aa3cdbedf03910375581534ac98a3171327b2dea565c214354ace8da2ffc2f44afb2bbc18130c
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/books/), [People](https://widebible.com/people/), [Places](https://widebible.com/places/), [Topics](https://widebible.com/topics/) , [Timeline](https://widebible.com/timeline/)
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/books/) -- [People](https://widebible.com/people/) -- [Places](https://widebible.com/places/)
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
 
@@ -246,6 +246,17 @@ Part of the [WideHoly](https://wideholy.com) multi-religion scripture platform.
246
246
  | **PyPI** | `pip install widebible` | [PyPI](https://pypi.org/project/widebible/) |
247
247
  | **npm** | `npm install widebible` | [npm](https://www.npmjs.com/package/widebible) |
248
248
 
249
+ ## Embed Widget
250
+
251
+ Embed [WideBible](https://widebible.com) widgets on any website with [widebible-embed](https://widget.widebible.com):
252
+
253
+ ```html
254
+ <script src="https://cdn.jsdelivr.net/npm/widebible-embed@1/dist/embed.min.js"></script>
255
+ <div data-widebible="entity" data-slug="example"></div>
256
+ ```
257
+
258
+ Zero dependencies · Shadow DOM · 4 themes (light/dark/sepia/auto) · [Widget docs](https://widget.widebible.com)
259
+
249
260
  ## License
250
261
 
251
262
  MIT
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WideBible
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
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.0
4
+ version: 0.1.2
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-24 00:00:00.000000000 Z
11
+ date: 2026-03-30 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,