lita-onewheel-freds-sound-of-music 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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/lita/handlers/onewheel_freds_sound_of_music.rb +3 -1
- data/lita-onewheel-template.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40b0d538d04ce0d3fc0744ab2bfb83db8fa26987
|
4
|
+
data.tar.gz: 29fc96d111f9e6c7bb0d735b34562838126fb612
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3be95c61c447cc1bb15df49c10db4580eca6062b05daf6f3138ea18f2c4520604b0b03f937ef6a55a7a46c0b8674adf2e3a5ac03b9cecd96226d68b45398e98
|
7
|
+
data.tar.gz: ec20c1cb439e2a7f1f6b5895a95f4b65ae7fe2f1ad98bdaf7c79ab3935419c2d36e640ca0528aabdccd310a05d70df157584da35c06461f810809e9e36acd048
|
data/Gemfile.lock
CHANGED
@@ -55,7 +55,9 @@ module Lita
|
|
55
55
|
def format_output(response, records)
|
56
56
|
records.each do |rec|
|
57
57
|
query = "#{rec[:brand]} #{rec[:model]}".gsub /\s+/, '+'
|
58
|
-
|
58
|
+
reply = "#{rec[:brand]} #{rec[:model]} was $#{rec[:was_new]}, now $#{rec[:price]} https://google.com?q=#{query}"
|
59
|
+
Lita.logger.info "Responding with: #{reply}"
|
60
|
+
response.reply reply
|
59
61
|
end
|
60
62
|
end
|
61
63
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = 'lita-onewheel-freds-sound-of-music'
|
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 Fred's sound of music used listings.}
|