scripref 1.1.2 → 1.2.0

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
  SHA256:
3
- metadata.gz: 307a7c3809c70de6386b29d42030f15f11500fbbcb4610eda7ce3316a10413d9
4
- data.tar.gz: bf6c3dbe9bf855fdc9be762e5aca9e356b586276341e1b770506e0ae39aeaf69
3
+ metadata.gz: e94d9ac076852eecdb1678b74a3ce57335ac2bdddf72103a9ccd07180d5391bf
4
+ data.tar.gz: 5149ff60646c8ec4284eb6ed82457b65032b901a6d8621d746ec5fe4ffc145fa
5
5
  SHA512:
6
- metadata.gz: 10045f4c2a5b3faae38ace17eab90c256ad1bfdb01ffea1dafc9bb8b0e58617c38c1eff92d8ab9f06b54efb8cd6b671e417667f6cc68efac5d994988a9561e7e
7
- data.tar.gz: 6a5eb88141c66149b450ff9eb847475fd5f446050520bb9b7cce2dac99dd3d6a74b4e38a7a815e5a07663673435fe156e6630830e8ae47e6ae030c460d2e3a9b
6
+ metadata.gz: 66e9c0fd63d8c6b651e3a7436e01b0b1973cdd51f98ea644e72d568596631d0287814b7b24ae3e007210c0aa5df0091db2774bcbd5ef1e771ae9d6d0f25ac08c
7
+ data.tar.gz: 7d17267a34064323d23aaf8f3ca2da04f132b50c27180d758f22591f1bd922e99ae53156be7f125822cbcd98510e9be068436f416d5c9314f06424163bdbc830
data/Changelog CHANGED
@@ -1,3 +1,6 @@
1
+ 1.2.0
2
+ Extend German abbreviations.
3
+
1
4
  1.1.2
2
5
  Fix bug in Formatter with books with only one chapter.
3
6
 
@@ -26,9 +26,8 @@ module Scripref
26
26
  Hohel|Hoh|Hl, Jes, Jer, Klag, Hes, Dan, Hos, Joel, Amos|Am, Obad|Ob,
27
27
  Jona|Jon, Mich|Mi, Nah, Hab, Zef, Hag, Sach, Mal, Mat|Mt, Mar|Mr, Luk|Lk,
28
28
  Joh|Jh, Apg, Röm|Rö, 1. Kor|1Ko, 2. Kor|2Ko, Gal, Eph, Phil, Kol,
29
- 1. Thes|1Thes|1Th, 2. Thes|2Thes|2Th, 1. Tim|1Tim, 2. Tim|2Tim, Tit, Philem|Phm, Heb,
30
- Jak, 1. Pet|1Pet|1Pe, 2. Pet|2Pet|2Pe, 1. Joh|1Joh|1Jo, 2. Joh|2Joh|2Jo,
31
- 3. Joh|3Joh|3Jo, Jud, Off
29
+ 1. Thes|1.Thes|1Thes|1Th, 2. Thes|2.Thes|2Thes|2Th, 1. Tim|1Tim, 2. Tim|2Tim, Tit, Philem|Phm, Heb, Jak, 1. Pet|1Pet|1Pe, 2. Pet|2Pet|2Pe, 1.
30
+ Joh|1Joh|1Jo, 2. Joh|2Joh|2Jo, 3. Joh|3Joh|3Jo, Jud, Off
32
31
  END
33
32
 
34
33
  # Array of book names.
data/lib/scripref.rb CHANGED
@@ -5,7 +5,7 @@ require 'delegate'
5
5
 
6
6
  module Scripref
7
7
 
8
- VERSION = '1.1.2'
8
+ VERSION = '1.2.0'
9
9
 
10
10
  require_relative 'scripref/bookname'
11
11
  require_relative 'scripref/bookorder'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scripref
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Friedrich
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-03 00:00:00.000000000 Z
10
+ date: 2025-01-04 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rake