lita-yelpme 0.1.0 → 0.1.1

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: 7c14a1a9987d94ae1b311ec22452378998ce5564
4
- data.tar.gz: 86aab3594dd42af3e7782e340200dbc44c3e18ff
3
+ metadata.gz: 244bab1a966151ca9523a0a70180cd2fa8c91589
4
+ data.tar.gz: 91470c51783d0844de075dd981df3a677a7393d5
5
5
  SHA512:
6
- metadata.gz: d8a1fad4bf070abdf1715b70dc41ffdc2890eb75c25d5271da07f2f012676be9aad3ea247643e642928e45fb00c2ea70b110143312b3f77362d194793b0a9ff2
7
- data.tar.gz: fd70ff35831442238371353f44d303fb76df04ea06caa11134e3d9d79a439bdc0c474dad1dce329a83329bf64f286d979014a7878fa9d8db7d50c250652ebcb1
6
+ metadata.gz: 58c987372c7a75dda1d934680027dbd326a42fbd59993067537ee1621b3b1c6ba15326e19700c9acd1e0b4ce1a97217f8f481949a21592174bc66b36d1e05379
7
+ data.tar.gz: 842bc3bc728244a08593483987b98dc34ffd2f718006107e9cc9f2636689256e824c45e679b73b8254a3f13d1610a45ab23943c338ed29f4c97eb11ecdc209dd
@@ -3,7 +3,7 @@ require 'yelp'
3
3
  module Lita
4
4
  module Handlers
5
5
  class Yelpme < Handler
6
- route(/^(?:yelp|y)\s+(.+)./u, :yelp, command: true, help: {
6
+ route(/^(?:yelp|y)\s+([^@]+)./u, :yelp, command: true, help: {
7
7
  "yelp QUERY" => "Return the first Yelp result with information about the first business found"
8
8
  })
9
9
  route(/^(?:yelp|y)\s+(.+)@\s(.*)/u, :yelp_city, command: true, help: {
data/lita-yelpme.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-yelpme"
3
- spec.version = "0.1.0"
3
+ spec.version = "0.1.1"
4
4
  spec.authors = ["Ted"]
5
5
  spec.email = ["ted@stuckinacan.com"]
6
6
  spec.description = %q{A yelp handler for lita}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-yelpme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ted