coltrane 4.0.3 → 4.0.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6af6e16619088161bbed7d6606e521657945e47fbb78b612b6e9ebfe1df6893b
|
4
|
+
data.tar.gz: 327dcbfe6ad9bdf5aeeca05f41f53b7be924dcc5791d1207dace0d8690040dc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e711e78657c5e18583d6b413647e2044200156a7c246c5b22dcb7afd2e596739a63ce4630619838be68b411a9b73d49ac26d9d341457d48e2b94fc96acb4265
|
7
|
+
data.tar.gz: 05fe206b1f417a0607f9478b69ef62b603d597c354efe172f892d90f2653334d0da5884d9beb1d76eb37ac145129c590fca3a484f012f0d2da535d39754272c4
|
@@ -77,7 +77,7 @@ module Coltrane
|
|
77
77
|
memo +
|
78
78
|
if chord.guitar_notes.select do |n|
|
79
79
|
n.string == s && n.fret == 0 end.any?
|
80
|
-
highlight '
|
80
|
+
highlight '• '
|
81
81
|
elsif chord.guitar_notes.select { |n| n.string == s && n.fret.nil? }.any?
|
82
82
|
alt 'x '
|
83
83
|
else
|
@@ -87,7 +87,7 @@ module Coltrane
|
|
87
87
|
end
|
88
88
|
|
89
89
|
def render_note(found)
|
90
|
-
found ? highlight('
|
90
|
+
found ? highlight('•') : base_color('│')
|
91
91
|
end
|
92
92
|
end
|
93
93
|
end
|
@@ -40,7 +40,7 @@ module Coltrane
|
|
40
40
|
when :intervals then (note_set.root - note).name
|
41
41
|
when :marks then '◼ '
|
42
42
|
when :degrees then note_set.notes.degree(note).to_s.rjust(2, '0')
|
43
|
-
when :notes then note.pretty_name.to_s.ljust(2, "
|
43
|
+
when :notes then note.pretty_name.to_s.ljust(2, " ")
|
44
44
|
end
|
45
45
|
end
|
46
46
|
end
|
data/lib/coltrane/ui/router.rb
CHANGED
data/lib/coltrane/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: coltrane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pedro Maciel
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-10-
|
11
|
+
date: 2018-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dry-monads
|
@@ -300,7 +300,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
300
300
|
version: '0'
|
301
301
|
requirements: []
|
302
302
|
rubyforge_project:
|
303
|
-
rubygems_version: 2.7.
|
303
|
+
rubygems_version: 2.7.6
|
304
304
|
signing_key:
|
305
305
|
specification_version: 4
|
306
306
|
summary: It deals with all sorts of calculations around music theory and allows for
|