lita-onewheel-beer-properpint 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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b046c47a7371def8d433d29a9f53547f2a54ba378ee251d678fa0260c0d7dffc
|
4
|
+
data.tar.gz: d342c76027783b0784649b9744c96c8e507f17007411254331d165b59d315b27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59596a3f28b2b7901928f04d9bb9c0862910e4b3502828a89722e72e0827cbe19d3d31c2180f9a08619bcf07c599826df7969f3197922110109ae188878f1773
|
7
|
+
data.tar.gz: fc2a99e851cd75e74cf475bca8fd76f37f6da89060b9663f9d950c17daf97660b08118508299138ec30363367c277a96b044bd797130661249b3e3c61dfb1de0
|
@@ -30,7 +30,7 @@ module Lita
|
|
30
30
|
end
|
31
31
|
reply = reply.strip.sub /,\s*$/, ''
|
32
32
|
|
33
|
-
reply += " Order now at https://my-site-109373-104980.square.site/"
|
33
|
+
reply += " Order now at https://my-site-109373-104980.square.site/dine-in"
|
34
34
|
Lita.logger.info "Replying with #{reply}"
|
35
35
|
response.reply reply
|
36
36
|
end
|
@@ -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.1'
|
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.}
|