lita-likeaboss 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/lita/handlers/likeaboss.rb +0 -6
- data/lita-likeaboss.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: 182d2ee6a95746fb7e4b675940f9449425054a00
|
4
|
+
data.tar.gz: 6d7606295d057eb64ab9a19d4931049d5b524ab5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6332f4009a489d0ec9b84ab9e26a63bfb0f03aad9906875282e7169906370ab01165211ea356638ef9327e9986c0ae88e7542cae47d5dfd8de9b5460cdbdf35a
|
7
|
+
data.tar.gz: 08bf0beb823081828a47366dc7eb5b7c2b5ae90946f2a63e43fe247c635b73577a31e31e1303c6abbd63a1fe4cf0aa8718be4f92806ad1c32a95949daac03d21
|
data/README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# lita-likeaboss
|
2
2
|
|
3
|
-
[![Build Status](https://travis-ci.org/henrrrik/lita-likeaboss.png)](https://travis-ci.org/
|
4
|
-
[![Code Climate](https://codeclimate.com/github/henrrrik/lita-likeaboss.png)](https://codeclimate.com/github/
|
5
|
-
[![Coverage Status](https://coveralls.io/repos/henrrrik/lita-likeaboss/badge.png)](https://coveralls.io/r/
|
3
|
+
[![Build Status](https://travis-ci.org/henrrrik/lita-likeaboss.png)](https://travis-ci.org/henrrrik/lita-likeaboss)
|
4
|
+
[![Code Climate](https://codeclimate.com/github/henrrrik/lita-likeaboss.png)](https://codeclimate.com/github/henrrrik/lita-likeaboss)
|
5
|
+
[![Coverage Status](https://coveralls.io/repos/henrrrik/lita-likeaboss/badge.png)](https://coveralls.io/r/henrrrik/lita-likeaboss)
|
6
6
|
|
7
|
-
**lita-likeaboss** is a handler for [Lita](https://github.com/jimmycuadra/lita) that outputs random 'like a boss' images.net. This is based on the hubot likeaboss script.
|
7
|
+
i**lita-likeaboss** is a handler for [Lita](https://github.com/jimmycuadra/lita) that outputs random 'like a boss' images.net. This is based on the hubot likeaboss script.
|
8
8
|
|
9
9
|
## Installation
|
10
10
|
|
@@ -16,15 +16,9 @@ module Lita
|
|
16
16
|
"http://s3.amazonaws.com/kym-assets/photos/images/original/000/114/151/14185212UtNF3Va6.gif?1302832919",
|
17
17
|
"http://s3.amazonaws.com/kym-assets/photos/images/newsfeed/000/110/885/boss.jpg",
|
18
18
|
"http://assets.head-fi.org/b/b3/b3ba6b88_funny-facebook-fails-like-a-boss3.jpg",
|
19
|
-
"http://img.anongallery.org/img/6/0/like-a-boss.jpg",
|
20
19
|
"http://www.demotivers.com/uploads/2011_02/02/7733_1292_500_Like-A-Boss.jpg",
|
21
|
-
"http://images.cheezburger.com/completestore/2011/2/20/a4ea536d-4b21-4517-b498-a3491437d224.jpg",
|
22
20
|
"http://funcorner.eu/wp-content/uploads/2011/03/like_a_boss.jpg",
|
23
21
|
"https://i.chzbgr.com/maxW500/6972126976/hAA5A99AF/",
|
24
|
-
"http://like-a-boss.org/wp-content/uploads/2011/06/abd-17.gif",
|
25
|
-
"http://like-a-boss.org/wp-content/uploads/2011/06/abd-25.gif",
|
26
|
-
"http://like-a-boss.org/wp-content/uploads/2011/06/abd-31.gif",
|
27
|
-
"http://like-a-boss.org/wp-content/uploads/2011/06/abd-53.gif",
|
28
22
|
"http://like-a-boss.org/wp-content/uploads/2011/06/tumblr_lk82o89vSG1qe0eclo1_r7_500.gif",
|
29
23
|
"https://i.chzbgr.com/maxW500/6669391104/h7509954E/",
|
30
24
|
"http://i.imgur.com/eNXkb.gif",
|
data/lita-likeaboss.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "lita-likeaboss"
|
3
|
-
spec.version = "1.0.
|
3
|
+
spec.version = "1.0.1"
|
4
4
|
spec.authors = ["Henrik Sjökvist"]
|
5
5
|
spec.email = ["henrik.sjokvist@gmail.com"]
|
6
6
|
spec.description = %q{A Lita handler for outputting random 'like a boss' images.}
|