lita-onewheel-beer-properpint 0.1.1 → 0.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b951a3864954e53ab16d511b9b1df4f3404073925a54710b575ea16f5959f1c
|
4
|
+
data.tar.gz: e2095d74e1289d0ec4e78739a4fd03116f1d45de7dadce158583db26215d4f4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3051d140120cf1937a3da5296fd766e8061040f5795a436a791a215d92f13a3788a2e206de97a18bba30a6677b05cbcdf8c188222550812098f7ba3bbb04a136
|
7
|
+
data.tar.gz: 6c742186a83f9d0ddd6f7cd9c94b7856460a8dc5c8b480c0be8c00e1ce6785e7d2cdf07c1b35a298dbebc5945785545443d74d10fcf342f942290e4ec94316ab
|
@@ -41,6 +41,8 @@ module Lita
|
|
41
41
|
# reply += "- #{datum[:desc]}, "
|
42
42
|
# reply += "Served in a #{datum[1]['glass']} glass. "
|
43
43
|
|
44
|
+
reply += " Order now at https://my-site-109373-104980.square.site/dine-in"
|
45
|
+
|
44
46
|
Lita.logger.info "send_response: Replying with #{reply}"
|
45
47
|
|
46
48
|
response.reply reply
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = 'lita-onewheel-beer-properpint'
|
3
|
-
spec.version = '0.1.
|
3
|
+
spec.version = '0.1.2'
|
4
4
|
spec.authors = ['Andrew Kreps']
|
5
5
|
spec.email = ['andrew.kreps@gmail.com']
|
6
6
|
spec.description = %q{Lita interface to Bailey's Taproom listings.}
|