lita-onewheel-beer-pints 0.0.2 → 0.0.3

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
  SHA1:
3
- metadata.gz: 26f39e62cf8c33b59382e2e7f6edcb8970a03d8f
4
- data.tar.gz: fef4e83e47ac527b8864c6702a44a3e97190ec9a
3
+ metadata.gz: 5c656fe478b1a4e65a3c06b7f60f27f694d61686
4
+ data.tar.gz: f149bf77657ea81b5b6bf874730daf5eccd67689
5
5
  SHA512:
6
- metadata.gz: 192501fda4fcb1ea58fd561388db6e83f760ffdc92a59715e54ef054b888d0efa7d6335463a7e6155f245b8b7654fe16d1cb53db6b9cafd28a7607db9c71929a
7
- data.tar.gz: 9d7c9c68f360a5c837f9769363b619f17ec1f5a75ce97ce49deea4f862b3b2dad21bd7071eac9da42700175fe63c60b194862507f191d355f9eeb308caa68f9d
6
+ metadata.gz: 0e5df3b4d2ebd480e8316e72388f83547899305e4aa7239de64490d3d7fd34e2ee20995e9b98768f5d8d7ccf1b5ee0b9c4b4595c2316545a29e60c0cddc30eac
7
+ data.tar.gz: 4bcb23893c1adf59effe52aae7c11386e1a5d80bc5a09ea31c805aebd0f2af23c53be1c8657fc995b29387c7f7a9e49855d051d25c4fd54f9d8928d20b4eb469
@@ -47,6 +47,7 @@ module Lita
47
47
  reply += "#{tap}) "
48
48
  reply += datum[:name] + ' '
49
49
  reply += datum[:abv].to_s + '% '
50
+ reply += ' '
50
51
  # reply += datum[:ibu].to_s + ' IBU '
51
52
  end
52
53
  reply = reply.strip.sub /,\s*$/, ''
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-onewheel-beer-pints'
3
- spec.version = '0.0.2'
3
+ spec.version = '0.0.3'
4
4
  spec.authors = ['Andrew Kreps']
5
5
  spec.email = ['andrew.kreps@gmail.com']
6
6
  spec.description = %q{Lita interface to Pints Taproom listings.}
@@ -17,7 +17,7 @@ describe Lita::Handlers::OnewheelBeerPints, lita_handler: true do
17
17
 
18
18
  it 'shows the taps' do
19
19
  send_command 'pints'
20
- expect(replies.last).to include("Pints taps: 1) Brick House Blonde 5.0% 2) Seismic IPA 6.2% 3) Rip Saw Red 6.5% 4) Steel Bridge Stout")
20
+ expect(replies.last).to include("Pints taps: 1) Brick House Blonde 5.0% 2) Seismic IPA 6.2% 3) Rip Saw Red 6.5% 4) Steel Bridge Stout")
21
21
  end
22
22
 
23
23
  it 'displays details for tap brick' do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-onewheel-beer-pints
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kreps