verse_count 1.0.0 → 1.0.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
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be369b82923ca04b177b20e633a46b973bc0295f
|
|
4
|
+
data.tar.gz: 6844aa743c66f995b8d3b62c6391d2dce69babc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c37050be74108845aac0f75cdd984059f11c1ed036395e1a670dfb1c719885ea079a33ad56988f8437f41b8574bdeeef91ab4f533ed40c61b6d2eaff65bd5655
|
|
7
|
+
data.tar.gz: 3cffe0fc33b1a824de8507e4ce5a9a102f15bf1e451e905337180924c45f9d98cdbabfeb93b43985d38cb09e6844f4e942378f7565d03bbc8524bfb66891bab3
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: verse_count
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kendra Kuivenhoven
|
|
@@ -10,7 +10,8 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2019-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: Returns total verse count for each chapter of the Bible.
|
|
13
|
+
description: Returns total verse count for each chapter of the Bible. May obtain verse
|
|
14
|
+
count by book or by book and chapter.
|
|
14
15
|
email: kkuivenhoven@mail.csuchico.edu
|
|
15
16
|
executables: []
|
|
16
17
|
extensions: []
|
|
@@ -41,5 +42,6 @@ rubyforge_project:
|
|
|
41
42
|
rubygems_version: 2.5.1
|
|
42
43
|
signing_key:
|
|
43
44
|
specification_version: 4
|
|
44
|
-
summary: Returns total verse count for each chapter of the Bible.
|
|
45
|
+
summary: Returns total verse count for each chapter of the Bible. May obtain verse
|
|
46
|
+
count by book or by book and chapter.
|
|
45
47
|
test_files: []
|