chapmanchri_quotemachine2 0.3.5 → 0.3.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: 41efa81a36c91ab07b2d26d435318cb66d4f1d0de2574227b7b2b6d52a7dcbe2
4
- data.tar.gz: 1212a2a14ed45ec35c3b778a3d13c57cf5259bcc3677e6494f42fe1508826f2c
3
+ metadata.gz: 184ad5bd4f48279dd2edf00bd4482971c26c3158a5b85b060468f43998c13a79
4
+ data.tar.gz: b4233b437aed57359b7a44007a83f260daa17aae2584aa168c6daaa6c8950120
5
5
  SHA512:
6
- metadata.gz: '0756748b72041570c2fc788e7db9ddaf142b52c32e4667f3f156b773f85e18283614c629eeaf66823ee3e2bcc5954e264422111acc0dd26a221e17f849ddaf44'
7
- data.tar.gz: a4455bcaced7bad825879e1bd0fe5813aafff5cd3a95287512d4afd8fa644c3e3d4a99d38266e788e19029e25a2bce59641bce857134bfb1d2a2d691fab3d077
6
+ metadata.gz: 466a434e8bc552b4d2e7f1b79061e11d4703223f7008ab45835d601c8918e9dccb0c849dfec7b1624fcb2c96cf979a5b7fd8304b01546e5f1a88c2234694673e
7
+ data.tar.gz: e636c1a1a68ec8b16d31a7636922927d89f651ce722585487a3f16d19b929b994e05dcf5479b1f47b2188bdc8f87ea8edf0336b4c161a85f54ac8aedd9bfb6e5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chapmanchri_quotemachine2 (0.3.5)
4
+ chapmanchri_quotemachine2 (0.3.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -214,7 +214,7 @@ def build_display
214
214
  result_text = "<p>#{show_current_section}</p>" + "<p>#{show_next_section}</p><div class='minus-button'><form id='minus_next' action='/minus_next' method='get'><button class='form-submit' type='submit'>less...</button></form></div>"
215
215
  #the phrase is the second phrase of the stanza
216
216
  else
217
- result_text = "<div class='minus-button'><form id='minus_previous' action='/minus_previous' method='get'><button class='form-submit' type='submit'>less...</button></form></div><p>#{show_current_section}</p><p>#{show_previous_section}</p>"
217
+ result_text = "<div class='minus-button'><form id='minus_previous' action='/minus_previous' method='get'><button class='form-submit' type='submit'>less...</button></form></div><p>#{show_previous_section}</p><p>#{show_current_section}</p>"
218
218
  end
219
219
  end
220
220
  end
@@ -1,3 +1,3 @@
1
1
  module ChapmanchriQuotemachine2
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
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.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Chapman