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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9db67f504533955488db97fd66d255c5998989ad
4
- data.tar.gz: 103f54a46a4524e425dd42db6af48aef20e14c0f
3
+ metadata.gz: b0adf7676b22bba05a4c960b9e1a5494843aecdd
4
+ data.tar.gz: d0a28150bb18b9d57e74f04c87b3ce1324eecee1
5
5
  SHA512:
6
- metadata.gz: 9b6ade1406154769598b81ce3c10293d2546c5386ac7242624be186766930c6d3ad182def91123f7573b826f796d54312dec7efefcc6fc51bc41c081a95c27e7
7
- data.tar.gz: a215e894db46f1e5eb4ca4f62cc2d94a7be121acb4e56065a1225176f1505c4cee3bdcf50a45c33113d42133fce99b4e142409676df79fa0ff4a5f1d4c06e854
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} #{IMAGES.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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-buseyme"
3
- spec.version = "0.1.0"
3
+ spec.version = "0.2.0"
4
4
  spec.authors = ["Chris Chalfant"]
5
5
  spec.email = ["chalfants@gmail.com"]
6
6
  spec.description = "Display a motivational Busey"
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.1.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-05 00:00:00.000000000 Z
11
+ date: 2015-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita