proverbs_niv 3.0.1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +8 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae589085ce4cffaf6471f7a357ff3c4fc8013550
4
- data.tar.gz: 01f01ee8a0d7a753078c7307d440e04f64a5a0cd
3
+ metadata.gz: adcd9c945f3e2b47a0e560575261f817fc10faca
4
+ data.tar.gz: 730af022c3e78cf865e9b0a20a4268f653d84952
5
5
  SHA512:
6
- metadata.gz: 7f1e46ffa971bb754a9131bde80022a445d6dee3f9b0103fdcdd8022076875269321709fcb5618d0c622bcf78369c02b1324c14404646079af231616a2fcd644
7
- data.tar.gz: d0d0f916aa17c1e75b4026e6391835ee2ef45797a1b22e88e118ee06deabfe40540bc5fbe4e18dd93b914c91cd892a1cad41382814851506a935ca7c84195cb9
6
+ metadata.gz: 6f24f14d07ded25775b23c8bd58a94ba7ecf60b435e44d57f0fb25c6df0146a6d0b09499f152b004c3a7c1cebf6e1d9404761f6da824656ff95fd456e860cf1a
7
+ data.tar.gz: ab98e458b5c415dc6b4ce33053b272b2f75f764835a8ddf6f749cd3c30bb8a078cd00eca6e5738ab23b66e1dff14a73036231b0746c07b484c48709a180c3420
metadata CHANGED
@@ -1,16 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proverbs_niv
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kendra Kuivenhoven
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-13 00:00:00.000000000 Z
11
+ date: 2019-03-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Access to Proverbs NIV ('95) translation.
13
+ description: Access to the Bible book of Proverbs NIV ('95) translation. A wrapper
14
+ for the bookofproverbs.herokuapp.com API endpoint. Contains functionality for obtaining
15
+ the entire books of proverbs and individual chapters. Additional features include
16
+ a word count for each occurence of a word -- available per chapter. This feature
17
+ further extends by removing a list of stop words (i.e. a, or, and, etc.) from the
18
+ word saved word list.
14
19
  email: kkuivenhoven@mail.csuchico.edu
15
20
  executables: []
16
21
  extensions: []