lita-buseyme 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/lita/handlers/buseyme.rb +1 -14
- data/lita-buseyme.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0adf7676b22bba05a4c960b9e1a5494843aecdd
|
4
|
+
data.tar.gz: d0a28150bb18b9d57e74f04c87b3ce1324eecee1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b60e91ec83cbcbed824d3cbb71d901784b3034f16ce12e491339426b98fd013de9a35a50be4f1da1c0f852239a810199f2daadfd645e033995da184cccd18bb
|
7
|
+
data.tar.gz: 5849b5da408f1b391fce0f3bddee7280b302bdfe6d97d6690bcd7e06eee45b529663c79a24ad191199e14226654f3959daac9923e7ce17e2538c59dd1600fcdf
|
@@ -1,19 +1,6 @@
|
|
1
1
|
module Lita
|
2
2
|
module Handlers
|
3
3
|
class Buseyme < Handler
|
4
|
-
IMAGES = [
|
5
|
-
"http://images.starpulse.com/pictures/2011/09/06/previews/Gary%20Busey-20110906-15.jpg",
|
6
|
-
"http://cdn.cnwimg.com/wp-content/uploads/2010/11/gary-busey-210x300.jpg",
|
7
|
-
"http://www.thrashingzombies.com/wp-content/uploads/2011/06/3779262793_f3d19d5b9f_o.jpg",
|
8
|
-
"http://www.blogcdn.com/www.switched.com/media/2007/04/busey_two.jpg",
|
9
|
-
"http://realitytvsting.com/wp-content/uploads/2013/04/Gary+Busey+zc8fT8iuM0Hm.jpg",
|
10
|
-
"http://www.thedailyrash.com/wp-content/uploads/2010/06/gary_busey_roast.jpg",
|
11
|
-
"http://whatculture.com/wp-content/uploads/2008/11/gary_busey2.jpg",
|
12
|
-
"http://abcnews.go.com/images/Business/gty_gary_busey_dm_120208_wblog.jpg",
|
13
|
-
"http://www.swallowdaily.com/wp-content/uploads/2013/03/GaryBusey.jpg",
|
14
|
-
"http://www.starpulse.com/news/media/Gary-Busey-022310.jpg"
|
15
|
-
]
|
16
|
-
|
17
4
|
QUOTES = [
|
18
5
|
"My dark side, my shadow, my lower companion is now in the back room blowing up balloons for kids' parties.",
|
19
6
|
"You know what 'FAILING' stands for? It stands for 'Finding An Important Lesson, Inviting Needed Growth.'",
|
@@ -34,7 +21,7 @@ module Lita
|
|
34
21
|
})
|
35
22
|
|
36
23
|
def busey(response)
|
37
|
-
response.reply "#{QUOTES.sample} #{
|
24
|
+
response.reply "#{QUOTES.sample} https://s3.amazonaws.com/hofftest/busey#{rand(1..12)}.jpg"
|
38
25
|
end
|
39
26
|
end
|
40
27
|
|
data/lita-buseyme.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lita-buseyme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Chalfant
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lita
|