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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -3
  3. data/bin/meme +1 -1
  4. data/lib/le_meme/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66f7f3d32fc6267a4bedde418374d413bd9638e0
4
- data.tar.gz: 8a8cbcd49e5dc42a5dbb41477149fa4364145c97
3
+ metadata.gz: 0e726ef2703a49ba8d43c3c4863288ab744ffeeb
4
+ data.tar.gz: 9170091cd3a1821e0aeaf82d28717ddfc3fff6e2
5
5
  SHA512:
6
- metadata.gz: 6b022383b8dc44d85a43886520ae3da88e50e64fc8bd6f0f27effed9d10f3d5a051c4fa67974ffec1f1eb029a165be9bcfb4a324a983aedeb433c3b50ecfb367
7
- data.tar.gz: dca9ac81f463c1e880ecd5f685d7e1447f8b045e4637886fb063532906d3afba401051b0685beb7fed98a780b9b023ba7c58269164442ceda1ab778fbaf90529
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 lememe
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
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'le_meme'
4
- require 'pry'
4
+ require 'slop'
5
5
 
6
6
  memegen = LeMeme.new
7
7
 
@@ -1,3 +1,3 @@
1
1
  class LeMeme
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: le_meme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Sandberg