Skip to content

Commit

Permalink
Cleaned up display.
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Mar 21, 2017
1 parent 5af17f9 commit 5f75dd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/lita/handlers/onewheel_beer_wayfinder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def parse_response(response)
gimme_what_you_got[tap_name] = {
# type: tap_type,
# remaining: remaining,
brewery: brewery.to_s,
# brewery: brewery.to_s,
name: beer_name.to_s,
abv: abv.to_f,
ibu: ibu.to_i,
Expand Down
2 changes: 1 addition & 1 deletion lita-onewheel-beer-wayfinder.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'lita-onewheel-beer-wayfinder'
spec.version = '0.0.2'
spec.version = '0.0.3'
spec.authors = ['Andrew Kreps']
spec.email = ['andrew.kreps@gmail.com']
spec.description = %q{Lita interface to Wafinder's Barlistings.}
Expand Down
2 changes: 1 addition & 1 deletion spec/lita/handlers/onewheel_beer_wayfinder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

it 'shows the taps' do
send_command 'wayfinder'
expect(replies.last).to include("taps: 1) Wayfinder ANDECHS VOLLBIER HELLES LAGER")
expect(replies.last).to include('taps: 1) ANDECHS VOLLBIER HELLES LAGER')
end

it 'displays details for tap 4' do
Expand Down

0 comments on commit 5f75dd0

Please sign in to comment.