lita-shipit 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/shipit.rb +5 -5
- data/lita-shipit.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25521fba4915b9d5accfc289c64b54b2f5ba6836
|
4
|
+
data.tar.gz: 9c2bcd1a4802174dcec513a5a3fac4d5f55d7ff4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 301d28111621a613d6cfc13d365e2df4e5d0936dcaab623dd8e6bdf546df7822b7ebee9cab7b3f6e370cf0afda3eee38654c82a52e4a44683f7ea476b97de6ed
|
7
|
+
data.tar.gz: a686609b11fa1799794d796048bdeaa44fc0aad46abedcea573790e39da10ade394fb21a7ab932c33eaaabbe107ebd747f3a58e5090006dc9da53d3ca8bbc19c
|
data/lib/lita/handlers/shipit.rb
CHANGED
@@ -2,20 +2,20 @@ module Lita
|
|
2
2
|
module Handlers
|
3
3
|
class Shipit < Handler
|
4
4
|
SQUIRRELS = [
|
5
|
-
"http://images.cheezburger.com/completestore/2011/11/2/aa83c0c4-2123-4bd3-8097-966c9461b30c.jpg",
|
6
|
-
"http://images.cheezburger.com/completestore/2011/11/2/46e81db3-bead-4e2e-a157-8edd0339192f.jpg",
|
7
5
|
"http://28.media.tumblr.com/tumblr_lybw63nzPp1r5bvcto1_500.jpg",
|
8
6
|
"http://i.imgur.com/DPVM1.png",
|
9
|
-
"http://gifs.gifbin.com/092010/1285616410_ship-launch-floods-street.gif",
|
10
7
|
"http://d2f8dzk2mhcqts.cloudfront.net/0772_PEW_Roundup/09_Squirrel.jpg",
|
11
8
|
"http://www.cybersalt.org/images/funnypictures/s/supersquirrel.jpg",
|
12
9
|
"http://www.zmescience.com/wp-content/uploads/2010/09/squirrel.jpg",
|
13
|
-
"http://img70.imageshack.us/img70/4853/cutesquirrels27rn9.jpg",
|
14
|
-
"http://img70.imageshack.us/img70/9615/cutesquirrels15ac7.jpg",
|
15
10
|
"https://dl.dropboxusercontent.com/u/602885/github/sniper-squirrel.jpg",
|
16
11
|
"http://1.bp.blogspot.com/_v0neUj-VDa4/TFBEbqFQcII/AAAAAAAAFBU/E8kPNmF1h1E/s640/squirrelbacca-thumb.jpg",
|
17
12
|
"https://dl.dropboxusercontent.com/u/602885/github/soldier-squirrel.jpg",
|
18
13
|
"https://dl.dropboxusercontent.com/u/602885/github/squirrelmobster.jpeg",
|
14
|
+
"http://i.imgur.com/tIQluOd.jpg",
|
15
|
+
"http://i.imgur.com/PIQBHKA.jpg",
|
16
|
+
"http://i.imgur.com/Qp8iF6l.jpg",
|
17
|
+
"http://i.imgur.com/I7drYFb.jpg",
|
18
|
+
"http://i.imgur.com/1obU7mz.jpg",
|
19
19
|
]
|
20
20
|
|
21
21
|
def shipit(response)
|
data/lita-shipit.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "lita-shipit"
|
3
|
-
spec.version = "0.
|
3
|
+
spec.version = "0.2.0"
|
4
4
|
spec.authors = ["Josh Nichols"]
|
5
5
|
spec.email = ["josh@technicalpickles.com"]
|
6
6
|
spec.description = %q{A lita handler that provides easy access to the shipit squirrel and its kin}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lita-shipit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Nichols
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lita
|
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
149
149
|
version: '0'
|
150
150
|
requirements: []
|
151
151
|
rubyforge_project:
|
152
|
-
rubygems_version: 2.
|
152
|
+
rubygems_version: 2.5.1
|
153
153
|
signing_key:
|
154
154
|
specification_version: 4
|
155
155
|
summary: A lita handler that provides easy access to the shipit squirrel and its kin
|