kokomo 0.1.0 → 0.1.1
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 +7 -1
- data/lib/kokomo/version.rb +1 -1
- data/resources/kokomo.png +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a5f402a9504a365044ae3cc8adf8d544dae7661
|
|
4
|
+
data.tar.gz: 6e4c46a96f8942cb2fb54c440b83b87f6d110df1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df871afbf4835051f73024cc1e9e8d9187c88543927a1ea2d88f9ea9bc5e232885808104ad7451eb3ece4b41e2ad9bb15c3ab36c842b34850279e880864398ca
|
|
7
|
+
data.tar.gz: 14a061f99727977d92a36e9ff124baf7bdbc7f4ac02a0bea3a68c3f4717c923e769b8ec4e93dc8a9cfab64d35b758c34e9fd2936d910557e1b2af3eef80d0237
|
data/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Kokomo
|
|
2
2
|
|
|
3
|
-
A lightweight, extensible framework to deliver Kokomo, objectively the worst song by The Beach Boys.
|
|
3
|
+
A lightweight, extensible, framework to deliver Kokomo, objectively the worst song by The Beach Boys.
|
|
4
|
+
Via Youtube.
|
|
5
|
+
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
@@ -26,6 +28,10 @@ From the command line:
|
|
|
26
28
|
$ kokomo
|
|
27
29
|
```
|
|
28
30
|
|
|
31
|
+
Then...WHAMMO!
|
|
32
|
+
|
|
33
|
+

|
|
34
|
+
|
|
29
35
|
## Development
|
|
30
36
|
|
|
31
37
|
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
data/lib/kokomo/version.rb
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kokomo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nodanaonlyzuul
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-08-
|
|
11
|
+
date: 2018-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: launchy
|
|
@@ -91,6 +91,7 @@ files:
|
|
|
91
91
|
- kokomo.gemspec
|
|
92
92
|
- lib/kokomo.rb
|
|
93
93
|
- lib/kokomo/version.rb
|
|
94
|
+
- resources/kokomo.png
|
|
94
95
|
- resources/lyrics.txt
|
|
95
96
|
homepage: https://github.com/nodanaonlyzuul/kokomo
|
|
96
97
|
licenses: []
|