quote_machine 0.1.8 → 0.1.9

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: abe4b9af68d0f292ffd981d0fcc039d70dcbb1869fc763acd25ab6e2df95bf9d
4
- data.tar.gz: ff7610f94d09bcff959bc4fa201424559f65e1d122b17f56d3188648dfb0a997
3
+ metadata.gz: 39c1935fb08ca57c1ead2f7c6c817847bed8afaf678f0175dc5dd4a4ecdadc13
4
+ data.tar.gz: 7f6634a98a9691301b0f47b9ac2ca9ce821e2076e0d5c9a596eead16e4df0d32
5
5
  SHA512:
6
- metadata.gz: 16028bae9557168cf09ff2a196e536423c973a8ebbab2a879c02a0f96c0970b6ec1faa164311d6e8b05aa88dba2fcd843354c6054527e8ea82037436b02b049d
7
- data.tar.gz: e2b97137c1f848eddbe11aa615e4f7d9ef9194e9f6b8d2f1018db6de6ba27943396b254424ae077f16b95a67c821a3912917c626dbb32327291f70efc421c2e2
6
+ metadata.gz: 8f2df7a3e973a64fff7805118db7dc6af56e45b9359dcbe00c0fef2c82e44745d12f63037e937d4bcbbcf4e03ef848275083ad861de14314f90ace456450543d
7
+ data.tar.gz: e5514a4f0b6c4a467029afdb58a90f6d77896e50cc81cbb22ac0bf4b53bebda0a7184dc1ee39910cb24b7db3008c117c17474279f44ca200174036f6db753929
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- quote_machine (0.1.8)
4
+ quote_machine (0.1.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/quote_machine.rb CHANGED
@@ -85,13 +85,13 @@ end
85
85
 
86
86
  def show_previous_section
87
87
  if @section_current > 0
88
- "<br><br> #{@poem[@stanza_current][@section_current - 1]} <br<br>"
88
+ "#{@poem[@stanza_current][@section_current - 1]}"
89
89
  end
90
90
  end
91
91
 
92
92
  def show_next_section
93
93
  if @section_current < (@poem[@stanza_current].length - 1)
94
- " #{@poem[@stanza_current][@section_current + 1]}<br><br>"
94
+ " #{@poem[@stanza_current][@section_current + 1]}"
95
95
  end
96
96
  end
97
97
 
@@ -1,3 +1,3 @@
1
1
  module QuoteMachine
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quote_machine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Chapman