bible_gateway 0.0.10 → 0.0.11
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 +5 -5
- data/README.md +5 -1
- data/bible_gateway.gemspec +1 -1
- data/lib/bible_gateway.rb +1 -1
- data/lib/bible_gateway/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: c6dc9855f91f7a36aab0b7027d47748177cb066100610ac56af7332f139b6108
|
|
4
|
+
data.tar.gz: bf51a4c4c80babd3d52e18fff7d72d01e3418960cba69fe70be55f4c32a18b5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 960ac14a45873953c527ff1018d6168865e5f8cb06638b6dac009f134f0479e3f0cdbc2fdd04cce8d72822d86b7c7aba115c24952de817df15a5af8ff834dc0e
|
|
7
|
+
data.tar.gz: 46f8a534d8fda13b3d6bd8aceccaa8d86747824e5b5882e53d65146dead8ea80a7df534a7cba4999f3b7f4941f137365cb2823ec48b92be0d9971d5e2997aaf4
|
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Travis CI:
|
|
|
4
4
|
[](https://travis-ci.org/gdagley/bible_gateway)
|
|
5
5
|
1.9.2, 1.9.3, 2.0.0
|
|
6
6
|
|
|
7
|
-
An unofficial 'API' for BibleGateway.com.
|
|
7
|
+
An unofficial 'API' for BibleGateway.com.
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
@@ -44,3 +44,7 @@ Or install it yourself as:
|
|
|
44
44
|
|
|
45
45
|
See [LICENSE](License.txt) for details.
|
|
46
46
|
Most Bible translations are copyrighted. Please see [BibleGateway.com](http://biblegateway.com) for more information.
|
|
47
|
+
|
|
48
|
+
## Thanks
|
|
49
|
+
|
|
50
|
+
Special thanks to Geoffrey Dagley([@gdagley](http://github.com/gdagley)) - the original creator of `bible_gateway` rubygem.
|
data/bible_gateway.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "bible_gateway"
|
|
8
8
|
spec.version = BibleGateway::VERSION
|
|
9
9
|
spec.authors = ["Geoffrey Dagley"]
|
|
10
|
-
spec.email = ["gdagley@gmail.com"]
|
|
10
|
+
spec.email = ["gdagley@gmail.com", "bibleableproject@gmail.com"]
|
|
11
11
|
spec.description = %q{An unofficial 'API' for BibleGateway.com.}
|
|
12
12
|
spec.summary = %q{An unofficial 'API' for BibleGateway.com.}
|
|
13
13
|
spec.homepage = "https://github.com/gdagley/bible_gateway"
|
data/lib/bible_gateway.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bible_gateway
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geoffrey Dagley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
@@ -83,6 +83,7 @@ dependencies:
|
|
|
83
83
|
description: An unofficial 'API' for BibleGateway.com.
|
|
84
84
|
email:
|
|
85
85
|
- gdagley@gmail.com
|
|
86
|
+
- bibleableproject@gmail.com
|
|
86
87
|
executables: []
|
|
87
88
|
extensions: []
|
|
88
89
|
extra_rdoc_files: []
|
|
@@ -120,8 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
120
121
|
- !ruby/object:Gem::Version
|
|
121
122
|
version: '0'
|
|
122
123
|
requirements: []
|
|
123
|
-
|
|
124
|
-
rubygems_version: 2.4.8
|
|
124
|
+
rubygems_version: 3.0.3
|
|
125
125
|
signing_key:
|
|
126
126
|
specification_version: 4
|
|
127
127
|
summary: An unofficial 'API' for BibleGateway.com.
|