lita-meme 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/lita/handlers/meme.rb +5 -4
- data/lita-meme.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: 126d925252e09fac5a150a43fa8bb212b98ae599
|
|
4
|
+
data.tar.gz: cddbde0762919986662ec4f594c3ce12abc8b762
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2865f3b65ccf22562abff7114b3bc126262956011c537e81f1743b76f9edb7abcbe9ec922c0675ff665ace61af986535da8f68aafa4d357d91323df7adbee5a8
|
|
7
|
+
data.tar.gz: d8281539dbe2b299bee9ba00500d31545a4ea125142519a849a5df4983484dfdfd7e5270bcb27eaf4fd66299d53a55cdcbccb7434fe923fa9091e0b6335cbe30
|
data/lib/lita/handlers/meme.rb
CHANGED
|
@@ -9,7 +9,7 @@ module Lita
|
|
|
9
9
|
MEMES = [
|
|
10
10
|
{ regex: /(one does not simply) (.*)/i, id: 61579, description: "One does not simply X" },
|
|
11
11
|
{ regex: /(i don'?t always .*) (but when i do,? .*)/i, id: 61532, description: "I don't always X but when I do Y" },
|
|
12
|
-
{ regex: /aliens ()(.*)/i, id: 101470, description: "[Aliens]" },
|
|
12
|
+
{ regex: /aliens ()(.*)/i, id: 101470, description: "X [Aliens]" },
|
|
13
13
|
{ regex: /(not sure if .*) (or .*)/i, id: 61520, description: "Not sure if X or Y" },
|
|
14
14
|
{ regex: /(.*),? (\1 everywhere)/i, id: 347390, description: "X X everywhere" },
|
|
15
15
|
{ regex: /(y u no) (.+)/i, id: 61527, description: "Y u no X" },
|
|
@@ -24,9 +24,10 @@ module Lita
|
|
|
24
24
|
{ regex: /(.*) (ain'?t nobody got time for? that)/i, id: 442575, description: "X ain't nobody got time for that" },
|
|
25
25
|
{ regex: /(.*) (a+n+d+ it'?s gone)/i, id: 766986, description: "X and it's gone" },
|
|
26
26
|
{ regex: /(.* bats an eye) (.* loses their minds?)/i, id: 1790995, description: "X bats an eye Y loses their mind" },
|
|
27
|
-
{ regex: /(back in my day) (.*)/i, id: 718432, description: "
|
|
28
|
-
{ regex: /(.*) (this is .*)/i, id: 14457516, description: "X this is [Sparta]" },
|
|
29
|
-
{ regex: /(shut up) (and take .*)/i, id: 176908, description: "Shut up and take X" }
|
|
27
|
+
{ regex: /(back in my day) (.*)/i, id: 718432, description: "Back in my day X" },
|
|
28
|
+
{ regex: /(.*) (this is .*)/i, id: 14457516, description: "X this is Y [Sparta kick]" },
|
|
29
|
+
{ regex: /(shut up) (and take .*)/i, id: 176908, description: "Shut up and take X" },
|
|
30
|
+
{ regex: /(.* bad) (.* should feel bad)/i, id: 35747, description: "X is/are bad and Y should feel bad" }
|
|
30
31
|
]
|
|
31
32
|
|
|
32
33
|
config :username
|
data/lita-meme.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lita-meme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John O'Brien
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lita
|