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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/chapmanchri_quotemachine2.rb +1 -1
- data/lib/chapmanchri_quotemachine2/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9d56fe27c231b8e9191087ddd050e4cbd4679370896034a51a53bda7b818d76
|
|
4
|
+
data.tar.gz: 119978d2e457a9c04d58d9fdd83292f947e74b5fa45e8ac62844bdd0042e3b0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c3bb64a47ee799eb98f55b0507c51586914fb1648b9460053427b8abda3e909ef93f2b7852189683f087e91eae8774684caa0916b09474f191199b1e7097dca
|
|
7
|
+
data.tar.gz: 7085f30bbeec4f6ed38e5eb0b33a19527335ced92b9806d130db8b9fba484b3d4b73ed924268d954c0c59e8e466656d5dd0c32831c132b0a568be3122decf678
|
data/Gemfile.lock
CHANGED
|
@@ -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}<
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2019-12-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|