textme 0.0.8 → 0.0.9

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/textme.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6559af3dd360552edea0f86ecb4986db7be6f6f6
4
- data.tar.gz: 3ff2d3317bc60232479c6731bda552189ed81cf8
3
+ metadata.gz: 44adfa549dce4630ca60f7c6c4bfc52a95ea90b7
4
+ data.tar.gz: 295f6103db2455bd5e21bca348b211d3b2cc00e8
5
5
  SHA512:
6
- metadata.gz: 488ad0f3f3459736377734390f13d5e99d9e7cf6405928837badced9a2272524fa63a594e25ef10de99618184650dec5674420a8c58fe6c6c42186a29d5e4cf5
7
- data.tar.gz: 747817b6e92a5253241868b92870b2caee789f64f7f0cadc7abf3c91e57635c867b2a412065e107b6b33034671a027c9e451031b72ef6949a3fa7630ca5fed47
6
+ metadata.gz: d0afe954a25288eaa1802257491a5dd6de9ceefcb7f5f42b1ed9b6893df1e66d4b166b3a5c561bb51c2d3839a96a355c0e58f33261f11b33bef65d8a6165532d
7
+ data.tar.gz: a3e2ba7806e012614c13f1769d76161834f25398f9178968e36eff88f27e438d3f29520d4c7f667aede21ce3e872c320d7b2ae8da7c1201505607439444890a6
@@ -86,7 +86,7 @@ module TextMe
86
86
  #Input: Verse name, for example 'Proverbs 3:5-6'.
87
87
  # Can also accept chapter names eg. 'Romans 3' (not recommended due to the length of the chapters)
88
88
  #Output: Returns the book, chapter number and the specfic verse (optional) rfom the verse name
89
- def self.verse_meta_extractor(verse_name)
89
+ def verse_meta_extractor(verse_name)
90
90
  book_list =["Genesis", "Exodus", "Leviticus", "Numbers", "Deuteronomy", "Joshua", "Judges", "Ruth", "1 Samuel", "2 Samuel", "1 Kings", "2 Kings", "1 Chronicles", "2 Chronicles", "Ezra", "Nehemiah", "Esther", "Job", "Psalms", "Proverbs", "Ecclesiastes", "Song of Songs", "Isaiah", "Jeremiah", "Lamentations", "Ezekiel", "Daniel", "Hosea", "Joel", "Amos", "Obadiah", "Jonah", "Micah", "Nahum", "Habakkuk", "Zephaniah", "Haggai", "Zechariah", "Malachi", "Matthew", "Mark", "Luke", "John", "Acts", "Romans", "1 Corinthians", "2 Corinthians", "Galatians", "Ephesians", "Philippians", "Colossians", "1 Thessalonians", "2 Thessalonians", "1 Timothy", "2 Timothy", "Titus", "Philemon", "Hebrews", "James", "1 Peter", "2 Peter", "1 John", "2 John", "3 John", "Jude", "Revelation"]
91
91
  verse_meta = {}
92
92
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: textme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harsh Gosar