coltrane 1.0.20 → 1.0.21
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 +3 -0
- data/exe/coltrane +1 -1
- data/lib/coltrane/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a52943a09738192960b06180a04c6de4b9e81559c33b06bebac360b53deab75e
|
|
4
|
+
data.tar.gz: 11a88b19c9030fc6a150dc3d997544e23de7a6c0f37426e7b22c87a7163ac09b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4896e2ffc004067857d91ebd397690fbe92ac7cec68943f579521eb5bdcd7d2110372e357290dcc615391cd807f277c134d415fc6202f02dd1cd6a50d198c0e
|
|
7
|
+
data.tar.gz: '08baa1c7dd2350e1f646e465dfc968803ccd8ae18aea619efe68285c642ad1ab9447c0dbad36f805285004cb9bcda568b577b13de48c243cfb160887ad085502'
|
data/README.md
CHANGED
|
@@ -6,6 +6,9 @@ A musical abacus written in ruby.
|
|
|
6
6
|
|
|
7
7
|
More info, story and purpose of the library [here](https://medium.com/@pedrozath/so-i-wrote-a-library-to-help-me-compose-music-ddb4ae7c8227).
|
|
8
8
|
|
|
9
|
+
Chat room for discussing the project, answering questions, etc:
|
|
10
|
+
https://gitter.im/coltrane-music/Lobby
|
|
11
|
+
|
|
9
12
|
## CLI (Command Line Interface)
|
|
10
13
|
|
|
11
14
|
```bash
|
data/exe/coltrane
CHANGED
|
@@ -24,7 +24,7 @@ Mercenary.program(:Coltrane) do |p|
|
|
|
24
24
|
A music querying interface
|
|
25
25
|
by Pedro Maciel (pedro@pedromaciel.com)
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
Check the chat room for project discussion/help: https://gitter.im/coltrane-music/Lobby
|
|
28
28
|
DESC
|
|
29
29
|
p.syntax 'coltrane <subcommand> [options]'
|
|
30
30
|
|
data/lib/coltrane/version.rb
CHANGED