pericope 0.6.4 → 0.6.5

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
2
  SHA1:
3
- metadata.gz: 3522e299cf1299d44c3824f24202ea4f15e6c6c3
4
- data.tar.gz: 5876d95c13179e86369d54962e67d8bf87fccaba
3
+ metadata.gz: ab67c11e856b86c538704505aab0d04ac0fbae42
4
+ data.tar.gz: 2a76d75eec804384c8e80dca7b6e887d0b5d3882
5
5
  SHA512:
6
- metadata.gz: ce9a76fcc9704e5ba71b36d497af5037c5a43d0d484d856353d72f9c5f343aa9884d929f7874dd2532afbdc902c02d31dca529eb99cc60917ad35191adf1e726
7
- data.tar.gz: 6b98722fb2f16dd49c9a72055818cefe36018ee0841f78ff4736d1938353a373c332954ff3ec24503af2b896654a299bf8dd0a2b793be68f4631bf30fa97d3c2
6
+ metadata.gz: 31d08e0db1237a628c3bfc030dd369b6da47ea7ffcc754902e93ec0f220ec70ef3c2c1bb8c0691bc109b003944c1131ae68060700bc7aa0d3813fc5b29eee504
7
+ data.tar.gz: 887c38d4c421b9b56cba1072d16b28d49d342ffb17b37fa2e0e3d2066ab9ab4d668138c646e6a51f012a60b2f0c3cf772c57f6e5bd2194384e15bced497c4ee4
data/lib/pericope.rb CHANGED
@@ -543,7 +543,7 @@ private
543
543
  end
544
544
 
545
545
 
546
- BOOK_PATTERN = /\b(?:(?:1|2|3|i+|first|second|third|1st|2nd|3rd) )?(?:\w+| of )/
546
+ BOOK_PATTERN = /\b(?:(?:1|2|3|i+|first|second|third|1st|2nd|3rd) )?\w+(?: of )?\w+/
547
547
 
548
548
  REFERENCE_PATTERN = '(?:\s*\d{1,3})(?:\s*[:\"\.]\s*\d{1,3}[ab]?(?:\s*[,;]\s*(?:\d{1,3}[:\"\.])?\s*\d{1,3}[ab]?)*)?(?:\s*[-–—]\s*(?:\d{1,3}\s*[:\"\.])?(?:\d{1,3}[ab]?)(?:\s*[,;]\s*(?:\d{1,3}\s*[:\"\.])?\s*\d{1,3}[ab]?)*)*'
549
549
 
@@ -1,3 +1,3 @@
1
1
  class Pericope
2
- VERSION = "0.6.4" unless defined?(::Pericope::Version)
2
+ VERSION = "0.6.5" unless defined?(::Pericope::Version)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pericope
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Lail