le_meme 0.0.1 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a37048d79db1bc49c2f90a2325bf1c696f103013
4
- data.tar.gz: 990910b83fb8ca6025eafd3c15666d059d09e2e8
3
+ metadata.gz: 8edb5a713ef3cd54d149ef5af9439b9b9f94e79f
4
+ data.tar.gz: 124d701e04dd8b9c6ecbde089d77875e213291d1
5
5
  SHA512:
6
- metadata.gz: b610b1a33a8b072658fb95cf9f7f9503271933cfebfe2762aa5c2bff1920a77afed3670b9bc237f6e8336b4d1d33b6eee391907709ed80721d06e5314f56f5d4
7
- data.tar.gz: 5ed9b698eeb24c2ccd31db10952012a6a9bd0a42a264e574d6fd48f446fc72a4fec800b5b77c2489fd31df75b3d55d59d83296d2768a3ac522038b037ade0bfd
6
+ metadata.gz: fa885045027ea3caa0ab6180a14ec8ba3e6ced0a12c5f1edf9026d14915c89d64d5ccbf6063e6cb39297a0e3f0a7f7bf51472971871fffd2b05361da8ec25692
7
+ data.tar.gz: b702ef9aa209cda2c9805867f959cc05d3a39c4d6f2500727026231be54c8ba2558ec049b0970abfda036b62f550cb87c40b4cd82e58b631c77f2e83a674b219
data/README.md CHANGED
@@ -26,7 +26,7 @@ Use the command-line tool, `meme`:
26
26
  ```sh
27
27
  meme 'i want a' 'dank meme'
28
28
  ```
29
- <image goes here>
29
+ ![](https://cloud.githubusercontent.com/assets/168193/5734047/7304be40-9b62-11e4-9b2b-0ccbadbb3aa1.jpg)
30
30
 
31
31
  ### I want to see the command line options
32
32
  You can do most meme-ish things from the command-line. It has interactive help at `meme -h`.
@@ -47,7 +47,7 @@ See the [docs]() for all the shrektastic details
47
47
 
48
48
  ## Contributing
49
49
 
50
- 1. Fork it ( https://github.com/paradox460/lememe/fork )
50
+ 1. Fork it ( https://github.com/paradox460/le_meme/fork )
51
51
  2. Create your feature branch (`git checkout -b my-new-feature`)
52
52
  3. Commit your changes (`git commit -am 'Add some feature'`)
53
53
  4. Push to the branch (`git push origin my-new-feature`)
data/le_meme.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["paradox460@gmail.com"]
11
11
  spec.summary = %q{Dank memes, in gem form}
12
12
  spec.description = %q{A gem that generates memes. Can be used as a library or command-line executable.}
13
- spec.homepage = "http://github.com/paradox460/lememe"
13
+ spec.homepage = "http://github.com/paradox460/le_meme"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  class LeMeme
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Sandberg
@@ -195,7 +195,7 @@ files:
195
195
  - memes/yee.jpg
196
196
  - memes/yuno.jpg
197
197
  - open
198
- homepage: http://github.com/paradox460/lememe
198
+ homepage: http://github.com/paradox460/le_meme
199
199
  licenses:
200
200
  - MIT
201
201
  metadata: {}