quote_machine 0.2.1 → 0.2.2

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: 1e544f240f4db835eaf46a78ef970cdb758c6e230e36592e3d259ed54e3b8d32
4
- data.tar.gz: c0a36e8c35aaf6056ff0929fa42abd6421a63d39df1f78e89ee20e72138e9fa9
3
+ metadata.gz: d7316f53a15b052c7a570dfad39ae46cdfc7888c147bfef55c5aa35775cb13fe
4
+ data.tar.gz: 3c671ceb09c2d509e61451ee1b4b7b73d694785b1671ed5652a1910b2c14df5f
5
5
  SHA512:
6
- metadata.gz: ee8d0c3989860612284d8dbc73beea15025e5b170d771e90245f892f178c127cf065eaa2dbcf4dc734868caffac323321821f96803ad6485aba4614fab041af0
7
- data.tar.gz: bc0f3aca865276ff17898260e9efc720962c00f552c05a8b61b7f72d04b892c5cf4a0bcd1c95c52536825c1eb817e534ca5aa16f710b45ea97f8e33a4fa859b1
6
+ metadata.gz: b1d61e9575a702d172090da4ac9385a946b8f6b2c503b2d8d24bbf9abd9d6a3a2fdc1e120cbbcc40cafcaca4992e58fa28b4344c84c815ad68fec11605df661c
7
+ data.tar.gz: 390de43bf35785356609a76e79789172c3e35684766d25a52bb6a41aaf2c361ab89e59d638cd562749c10dd1965f88860292b91da8e1f23ca759b80078108b2b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- quote_machine (0.2.1)
4
+ quote_machine (0.2.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module QuoteMachine
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
data/lib/quote_machine.rb CHANGED
@@ -79,7 +79,7 @@ def pick_section(stanza)
79
79
  end
80
80
 
81
81
  def show_current_section
82
- "<br><br><div class='current_section_in_text'>#{@poem[@stanza_current][@section_current]}</div><br><br>"
82
+ "<div class='current_section_in_text'>#{@poem[@stanza_current][@section_current]}</div>"
83
83
  end
84
84
 
85
85
  def show_previous_section
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.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Chapman