bible_ref 1.5.3 → 1.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfd107c033d80842c4439b6b1b051494c2159b9a09ff8b37f8619dddc7047c05
4
- data.tar.gz: 6c89efe81988afabc86f8cc59dabc9761b902a25cf87d2666f3d1325ff18780c
3
+ metadata.gz: 7d1f3126ff6f1361e941704c6e60878cd330fb37709b4175e084443c84576821
4
+ data.tar.gz: 74bd1f2d89c5a3a5c5b788f8bd9e7c4433657f33d2d1a69d49240be61b983246
5
5
  SHA512:
6
- metadata.gz: 8a2606c594f7b74000a47c109155f5db6dd91a0d584d350daf0b6747ec4dbdc201d553cc9765d62d2323d20d351037ab43dae6f20af5952199464d9bc05203f6
7
- data.tar.gz: 4cdd24de24e1cd85edcd726917afa60fabc317b5dd0c9757a00b9b257f16a40ea4698d3e8cc4db3869f2e8172a0d5f9534f36178f890e524f2be86dd0f951861
6
+ metadata.gz: 406aa2b0a830b39b844001ecf9aa60e6518d857890628aa92d19583ccaed53e11acd269d37c0f0bd96037dbc982eea0cd5f1e11fcefc4e05a0f603378c44e49c
7
+ data.tar.gz: b64a2b52207b941575940b575a34833ca68822008e53bdff1a6805a12cfcd8662e527e3584eb04dca2c3b423cc95fcbb504f3644a4271fdb6669775dbed8894e
@@ -79,7 +79,7 @@ module BibleRef
79
79
  '2CO' => { match: /^2 ?cor?/, name: '2 Corinthians' },
80
80
  'GAL' => { match: /^gal/, name: 'Galatians' },
81
81
  'EPH' => { match: /^eph/, name: 'Ephesians' },
82
- 'PHP' => { match: /^(phil|php|pp)/, name: 'Philippians' },
82
+ 'PHP' => { match: /^(phil$|philip|phillip|php|pp)/, name: 'Philippians' },
83
83
  'COL' => { match: /^col/, name: 'Colossians' },
84
84
  '1TH' => { match: /^1 ?the?s?/, name: '1 Thessalonians' },
85
85
  '2TH' => { match: /^2 ?the?s?/, name: '2 Thessalonians' },
@@ -1,3 +1,3 @@
1
1
  module BibleRef
2
- VERSION = '1.5.3'
2
+ VERSION = '1.5.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bible_ref
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Morgan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2023-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parslet
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
95
  requirements: []
96
- rubygems_version: 3.2.22
96
+ rubygems_version: 3.2.33
97
97
  signing_key:
98
98
  specification_version: 4
99
99
  summary: Bible reference parser