scripref 0.9.0 → 0.9.1

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: a7969fae6655c502970897c3a7c75e5542e35f70
4
- data.tar.gz: 4a71db57ad05ad5be040812473904d8db8dfa712
3
+ metadata.gz: 5a2bd9fe1cbf211fb440e24443090c3491e9ec0b
4
+ data.tar.gz: d6e4bd60dd77a8aa63eef39cb4ee777a2315c4ed
5
5
  SHA512:
6
- metadata.gz: 54f273d53bf3e1ebdab926508c7763ad97542088fdaa9a3b65e5d6fefe29c4e577fd3da6931be41e646c84cf87729347ad27be84d5e8790a71ad9794b607409f
7
- data.tar.gz: 6ce53ebcd0a65466877bbc57c22c7d0e663522402f30dea5950df31fbfa0ab2debb37afd111b88653cacf30a8d01fe66929313d9ea1b7fe856380452ae368ff8
6
+ metadata.gz: b43ac2c70d71ba2420d6dadfe9abe6ae8bcad9b4914c2420d7337fe5bdfe7e11f8ac730042830fd4eff18e76a7e6f3f3e0cc2e58c7caa79b3cd81395e4383cc5
7
+ data.tar.gz: 9e5b4035b11fbf2305edd243fa703be3b54f8cd0a55ad074737b6a9e9dc63edd1412f3c4272ae074bcd20e6c30b7fb6e3c0215f84738c7d6696646b1437e60a1
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ 0.9.1
2
+ Add Philemon to book with only one chapter.
3
+
1
4
  0.9.0
2
5
  Differentiate between verse addons and postfixes for one ore more following verses.
3
6
  New methods Parser#postfix_one_following_verse and Parser#postfix_more_following_verses.
@@ -65,7 +65,7 @@ module Scripref
65
65
  # Check if book has only one chapter
66
66
  # @param book book as number
67
67
  def book_has_only_one_chapter? book
68
- [31, 63, 64, 65].include?(book)
68
+ [31, 57, 63, 64, 65].include?(book)
69
69
  end
70
70
 
71
71
  # Generate attr_reader methods for all constants
@@ -62,7 +62,7 @@ module Scripref
62
62
  # Check if book has only one chapter
63
63
  # @param book book as number
64
64
  def book_has_only_one_chapter? book
65
- [31, 63, 64, 65].include?(book)
65
+ [31, 57, 63, 64, 65].include?(book)
66
66
  end
67
67
 
68
68
  # Hash with special abbreviations
data/lib/scripref.rb CHANGED
@@ -8,7 +8,7 @@ require 'scripref/german'
8
8
 
9
9
  module Scripref
10
10
 
11
- VERSION = '0.9.0'
11
+ VERSION = '0.9.1'
12
12
 
13
13
  Passage = Struct.new(:text, :b1, :c1, :v1, :b2, :c2, :v2, :a1, :a2) do
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scripref
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Friedrich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-15 00:00:00.000000000 Z
11
+ date: 2016-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rim
@@ -92,3 +92,4 @@ signing_key:
92
92
  specification_version: 4
93
93
  summary: Library for parsing scripture references in real texts.
94
94
  test_files: []
95
+ has_rdoc: