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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: b8b2dc329bcbe23bdbd05fa6fceb3a1190215e0c
4
- data.tar.gz: 55c2acc4049b877e070268961aa19fbc67123058
2
+ SHA256:
3
+ metadata.gz: c6dc9855f91f7a36aab0b7027d47748177cb066100610ac56af7332f139b6108
4
+ data.tar.gz: bf51a4c4c80babd3d52e18fff7d72d01e3418960cba69fe70be55f4c32a18b5c
5
5
  SHA512:
6
- metadata.gz: 0e7eb4f405523420565da1db8a33ce83ea6f6964ef3d59b038385dd3a94d1050c68c0e70c6aa81ef9dec3cb2b163102c0289df2fa388fc5f635ae12c6b5cad39
7
- data.tar.gz: ae40daf5f7ae1333de5e790c2df4ab252046c7131f15f88091597490e4242e865a1dc4dd8d0058c038c2fb897c3ca0bbf297726f4be2c9edc750942f968f457d
6
+ metadata.gz: 960ac14a45873953c527ff1018d6168865e5f8cb06638b6dac009f134f0479e3f0cdbc2fdd04cce8d72822d86b7c7aba115c24952de817df15a5af8ff834dc0e
7
+ data.tar.gz: 46f8a534d8fda13b3d6bd8aceccaa8d86747824e5b5882e53d65146dead8ea80a7df534a7cba4999f3b7f4941f137365cb2823ec48b92be0d9971d5e2997aaf4
data/README.md CHANGED
@@ -4,7 +4,7 @@ Travis CI:
4
4
  [![Build Status](https://travis-ci.org/gdagley/bible_gateway.png?branch=master)](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.
@@ -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"
@@ -6,7 +6,7 @@ require 'uri'
6
6
  class BibleGatewayError < StandardError; end
7
7
 
8
8
  class BibleGateway
9
- GATEWAY_URL = "http://www.biblegateway.com"
9
+ GATEWAY_URL = "http://classic.biblegateway.com"
10
10
 
11
11
  VERSIONS = {
12
12
  :american_standard_version => "ASV",
@@ -1,3 +1,3 @@
1
1
  class BibleGateway
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
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.10
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: 2016-01-08 00:00:00.000000000 Z
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
- rubyforge_project:
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.