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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5a4151938ea91678a02db7c78b3023923c9d9e68e8581e6ba632f4f1bb59536
4
- data.tar.gz: 96f4375279f73a49d47f9bfbf8e8f36aa8a74bba168c3dea1484df15875c580a
3
+ metadata.gz: a52943a09738192960b06180a04c6de4b9e81559c33b06bebac360b53deab75e
4
+ data.tar.gz: 11a88b19c9030fc6a150dc3d997544e23de7a6c0f37426e7b22c87a7163ac09b
5
5
  SHA512:
6
- metadata.gz: 0650ebfe175fffd885c6bf2d4545014fad8a0d061a488e469fb450eec8ba81833f70cc8951f31735517e4475d687e0ccd251a16809e612947dd20c3b9860bbc8
7
- data.tar.gz: d99eb17b252b86dae5a62da524490b48ad37288c7a36e90c24d7017aee66204cb1127a520227a79383500368303e1ae62c39c996845428c2483052cec2bf5a2f
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
- [ check the repo for more details (github.com/pedrozath/coltrane) ]
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Coltrane
4
- VERSION = '1.0.20'
4
+ VERSION = '1.0.21'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coltrane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20
4
+ version: 1.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Maciel