memetron 0.1.1 → 0.1.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.
@@ -42,5 +42,9 @@ module Memetron
42
42
 
43
43
  # Prepare yourself, the procedurally generated memes are coming
44
44
  :sean_bean => /Prepare yourself,? the (.*) are coming/i,
45
+
46
+ :orly => /(.*) orly\?/i,
47
+
48
+ :all => /(.*) all the things/
45
49
  }
46
50
  end
@@ -1,3 +1,3 @@
1
1
  module Memetron
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: memetron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -25,7 +25,6 @@ files:
25
25
  - README.md
26
26
  - Rakefile
27
27
  - lib/memetron.rb
28
- - lib/memetron/.version.rb.swp
29
28
  - lib/memetron/matcher.rb
30
29
  - lib/memetron/memes.rb
31
30
  - lib/memetron/version.rb
Binary file