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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cc6c8a759ab37814d212e96d4502b9aa81f400fa
4
- data.tar.gz: 3e609b5cb09aa66d02e16d6159555147c4847402
3
+ metadata.gz: 2a5f402a9504a365044ae3cc8adf8d544dae7661
4
+ data.tar.gz: 6e4c46a96f8942cb2fb54c440b83b87f6d110df1
5
5
  SHA512:
6
- metadata.gz: 021a43de1bab308828c427237dd574a1c87c58ddca58d8ac43dd2a3d1cb3d4f3e9ebb41a33e55bcb7baaa6ef2b8b46e6c6195b9ea9d451c9a0348936f41c401c
7
- data.tar.gz: 2efc84fd4b7bd025f817776605e3343dc01e33221344ef02b3eded50ab5ead846d5036e582c94811215122e05a643722b196b63c6e00064182f7f351d67453ba
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
+ ![A still from the kokomo video](./resources/kokomo.png)
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.
@@ -1,3 +1,3 @@
1
1
  module Kokomo
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-26 00:00:00.000000000 Z
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: []