chapmanchri_quotemachine2 0.2.9 → 0.3.0

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: ccfe843d92f68a400c1c20547ccdf0b2ba64a5b4d3133fb1e4cb5faa1acde194
4
- data.tar.gz: 796aea059a3a6614fe29c659ade91e80a918d98d6d71720042c1c7fbd369199e
3
+ metadata.gz: 225b1fb3a07f3baa02cada9c43776ce7bb0e95aa1c1db0b3917cdce0677700b1
4
+ data.tar.gz: e678816493cc204aba600ec51c0f2d540d4a588213ac6c74fd121fcd150ba4a8
5
5
  SHA512:
6
- metadata.gz: b019ed71bd1db9be9a9ac0a41b443eea04bbc29c40e1de4b45bb38f01eb0ebdf1f1c8fee513f50a0716af5b58746d354d17be91947d6ed085f2222358f46ccf1
7
- data.tar.gz: 12b6511b8ff81ca7b94ba4d42d6bf88e27714ae1abcb090c37bdfbea0d6feb3e881ede089ef15608bfe7e3823ca01e841e204fa4310ff2e8a30ef1cf99e41608
6
+ metadata.gz: 82a9c41b6741e2b0d3b2e755c01e04c2c4ea9210b0b1762906e1b576dd5def8e36a6bd68c4daa9631ee4c4b597492be8ed7fc677effe794f6b981e299f8b8908
7
+ data.tar.gz: d07091cc69a6d4f49bb77700bf48e1160103eed8c5d70f91653cb08ad461235fd5fca0a4c2022a9faab0f52f5c5cb21181c6ec33053eb8603f55abc949a014a8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chapmanchri_quotemachine2 (0.2.9)
4
+ chapmanchri_quotemachine2 (0.3.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -95,7 +95,7 @@ def pick_section(stanza)
95
95
  end
96
96
 
97
97
  def show_current_section
98
- "<div class='current_section_in_text'>#{@poem[@stanza_current][@section_current]}</div>"
98
+ "<span class='current_section_in_text'>#{@poem[@stanza_current][@section_current]}</span>"
99
99
  end
100
100
 
101
101
  def show_previous_section
@@ -118,8 +118,8 @@ def show_entire_verse
118
118
  else
119
119
  if i == @section_current
120
120
  print_verse = print_verse + show_current_section
121
- elsif i == (@section_current + 1)
122
- print_verse = print_verse + "<br>" + segment
121
+ # elsif i == (@section_current + 1)
122
+ # print_verse = print_verse + "<br>" + segment
123
123
  else
124
124
  print_verse = print_verse + "<br><br>" + segment
125
125
  end
@@ -1,3 +1,3 @@
1
1
  module ChapmanchriQuotemachine2
2
- VERSION = "0.2.9"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chapmanchri_quotemachine2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Chapman
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-02 00:00:00.000000000 Z
11
+ date: 2020-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler