le_meme 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -3
- data/bin/meme +1 -1
- data/lib/le_meme/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e726ef2703a49ba8d43c3c4863288ab744ffeeb
|
4
|
+
data.tar.gz: 9170091cd3a1821e0aeaf82d28717ddfc3fff6e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 753e718fca14a6363648ea9d55384c5928aceb25cc76cb88d42d00a8c20ba7767b28640b4435e5a67e253d630f2969e26300327cf2b34ad53a3880243ff93a85
|
7
|
+
data.tar.gz: 4c8bd1f5cd5de440223d1a16468b37cedaf5e9f3d5dcc176237649d9d1968c1620930e570a200a64f5ceac9dcd38a3b68a4d43bc285e3e66cc279cd775bc2076
|
data/README.md
CHANGED
@@ -16,7 +16,9 @@ And then execute:
|
|
16
16
|
|
17
17
|
Or install it yourself as:
|
18
18
|
|
19
|
-
$ gem install
|
19
|
+
$ gem install le_meme
|
20
|
+
|
21
|
+
If you're getting extconf errors or something like that, make sure you have ImageMagick installed.
|
20
22
|
|
21
23
|
## Usage
|
22
24
|
|
@@ -43,7 +45,7 @@ meme = LeMeme.new
|
|
43
45
|
meme.m(top: 'dank memes!', bottom: 'bottom text')
|
44
46
|
```
|
45
47
|
|
46
|
-
See the [docs]() for all the shrektastic details
|
48
|
+
See the [docs](http://www.rubydoc.info/gems/le_meme) for all the shrektastic details
|
47
49
|
|
48
50
|
## Contributing
|
49
51
|
|
@@ -59,8 +61,8 @@ Because the world needs more dank memes!
|
|
59
61
|
Actually, because I wanted to take some time and clean up the core of [memebot](http://github.com/paradox460/memebot), and figured making the essential meme generation a gem was the best way to do it. Now I can spam my coworkers with memes in hipchat as well.
|
60
62
|
|
61
63
|
## TODO
|
62
|
-
- [ ] Test suite
|
63
64
|
- [ ] Allow dynamic additon of memes to internal memecache
|
65
|
+
- [ ] Test `meme` binary
|
64
66
|
|
65
67
|
## License
|
66
68
|
|
data/bin/meme
CHANGED
data/lib/le_meme/version.rb
CHANGED