meme_generator 1.4 → 1.5

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.
Files changed (5) hide show
  1. data.tar.gz.sig +0 -0
  2. data/History.txt +5 -0
  3. data/lib/meme.rb +2 -1
  4. metadata +4 -4
  5. metadata.gz.sig +0 -0
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,8 @@
1
+ === 1.5 / 2011-03-16
2
+
3
+ * Minor enhancement
4
+ * Added Swedish Chef, bork bork bork. Pull Request #12 by Aaron Patterson.
5
+
1
6
  === 1.4 / 2011-03-15
2
7
 
3
8
  * Minor enhancement
@@ -16,7 +16,7 @@ class Meme
16
16
  ##
17
17
  # Every meme generator needs a version
18
18
 
19
- VERSION = '1.4'
19
+ VERSION = '1.5'
20
20
 
21
21
  ##
22
22
  # For statistics!
@@ -49,6 +49,7 @@ class Meme
49
49
  GENERATORS['SCUMBAG'] = [364688, 'Scumbag-Steve']
50
50
  GENERATORS['SPARTA'] = [1013, 'sparta']
51
51
  GENERATORS['S_AWKWARD_PENGUIN'] = [983, 'Socially-Awkward-Penguin']
52
+ GENERATORS['SWEDISH_CHEF'] = [186651, 'Swedish-Chef']
52
53
  GENERATORS['TOWNCRIER'] = [434537, 'Towncrier']
53
54
  GENERATORS['TROLLFACE'] = [1030, 'Troll-Face']
54
55
  GENERATORS['XZIBIT'] = [3114, 'XZIBIT']
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meme_generator
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
- - 4
9
- version: "1.4"
8
+ - 5
9
+ version: "1.5"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eric Hodel
@@ -35,7 +35,7 @@ cert_chain:
35
35
  x52qPcexcYZR7w==
36
36
  -----END CERTIFICATE-----
37
37
 
38
- date: 2011-03-15 00:00:00 -07:00
38
+ date: 2011-03-16 00:00:00 -07:00
39
39
  default_executable:
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file