bible_passage 0.2.1 → 0.2.2

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: eefaecb44660682c20519785e86761b59a310975
4
- data.tar.gz: a3898da96d283f4b95c7025a8b9509131145501a
3
+ metadata.gz: 91745aa1c52f48d7d6c63c71eabc3e61f58c3081
4
+ data.tar.gz: 438bbaa3a5aaad87bd4824f5348edb80a5466229
5
5
  SHA512:
6
- metadata.gz: 57cf079f2179886b115610fe59ff8ef2f587e36ea5c74c33508571ad1a93a9aafa8e6b319ac2de3a0cfd2bdd5a60ed3f3529098ae57872343e11036cbb784f52
7
- data.tar.gz: 0fc1353e20258bb82fd0e9b8dc58454f10122960a646c6d3d1316060dfcaf770678506416ea03e862bc92cd60833387de10053728b43275aa80cc18d8b1df3eb
6
+ metadata.gz: a6b388e611f22eed5f21f967f722415dda047979d0354c54a542a6c0f4ba35edc950cf35b64dc525a91ac84565572ba062edaf7c8cc76caf931a5cedfe8b07f7
7
+ data.tar.gz: 41dc32014942c4ad091f78d4098a3d04b3e23a7fd847ddd7ebcaebdcb1424039fa5bac6eb32f498fa6b1d5b93fb56fa77b19a8f2b06f3b557d2427af3ba5591a
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'bible_passage'
3
3
  s.summary = 'A simple library for parsing and rendering bible passages'
4
- s.version = '0.2.1'
4
+ s.version = '0.2.2'
5
5
  s.authors = ["Si Wilkins"]
6
6
  s.email = 'si.wilkins@gmail.com'
7
7
  s.homepage = 'https://github.com/siwilkins/bible_passage'
@@ -57,7 +57,7 @@ module BiblePassage
57
57
  },
58
58
  '2chr'.to_sym => {
59
59
  name: '2 Chronicles',
60
- chapters: [18, 17, 17, 22, 14, 42, 22, 18, 31, 19, 23, 16, 23, 14, 19, 14, 19, 34, 11, 37, 20, 12, 21, 27, 28, 23, 9, 27, 36, 27, 21, 33, 25, 33, 26, 23]
60
+ chapters: [18, 17, 17, 22, 14, 42, 22, 18, 31, 19, 23, 16, 23, 14, 19, 14, 19, 34, 11, 37, 20, 12, 21, 27, 28, 23, 9, 27, 36, 27, 21, 33, 25, 33, 27, 23]
61
61
  },
62
62
  ezra: {
63
63
  name: 'Ezra',
@@ -191,6 +191,7 @@ describe BiblePassage::BookDataStore do
191
191
  it_gets_number_of_verses(:eccl, 5, 20)
192
192
  it_gets_number_of_verses(:eccl, 4, 16)
193
193
 
194
+ it_gets_number_of_verses('2chr'.to_sym, 35, 27)
194
195
  end
195
196
 
196
197
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bible_passage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Si Wilkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-20 00:00:00.000000000 Z
11
+ date: 2015-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec