chapmanchri_quotemachine2 0.2.3 → 0.2.4

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: b632c9b19fd67f35709aaf6a5e11cfe8f94bec7488b1c830f0c5cc2726ddb827
4
- data.tar.gz: 0a01ab7929b41ab41babb75bfae993a07f8ad371ed7d206de32260c894e5b174
3
+ metadata.gz: 130eecc826d44c2353db6ac8756109183e917786e96e228b84ddb29039c879f6
4
+ data.tar.gz: 3c661461ee41238baaf73865ccc03ab0f4054ae948295676a350519fbf1f7161
5
5
  SHA512:
6
- metadata.gz: bf7431ba3d35af33c58939a133d2f893bee459831a215cdeba1679e7501947cd7a5d995e091d81a4ca55f6a8891999f6fa2510f9425d671ebb01dbf46e76c0d8
7
- data.tar.gz: e46fbab423059be261411df931c3d25a54c69ea95feb92ae77ae390fc1c0224f49e4cf63c0e159afea922f23b3e8d04241324cd63bd567c0845480108175caad
6
+ metadata.gz: 2b863f3f1336c36940e9e76a2a801936c4b0309b66d3bb0501ec93c7c02731d9cc112a29207650c8086948bd1ee01f27af6b7871eaff53b77df23b355849b261
7
+ data.tar.gz: 2690aab8f2f9656d34ca4e0d1deec27cd1e2e6f79d93e224a16c9bfc0e9dc581ec995717b06026d59956e4c582d19f3c31c4802c47b015de5816778cab63675f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chapmanchri_quotemachine2 (0.2.3)
4
+ chapmanchri_quotemachine2 (0.2.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -115,9 +115,9 @@ def show_entire_verse
115
115
  @poem[@stanza_current].each_with_index do |segment, i|
116
116
  if i > 0
117
117
  if i == @section_current
118
- print_verse = print_verse + "<br>" + show_current_section + "<br>"
118
+ print_verse = print_verse + "<br><br>" + show_current_section
119
119
  else
120
- print_verse = print_verse + "<br>" + segment
120
+ print_verse = print_verse + "<br><br>" + segment
121
121
  end
122
122
  end
123
123
  end
@@ -1,3 +1,3 @@
1
1
  module ChapmanchriQuotemachine2
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chapmanchri_quotemachine2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Chapman