chapmanchri_quotemachine2 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 130eecc826d44c2353db6ac8756109183e917786e96e228b84ddb29039c879f6
4
- data.tar.gz: 3c661461ee41238baaf73865ccc03ab0f4054ae948295676a350519fbf1f7161
3
+ metadata.gz: 209743b7757216b39f36f2a9722f14d61bda80b302919f3cc82aa0a9d6486231
4
+ data.tar.gz: ae63ea70ca5f883c30304b420d50182f9aa6038499de60957ae28d1930dba65f
5
5
  SHA512:
6
- metadata.gz: 2b863f3f1336c36940e9e76a2a801936c4b0309b66d3bb0501ec93c7c02731d9cc112a29207650c8086948bd1ee01f27af6b7871eaff53b77df23b355849b261
7
- data.tar.gz: 2690aab8f2f9656d34ca4e0d1deec27cd1e2e6f79d93e224a16c9bfc0e9dc581ec995717b06026d59956e4c582d19f3c31c4802c47b015de5816778cab63675f
6
+ metadata.gz: 1b53e90e1a430f651dcc366291a7ec9b36065856748077cfd95728203b603bf5894be2cb7e3a6c4cdd143eecf2561989f12e5596fcddf94cac654a9da21908b9
7
+ data.tar.gz: ef2f3871286927d06afa6143809c7cf7b8dcd7493445e1a9b121268965ed974f2689d9332e742f75b3106684b33e0e63060d6ffe0e2d78032daeaebdba384304
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chapmanchri_quotemachine2 (0.2.4)
4
+ chapmanchri_quotemachine2 (0.2.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -115,7 +115,7 @@ 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 + show_current_section
119
119
  else
120
120
  print_verse = print_verse + "<br><br>" + segment
121
121
  end
@@ -146,11 +146,6 @@ def clear_screen
146
146
  end
147
147
 
148
148
  def show_section
149
- # puts @poem[stanza][section_num]
150
- # puts @poem[pick_stanza][pick_section]
151
- # stanza = pick_stanza
152
- # @stanza_current = stanza
153
- # @section_current = pick_section(stanza)
154
149
  @poem[@stanza_current][@section_current]
155
150
  end
156
151
 
@@ -1,3 +1,3 @@
1
1
  module ChapmanchriQuotemachine2
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
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.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Chapman