lita-meme 0.2.2 → 0.2.3

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: 126d925252e09fac5a150a43fa8bb212b98ae599
4
- data.tar.gz: cddbde0762919986662ec4f594c3ce12abc8b762
3
+ metadata.gz: e288eacbd2bf57bced2b1fcdef276c3161de635a
4
+ data.tar.gz: 33658e099bcbdaf10132ee594e053eac9e76b7df
5
5
  SHA512:
6
- metadata.gz: 2865f3b65ccf22562abff7114b3bc126262956011c537e81f1743b76f9edb7abcbe9ec922c0675ff665ace61af986535da8f68aafa4d357d91323df7adbee5a8
7
- data.tar.gz: d8281539dbe2b299bee9ba00500d31545a4ea125142519a849a5df4983484dfdfd7e5270bcb27eaf4fd66299d53a55cdcbccb7434fe923fa9091e0b6335cbe30
6
+ metadata.gz: 5bcf36202cb7a762d0d1d85956e8b24a3ad868365bcb3e12bb304e7fc7fdf88c551b86505d1314210942c4c5c3964e630a6eb53c9a9ece1f2273eb77808a0f90
7
+ data.tar.gz: 8eec15d3f6430ea9da831872e49b851002588f8ffd63af58a91d13816903e940f64fc76ade69bf3b9bf5179b81876d99f67c385a18d9b6fba6c0c5f1f6dfd230
@@ -9,10 +9,10 @@ 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: "X [Aliens]" },
12
+ { regex: /aliens ()(.*)/i, id: 101470, description: "[Aliens] (Usage: 'aliens X')" },
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
- { regex: /(y u no) (.+)/i, id: 61527, description: "Y u no X" },
15
+ { regex: /(y u no|why you no) (.+)/i, id: 61527, description: "Y u no X" },
16
16
  { regex: /(brace yoursel[^\s]+) (.*)/i, id: 61546, description: "brace yourself X" },
17
17
  { regex: /(.*) (all the .*)/i, id: 61533, description: "X all the Y" },
18
18
  { regex: /(.*) (that would be great|that'?d be great)/i, id: 563423, description: "X that'd be great" },
@@ -25,9 +25,10 @@ module Lita
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
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]" },
28
+ { regex: /(.*\?) (this is .*!)/i, id: 14457516, description: "X? this is Y!" },
29
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
+ { regex: /(.* bad) (.* should feel bad)/i, id: 35747, description: "X is/are bad and Y should feel bad" },
31
+ { regex: /(.*\?) (i .* live dangerously)/i, id: 646581, description: "X? I too like to live dangerously" }
31
32
  ]
32
33
 
33
34
  config :username
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-meme"
3
- spec.version = "0.2.2"
3
+ spec.version = "0.2.3"
4
4
  spec.authors = ["John O'Brien"]
5
5
  spec.email = ["john.obrien@1minus1.com"]
6
6
  spec.description = "Auto-generates memes"
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.2
4
+ version: 0.2.3
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-08-19 00:00:00.000000000 Z
11
+ date: 2015-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita