chapmanchri_quotemachine2 0.2.2 → 0.2.3

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: 273d17bd4c9ee9da6aab64c93b235a4866cd50b4b3be4a7eb083003750dd72c6
4
- data.tar.gz: 1c8d491d46dde40ea156abfbb594acf8b4dfc91265f77a06cf33b4475abaa32d
3
+ metadata.gz: b632c9b19fd67f35709aaf6a5e11cfe8f94bec7488b1c830f0c5cc2726ddb827
4
+ data.tar.gz: 0a01ab7929b41ab41babb75bfae993a07f8ad371ed7d206de32260c894e5b174
5
5
  SHA512:
6
- metadata.gz: 85771c4afed4f8460b31d2472853ff4f04441bda95d60266f5b37e90964a96c8e56e466aee66b374ab165e259e4de010f267be79f54aefe88146e6248f8e1e3b
7
- data.tar.gz: 0d338b11925b1112f1440ce8937e000facae4b0ef7cd7bcfb4fa4e4ec8d46877ca6dbbc5890ce76c84c502de2406220231879c59e05f6376aa08c9dd2ede8b38
6
+ metadata.gz: bf7431ba3d35af33c58939a133d2f893bee459831a215cdeba1679e7501947cd7a5d995e091d81a4ca55f6a8891999f6fa2510f9425d671ebb01dbf46e76c0d8
7
+ data.tar.gz: e46fbab423059be261411df931c3d25a54c69ea95feb92ae77ae390fc1c0224f49e4cf63c0e159afea922f23b3e8d04241324cd63bd567c0845480108175caad
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chapmanchri_quotemachine2 (0.2.2)
4
+ chapmanchri_quotemachine2 (0.2.3)
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><br>" + show_current_section
118
+ print_verse = print_verse + "<br>" + show_current_section + "<br>"
119
119
  else
120
- print_verse = print_verse + "<br><br>" + segment
120
+ print_verse = print_verse + "<br>" + segment
121
121
  end
122
122
  end
123
123
  end
@@ -1,3 +1,3 @@
1
1
  module ChapmanchriQuotemachine2
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
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.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Chapman