chapmanchri_quotemachine2 0.1.1 → 0.1.2

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: cb9075da15300ef0e5384bff683f4c4768c7cd147fc598227fac623dd86b08a8
4
- data.tar.gz: 2f89771dee9b2f5ea3cfa347ea420436e7093c59d68ff0816191168fedbba64f
3
+ metadata.gz: e9d56fe27c231b8e9191087ddd050e4cbd4679370896034a51a53bda7b818d76
4
+ data.tar.gz: 119978d2e457a9c04d58d9fdd83292f947e74b5fa45e8ac62844bdd0042e3b0c
5
5
  SHA512:
6
- metadata.gz: 19602d2fb4764c0c5f707f354a45e2cd63b953489078165eb3df85ef76af0ba877cb742aeb3e27379ff6eb2314566d9ed991a213af0cc66b2392f8c0ee90adac
7
- data.tar.gz: 0cb9dd124f37c2b0eb20a7a3c5b35fe4a4b959c829d1b3a1652be6e0f75749678a4f7457b2c34521125901b466216f31bb7523884ff26c4d71f0d3edc88f714e
6
+ metadata.gz: 2c3bb64a47ee799eb98f55b0507c51586914fb1648b9460053427b8abda3e909ef93f2b7852189683f087e91eae8774684caa0916b09474f191199b1e7097dca
7
+ data.tar.gz: 7085f30bbeec4f6ed38e5eb0b33a19527335ced92b9806d130db8b9fba484b3d4b73ed924268d954c0c59e8e466656d5dd0c32831c132b0a568be3122decf678
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chapmanchri_quotemachine2 (0.1.1)
4
+ chapmanchri_quotemachine2 (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -224,7 +224,7 @@ def build_display
224
224
  # there are two phrases in array, current_phrase is not first or last stanza,
225
225
  # and current_phrase > second phrase
226
226
  if @phrase.length == 2 && @section_current != 1 && @section_current != @poem[@stanza_current].length - 1
227
- result_text = "<div class='minus-button'>-</div>#{show_previous_section}#{show_current_section}<div class='plus-button'>+</div>"
227
+ result_text = "<div class='minus-button'>-</div>#{show_previous_section}#{show_current_section}<form id='plus_next' action='/plus_next' method='post'><button class='form-submit' type='submit>Show a Verse</button></form>"
228
228
  end
229
229
  # there are two phrases in array, current_phrase is not first or last,
230
230
  # and current_phrase < second phrase
@@ -1,3 +1,3 @@
1
1
  module ChapmanchriQuotemachine2
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
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-04 00:00:00.000000000 Z
11
+ date: 2019-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler