chapmanchri_quotemachine2 0.1.5 → 0.1.6

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: 5340aae9e5f37d54619b4b213d617049f8f4ca75d11ba31184493606d604cae3
4
- data.tar.gz: 311d91c96427b1cb0f69afa86e25db0be5a47672799e92b57ed29e9e44a52a19
3
+ metadata.gz: d71c23c807525d82d8855cee35c2c28865193a4bac8a1095cd6e519ce0a16afd
4
+ data.tar.gz: 261e5b379c7b0c6b1f0cb798596c93c51eeee83a6e394716eb1b4f69f5b61efe
5
5
  SHA512:
6
- metadata.gz: e8db444e9e151a47b87bce7efa7118fd5283ec9c5f20627552ccd8a04a4429775dba4891c0290d98dfca657353d134525f43916ecbf367e07256b57f71d91d13
7
- data.tar.gz: e31aa721122e90cbdf6662033b32561576fa9c78a9443360fb190030a4ccd08ef814aa0d46c5a2cce056720de3d7935a9be5a8a85e24bab9d4f8ab09dfcb95d9
6
+ metadata.gz: 251696792382b6a49dee7fdeaa13009c84748ac9c93f4f451720def5b298d5bce4f5c37210077e9860864a6f9853e239aa2f78927f600125dc9bc1ea59cf6ed8
7
+ data.tar.gz: 807b161bff83fadb2133b409694e14ee22a5baa07f84baa5c0c05ec229a02901962df1bcb16c7f769e4ccb9e566d1462ddc7c711861650e5fb6580cf373919d6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chapmanchri_quotemachine2 (0.1.5)
4
+ chapmanchri_quotemachine2 (0.1.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -213,7 +213,7 @@ def build_display
213
213
  # Builds for Stanza with more than two sections and more than one phrase
214
214
  if @poem[@stanza_current].length > 3
215
215
  if @phrase.length > 1
216
- # current_phrase is first in stanza and the second pharse is also displayed
216
+ # current_phrase is first in stanza and the second phrase is also displayed
217
217
  if @phrase[0] == 1 && @section_current == 1 && @phrase[1] == 2
218
218
  result_text = "<p>#{show_current_section}</p><p>#{show_next_section}</p><div class='minus-button'>-</div>"
219
219
  end
@@ -231,7 +231,7 @@ def build_display
231
231
  if @phrase.length == 2 && @section_current != 1 \
232
232
  && @section_current != @poem[@stanza_current].length - 1 \
233
233
  && @phrase.last > @section_current
234
- result_text = "<div class='plus-button'>more...</div><p>#{show_current_section}</p><p>#{show_next_section}</p><div class='minus-button'>-</div>"
234
+ result_text = "<div class='plus-button'>more...</div><p>#{show_current_section}</p><p>#{show_next_section}</p><div class='minus-button'>minus...</div>"
235
235
  end
236
236
  # three phrases in the phrase storage array
237
237
  if @phrase.length == 3
@@ -1,3 +1,3 @@
1
1
  module ChapmanchriQuotemachine2
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
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.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Chapman
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-08 00:00:00.000000000 Z
11
+ date: 2019-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler