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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 425f354d9a4e8af2ddec98f957ed0d65df965ab6
4
- data.tar.gz: 2ce081fc7c4ec52c213756a785fbfbf3f014da5e
3
+ metadata.gz: 126d925252e09fac5a150a43fa8bb212b98ae599
4
+ data.tar.gz: cddbde0762919986662ec4f594c3ce12abc8b762
5
5
  SHA512:
6
- metadata.gz: 244105f2802e6c4fe481fa52998f296aa4c7bffbe535e327e93d4552d24ff9a67d706e93f023467ef32616bbfc37adc20d780bebc0af278efd938722acd5c6bb
7
- data.tar.gz: 21f56aad5ba00d7e38c08a81d1582a71fd1759ffefb5774e7f89cca96d82268b96cb366917ef8485e943bbbeb101e518564b7dbdf213bbca0766dc87b2b5fbe3
6
+ metadata.gz: 2865f3b65ccf22562abff7114b3bc126262956011c537e81f1743b76f9edb7abcbe9ec922c0675ff665ace61af986535da8f68aafa4d357d91323df7adbee5a8
7
+ data.tar.gz: d8281539dbe2b299bee9ba00500d31545a4ea125142519a849a5df4983484dfdfd7e5270bcb27eaf4fd66299d53a55cdcbccb7434fe923fa9091e0b6335cbe30
@@ -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: "BAck in my day X" },
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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-meme"
3
- spec.version = "0.2.1"
3
+ spec.version = "0.2.2"
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.1
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-07-23 00:00:00.000000000 Z
11
+ date: 2015-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita