meem 1.1.1 → 1.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.
- data/README.md +5 -0
- data/completion/meem.zsh +9 -0
- data/lib/meem/version.rb +1 -1
- data/templates/all-the-things.jpg +0 -0
- data/templates/bad-joke-eel.jpg +0 -0
- data/templates/boromir.jpg +0 -0
- data/templates/brace-yourselves.jpg +0 -0
- data/templates/conspiracy-keanu.jpg +0 -0
- data/templates/drink-my-own-piss.jpg +0 -0
- data/templates/first-world-problems.jpg +0 -0
- data/templates/fuck-it.jpg +0 -0
- data/templates/grumpy-cat.jpg +0 -0
- data/templates/its-a-trap.jpg +0 -0
- data/templates/me-gusta.jpg +0 -0
- data/templates/my-nigga.jpg +0 -0
- data/templates/overly-attached-girlfriend.jpg +0 -0
- data/templates/too-damn-high.jpg +0 -0
- metadata +18 -3
data/README.md
CHANGED
|
@@ -13,6 +13,11 @@ Meem is a command-line tool to create memes. It's pretty awesome.
|
|
|
13
13
|
Meem comes with a bunch of templates, but you can add your own in `~/.meem`. If you don't want to save
|
|
14
14
|
it for later, you can even pass a path or URL.
|
|
15
15
|
|
|
16
|
+
### Completion
|
|
17
|
+
|
|
18
|
+
Meem comes with autocompletion for your favorite shell (as long as your favorite shell is zsh). To install it,
|
|
19
|
+
copy `completion/meem.zsh` onto your `$FPATH`.
|
|
20
|
+
|
|
16
21
|
### Installation
|
|
17
22
|
|
|
18
23
|
$ gem install meem
|
data/completion/meem.zsh
ADDED
data/lib/meem/version.rb
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: meem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -89,23 +89,38 @@ files:
|
|
|
89
89
|
- README.md
|
|
90
90
|
- Rakefile
|
|
91
91
|
- bin/meem
|
|
92
|
+
- completion/meem.zsh
|
|
92
93
|
- fonts/impact.ttf
|
|
93
94
|
- lib/meem.rb
|
|
94
95
|
- lib/meem/templates.rb
|
|
95
96
|
- lib/meem/version.rb
|
|
96
97
|
- meem.gemspec
|
|
97
98
|
- spec/meem_spec.rb
|
|
99
|
+
- templates/all-the-things.jpg
|
|
100
|
+
- templates/bad-joke-eel.jpg
|
|
101
|
+
- templates/boromir.jpg
|
|
102
|
+
- templates/brace-yourselves.jpg
|
|
98
103
|
- templates/butthurt.jpg
|
|
104
|
+
- templates/conspiracy-keanu.jpg
|
|
99
105
|
- templates/dos-equis.jpg
|
|
106
|
+
- templates/drink-my-own-piss.jpg
|
|
107
|
+
- templates/first-world-problems.jpg
|
|
100
108
|
- templates/fry.jpg
|
|
109
|
+
- templates/fuck-it.jpg
|
|
101
110
|
- templates/good-guy-greg.jpg
|
|
111
|
+
- templates/grumpy-cat.jpg
|
|
112
|
+
- templates/its-a-trap.jpg
|
|
102
113
|
- templates/j-ducreux.jpg
|
|
103
114
|
- templates/jackie-chan.jpg
|
|
115
|
+
- templates/me-gusta.jpg
|
|
116
|
+
- templates/my-nigga.jpg
|
|
117
|
+
- templates/overly-attached-girlfriend.jpg
|
|
104
118
|
- templates/pedobear.jpg
|
|
105
119
|
- templates/philosoraptor.jpg
|
|
106
120
|
- templates/rage.jpg
|
|
107
121
|
- templates/scumbag.jpg
|
|
108
122
|
- templates/success-kid.jpg
|
|
123
|
+
- templates/too-damn-high.jpg
|
|
109
124
|
- templates/xzibit.jpg
|
|
110
125
|
- templates/y-u-no.jpg
|
|
111
126
|
- templates/yao-ming.jpg
|
|
@@ -124,7 +139,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
124
139
|
version: '0'
|
|
125
140
|
segments:
|
|
126
141
|
- 0
|
|
127
|
-
hash:
|
|
142
|
+
hash: 4159577309077964216
|
|
128
143
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
129
144
|
none: false
|
|
130
145
|
requirements:
|
|
@@ -133,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
133
148
|
version: '0'
|
|
134
149
|
segments:
|
|
135
150
|
- 0
|
|
136
|
-
hash:
|
|
151
|
+
hash: 4159577309077964216
|
|
137
152
|
requirements: []
|
|
138
153
|
rubyforge_project:
|
|
139
154
|
rubygems_version: 1.8.23
|