wcc-scripture 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +7 -0
  2. data/.rubocop.yml +13 -0
  3. data/Gemfile +17 -0
  4. data/README.md +1 -0
  5. data/Rakefile +10 -0
  6. data/data/esv/1 Chronicles.xml +2414 -0
  7. data/data/esv/1 Corinthians.xml +1162 -0
  8. data/data/esv/1 John.xml +306 -0
  9. data/data/esv/1 Kings.xml +2087 -0
  10. data/data/esv/1 Peter.xml +356 -0
  11. data/data/esv/1 Samuel.xml +2175 -0
  12. data/data/esv/1 Thessalonians.xml +246 -0
  13. data/data/esv/1 Timothy.xml +320 -0
  14. data/data/esv/2 Chronicles.xml +2168 -0
  15. data/data/esv/2 Corinthians.xml +715 -0
  16. data/data/esv/2 John.xml +47 -0
  17. data/data/esv/2 Kings.xml +1955 -0
  18. data/data/esv/2 Peter.xml +170 -0
  19. data/data/esv/2 Samuel.xml +2069 -0
  20. data/data/esv/2 Thessalonians.xml +141 -0
  21. data/data/esv/2 Timothy.xml +239 -0
  22. data/data/esv/3 John.xml +55 -0
  23. data/data/esv/Acts.xml +2717 -0
  24. data/data/esv/Amos.xml +1156 -0
  25. data/data/esv/Colossians.xml +261 -0
  26. data/data/esv/Daniel.xml +1054 -0
  27. data/data/esv/Deuteronomy.xml +2864 -0
  28. data/data/esv/Ecclesiastes.xml +835 -0
  29. data/data/esv/Ephesians.xml +411 -0
  30. data/data/esv/Esther.xml +439 -0
  31. data/data/esv/Exodus.xml +3186 -0
  32. data/data/esv/Ezekiel.xml +3862 -0
  33. data/data/esv/Ezra.xml +723 -0
  34. data/data/esv/Galatians.xml +410 -0
  35. data/data/esv/Genesis.xml +4195 -0
  36. data/data/esv/Habakkuk.xml +430 -0
  37. data/data/esv/Haggai.xml +103 -0
  38. data/data/esv/Hebrews.xml +1075 -0
  39. data/data/esv/Hosea.xml +1420 -0
  40. data/data/esv/Isaiah.xml +8953 -0
  41. data/data/esv/James.xml +298 -0
  42. data/data/esv/Jeremiah.xml +6691 -0
  43. data/data/esv/Job.xml +5792 -0
  44. data/data/esv/Joel.xml +575 -0
  45. data/data/esv/John.xml +2207 -0
  46. data/data/esv/Jonah.xml +184 -0
  47. data/data/esv/Joshua.xml +1721 -0
  48. data/data/esv/Jude.xml +81 -0
  49. data/data/esv/Judges.xml +1781 -0
  50. data/data/esv/Lamentations.xml +1203 -0
  51. data/data/esv/Leviticus.xml +2179 -0
  52. data/data/esv/Luke.xml +3131 -0
  53. data/data/esv/Malachi.xml +162 -0
  54. data/data/esv/Mark.xml +1771 -0
  55. data/data/esv/Matthew.xml +2979 -0
  56. data/data/esv/Micah.xml +854 -0
  57. data/data/esv/Nahum.xml +380 -0
  58. data/data/esv/Nehemiah.xml +1034 -0
  59. data/data/esv/Numbers.xml +3420 -0
  60. data/data/esv/Obadiah.xml +181 -0
  61. data/data/esv/Philemon.xml +81 -0
  62. data/data/esv/Philippians.xml +286 -0
  63. data/data/esv/Proverbs.xml +4931 -0
  64. data/data/esv/Psalms.xml +15591 -0
  65. data/data/esv/Revelation.xml +1453 -0
  66. data/data/esv/Romans.xml +1317 -0
  67. data/data/esv/Ruth.xml +224 -0
  68. data/data/esv/Song of Solomon.xml +948 -0
  69. data/data/esv/Titus.xml +135 -0
  70. data/data/esv/Zechariah.xml +789 -0
  71. data/data/esv/Zephaniah.xml +460 -0
  72. data/data/esv/_notes.text.xml +3983 -0
  73. data/lib/wcc/scripture/esv.rb +326 -0
  74. data/lib/wcc/scripture/exceptions.rb +4 -0
  75. data/lib/wcc/scripture/version.rb +5 -0
  76. data/lib/wcc/scripture.rb +4 -0
  77. data/lib/wcc-scripture.rb +2 -0
  78. data/wcc-scripture.gemspec +29 -0
  79. metadata +162 -0
data/data/esv/Jude.xml ADDED
@@ -0,0 +1,81 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE crossway-bible SYSTEM "schema/crossway.bibles.dtd">
3
+ <crossway-bible translation="English Standard Version" revision="2006-10-26" xmlns="http://www.crosswaybibles.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="schema/crossway.bibles.xsd">
4
+ <book title="Jude" num="65">
5
+ <marker class="begin-verse" mid="v65001001"/>
6
+ <chapter num="1">
7
+ <heading>Greeting</heading>
8
+ <begin-paragraph/>
9
+ <verse num="1">Jude, a servant<note nid="n65001001.1"/> of Jesus Christ and brother of James,
10
+ <end-paragraph/>
11
+ <begin-paragraph/><crossref let="a" cid="c65001001.1"/>To those who are called, <crossref let="b" cid="c65001001.2"/>beloved in God the Father and <crossref let="c" cid="c65001001.3"/>kept for<note nid="n65001001.2"/> Jesus Christ:
12
+ </verse>
13
+ <end-paragraph/>
14
+ <marker class="begin-verse" mid="v65001002"/>
15
+ <begin-paragraph/>
16
+ <verse num="2">May <crossref let="d" cid="c65001002.1"/>mercy, <crossref let="e" cid="c65001002.2"/>peace, and love be multiplied to you.</verse>
17
+ <end-paragraph/>
18
+ <marker class="begin-verse" mid="v65001003"/>
19
+ <heading>Judgment on False Teachers</heading>
20
+ <begin-paragraph/>
21
+ <verse num="3">Beloved, although I was very eager to write to you about our <crossref let="f" cid="c65001003.1"/>common salvation, I found it necessary to write appealing to you <crossref let="g" cid="c65001003.2"/>to contend for the faith that was once for all delivered to the saints.</verse>
22
+ <marker class="begin-verse" mid="v65001004"/>
23
+ <verse num="4">For <crossref let="h" cid="c65001004.1"/>certain people <crossref let="i" cid="c65001004.2"/>have crept in unnoticed <crossref let="j" cid="c65001004.3"/>who long ago were designated for this condemnation, ungodly people, who pervert <crossref let="k" cid="c65001004.4"/>the grace of our God into sensuality and <crossref let="l" cid="c65001004.5"/>deny our only Master and Lord, Jesus Christ.</verse>
24
+ <end-paragraph/>
25
+ <marker class="begin-verse" mid="v65001005"/>
26
+ <begin-paragraph/>
27
+ <verse num="5">Now I want <crossref let="m" cid="c65001005.1"/>to remind you, although you once fully knew it, that <crossref let="n" cid="c65001005.2"/>Jesus, who saved<note nid="n65001005.1"/> a people out of the land of Egypt, <crossref let="o" cid="c65001005.3"/>afterward destroyed those who did not believe.</verse>
28
+ <marker class="begin-verse" mid="v65001006"/>
29
+ <verse num="6">And <crossref let="p" cid="c65001006.1"/>the angels who did not stay within their own position of authority, but left their proper dwelling, he has kept in eternal chains under gloomy darkness until the judgment of the great day&emdash;</verse>
30
+ <marker class="begin-verse" mid="v65001007"/>
31
+ <verse num="7">just as <crossref let="q" cid="c65001007.1"/>Sodom and Gomorrah and <crossref let="r" cid="c65001007.2"/>the surrounding cities, which likewise indulged in sexual immorality and <crossref let="s" cid="c65001007.3"/>pursued unnatural desire,<note nid="n65001007.1"/> serve as an example by undergoing a punishment of eternal fire.</verse>
32
+ <end-paragraph/>
33
+ <marker class="begin-verse" mid="v65001008"/>
34
+ <begin-paragraph/>
35
+ <verse num="8">Yet in like manner these people also, relying on their dreams, defile the flesh, reject authority, and <crossref let="t" cid="c65001008.1"/>blaspheme the glorious ones.</verse>
36
+ <marker class="begin-verse" mid="v65001009"/>
37
+ <verse num="9">But when <crossref let="u" cid="c65001009.1"/>the archangel <crossref let="v" cid="c65001009.2"/>Michael, contending with the devil, was disputing <crossref let="w" cid="c65001009.3"/>about the body of Moses, he did not presume to pronounce a blasphemous judgment, but said, <crossref let="x" cid="c65001009.4"/><q class="begin-double" qid="65001009.1" from="65001009.1" to="65001009.2"/>The Lord rebuke you.<q class="end-double" qid="65001009.2" from="65001009.1" to="65001009.2"/></verse>
38
+ <marker class="begin-verse" mid="v65001010"/>
39
+ <verse num="10"><crossref let="y" cid="c65001010.1"/>But these people blaspheme all that they do not understand, and they are destroyed by all that they, like unreasoning animals, understand instinctively.</verse>
40
+ <marker class="begin-verse" mid="v65001011"/>
41
+ <verse num="11">Woe to them! For they walked in <crossref let="z" cid="c65001011.1"/>the way of Cain and abandoned themselves for the sake of gain <crossref let="a" cid="c65001011.2"/>to Balaam&apos;s error and <crossref let="b" cid="c65001011.3"/>perished in Korah&apos;s rebellion.</verse>
42
+ <marker class="begin-verse" mid="v65001012"/>
43
+ <verse num="12">These are hidden reefs<note nid="n65001012.1"/> <crossref let="c" cid="c65001012.1"/>at your love feasts, as they feast with you without fear, <crossref let="d" cid="c65001012.2"/>shepherds feeding themselves; <crossref let="e" cid="c65001012.3"/>waterless clouds, <crossref let="f" cid="c65001012.4"/>swept along by winds; fruitless trees in late autumn, twice dead, <crossref let="g" cid="c65001012.5"/>uprooted;</verse>
44
+ <marker class="begin-verse" mid="v65001013"/>
45
+ <verse num="13"><crossref let="h" cid="c65001013.1"/>wild waves of the sea, casting up the foam of <crossref let="i" cid="c65001013.2"/>their own shame; <crossref let="j" cid="c65001013.3"/>wandering stars, <crossref let="k" cid="c65001013.4"/>for whom the gloom of utter darkness has been reserved forever.</verse>
46
+ <end-paragraph/>
47
+ <marker class="begin-verse" mid="v65001014"/>
48
+ <begin-paragraph/>
49
+ <verse num="14">It was also about these that Enoch, <crossref let="l" cid="c65001014.1"/>the seventh from Adam, prophesied, saying, <crossref let="m" cid="c65001014.2"/><q class="begin-double" qid="65001014.1" from="65001014.1" to="65001015.1"/>Behold, the Lord comes with ten thousands of his holy ones,</verse>
50
+ <marker class="begin-verse" mid="v65001015"/>
51
+ <verse num="15"><crossref let="n" cid="c65001015.1"/>to execute judgment on all and to convict all the ungodly of all their deeds of ungodliness that they have <crossref let="o" cid="c65001015.2"/>committed in such an ungodly way, and of all <crossref let="p" cid="c65001015.3"/>the harsh things that ungodly sinners have spoken against him.<q class="end-double" qid="65001015.1" from="65001014.1" to="65001015.1"/></verse>
52
+ <marker class="begin-verse" mid="v65001016"/>
53
+ <verse num="16">These are grumblers, malcontents, <crossref let="q" cid="c65001016.1"/>following their own sinful desires; <crossref let="r" cid="c65001016.2"/>they are loud-mouthed boasters, <crossref let="s" cid="c65001016.3"/>showing favoritism to gain advantage.</verse>
54
+ <end-paragraph/>
55
+ <marker class="begin-verse" mid="v65001017"/>
56
+ <heading>A Call to Persevere</heading>
57
+ <begin-paragraph/>
58
+ <verse num="17">But you must <crossref let="t" cid="c65001017.1"/>remember, beloved, the predictions of the apostles of our Lord Jesus Christ.</verse>
59
+ <marker class="begin-verse" mid="v65001018"/>
60
+ <verse num="18">They<note nid="n65001018.1"/> said to you, <crossref let="u" cid="c65001018.1"/><q class="begin-double" qid="65001018.1" from="65001018.1" to="65001018.2"/>In the last time there will be scoffers, following their own ungodly passions.<q class="end-double" qid="65001018.2" from="65001018.1" to="65001018.2"/></verse>
61
+ <marker class="begin-verse" mid="v65001019"/>
62
+ <verse num="19">It is these who cause divisions, worldly people, <crossref let="v" cid="c65001019.1"/>devoid of the Spirit.</verse>
63
+ <marker class="begin-verse" mid="v65001020"/>
64
+ <verse num="20">But you, beloved, <crossref let="w" cid="c65001020.1"/>building yourselves up in your most holy faith and <crossref let="x" cid="c65001020.2"/>praying in the Holy Spirit,</verse>
65
+ <marker class="begin-verse" mid="v65001021"/>
66
+ <verse num="21"><crossref let="y" cid="c65001021.1"/>keep yourselves in the love of God, <crossref let="z" cid="c65001021.2"/>waiting for the mercy of our Lord Jesus Christ that leads to eternal life.</verse>
67
+ <marker class="begin-verse" mid="v65001022"/>
68
+ <verse num="22">And have mercy on those who doubt;</verse>
69
+ <marker class="begin-verse" mid="v65001023"/>
70
+ <verse num="23">save others by <crossref let="a" cid="c65001023.1"/>snatching them out of <crossref let="b" cid="c65001023.2"/>the fire; to others show mercy <crossref let="c" cid="c65001023.3"/>with fear, hating even <crossref let="d" cid="c65001023.4"/>the garment<note nid="n65001023.1"/> stained by the flesh.</verse>
71
+ <end-paragraph/>
72
+ <marker class="begin-verse" mid="v65001024"/>
73
+ <heading>Doxology</heading>
74
+ <begin-paragraph/>
75
+ <verse num="24"><crossref let="e" cid="c65001024.1"/>Now to him who is able <crossref let="f" cid="c65001024.2"/>to keep you from stumbling and <crossref let="g" cid="c65001024.3"/>to present you <crossref let="h" cid="c65001024.4"/>blameless before the presence of his glory with great joy,</verse>
76
+ <marker class="begin-verse" mid="v65001025"/>
77
+ <verse num="25">to <crossref let="i" cid="c65001025.1"/>the only God, our Savior, through Jesus Christ our Lord, <crossref let="j" cid="c65001025.2"/>be glory, majesty, dominion, and authority, before all time<note nid="n65001025.1"/> and now and forever. Amen.</verse>
78
+ <end-paragraph/>
79
+ </chapter>
80
+ </book>
81
+ </crossway-bible>