Skip to content

Commit

Permalink
Yeah bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Sep 14, 2017
1 parent d3f06d6 commit 81adab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/lita/handlers/onewheel_wolfram_alpha.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def handle_wolfram_query(response)
post_script = ''

if matches = query.match(/\<(.*)\>/)
query.gsub! /\<#{matches[1]}\>/, ''
post_script = " #{matches[1]}"
end

Expand Down
2 changes: 1 addition & 1 deletion lita-onewheel-wolfram-alpha.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'lita-onewheel-wolfram-alpha'
spec.version = '0.2.0'
spec.version = '0.2.1'
spec.authors = ['Andrew Kreps']
spec.email = ['andrew.kreps@gmail.com']
spec.description = %q{Lita interface to Wolfram Alpha.}
Expand Down

0 comments on commit 81adab5

Please sign in to comment.