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 +4 -4
- data/README.md +2 -2
- data/le_meme.gemspec +1 -1
- data/lib/le_meme/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8edb5a713ef3cd54d149ef5af9439b9b9f94e79f
|
|
4
|
+
data.tar.gz: 124d701e04dd8b9c6ecbde089d77875e213291d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
29
|
+

|
|
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/
|
|
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/
|
|
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")
|
data/lib/le_meme/version.rb
CHANGED
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.
|
|
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/
|
|
198
|
+
homepage: http://github.com/paradox460/le_meme
|
|
199
199
|
licenses:
|
|
200
200
|
- MIT
|
|
201
201
|
metadata: {}
|