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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 47a7c4e8545f8e9557e1194a1f500708486b9a82
4
- data.tar.gz: ae08795278113e34c2c82cfb6001c8a568b6d6e4
3
+ metadata.gz: be369b82923ca04b177b20e633a46b973bc0295f
4
+ data.tar.gz: 6844aa743c66f995b8d3b62c6391d2dce69babc9
5
5
  SHA512:
6
- metadata.gz: 1d2340941a2ba923fc5529df61eca12adeedabf59380d68009079414ef907841837115e7100f5245ee984bdc79c6b2241fc164e32b65e2c72f29db68df1d79c0
7
- data.tar.gz: 2e2e0561e7fa8ccb073d7c30d5d76a289fcb368c9f4d051c86994a7012d4482e50bca0aa4aa0dc1c628247ca1ae16c1066f9606dae853f4a2a51853391ce8286
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.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: []