chord_diagrams 0.0.27 → 0.0.28

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: f0ec0ab40a3018b2aeb82243699e31f29db0238d06f46c30e009a2090f628d29
4
- data.tar.gz: 65bfcd6f59e099aeaa9076afdb42064ecbd916f9d33f3c60521e9b0f1b12c270
3
+ metadata.gz: 9c7ee05b242788496dc1f7e95fc0b7d1381c0fcb6461d083a22ef9c3d8ea6d2c
4
+ data.tar.gz: c7012bd735422d5b36956e2019906ac8920bc32a9c5f337be05bacdf957c0c1c
5
5
  SHA512:
6
- metadata.gz: 1fcc452956811ebcbd7a3fdad195dd99d8b34ac7c9927b0e987883eea979b04b36fe8fd04a80f00c6b483e695b3adcc530f300cc94f8e97f9a310127d0971298
7
- data.tar.gz: 3462dc58cdea3038fd088e2157ae7c753e2b44e642cdfd83e4fc3c7ce584166440bf3f2e06d7f963bef97914fd7ec6d3a51fed1baa17f5b4ff456875cae8b5ed
6
+ metadata.gz: 583404162e97bb8b5529dde7d93406acbaa2d4f8181fc6fd29d1a7eaf202e854c16179dccd8a3857c9d97c135a5a8f594ae24b5047f3e770c83aeac9ac217cae
7
+ data.tar.gz: 118cb940f061327e49799872d36ca9f1e630fd225a870bc1937bedccead3ce9ef99eda0bbe51eb4c94dcb7b2648fbb116beaeb4b463e4f7cd023ee17228965ab
@@ -28,6 +28,7 @@ Amaj7,x02120,1100
28
28
  Asus2,x02200,1341
29
29
  Asus4,x02230,2200
30
30
  B,x24442,4322
31
+ B/D#,xx1442,4322
31
32
  B7,x21202,2322
32
33
  B7sus4,x22202,2422
33
34
  Bb,x13331,3211
@@ -39,11 +40,13 @@ Bbm7,x13121,1111
39
40
  Bm,x24432,3222
40
41
  Bm11,x20220,4200
41
42
  Bm7,x24232,2222
43
+ Bsus,x24452,4422
42
44
  Bsus4,x24452,4422
43
45
  C#,x46664,1114
44
46
  C#7,x46464,1112
45
47
  C#m,x46654,1104
46
48
  C#m7,x46454,1102
49
+ C#sus4,x46674,1124
47
50
  C,x32010,0003
48
51
  C/B,x22010,0002
49
52
  C/E,032010,0003
@@ -58,10 +61,11 @@ Cadd9,x32033,0203
58
61
  Cm,x35543,0333
59
62
  Cm7,x35343,3333
60
63
  Cmaj7,x32000,0002
64
+ Csus,x33010,0013
61
65
  Csus4,x33010,0013
62
66
  D#,x68886,0331
63
- D#,x68886,0331
64
67
  D#5,x688xx,2255
68
+ D#7,xx1323,3334
65
69
  D#M7,x68786,0335
66
70
  D#dim7,xx1212,2323
67
71
  D#m,x68876,0321
@@ -69,6 +73,7 @@ D#m7,x68676,0324
69
73
  D#maj7,x68786,0335
70
74
  D,xx0232,2220
71
75
  D/A,x04232,2220
76
+ D/E,xx2232,1220
72
77
  D/F#,200232,2220
73
78
  D5,x577xx,2200
74
79
  D6,xx0202,2222
@@ -118,6 +123,7 @@ F#7,242322,3424
118
123
  F#m,244222,2120
119
124
  F#m11,202200,4420
120
125
  F#m7,242222,2424
126
+ F#sus4,244422,4122
121
127
  F,133211,2010
122
128
  F/A,x03211,2010
123
129
  F7,131211,2313
@@ -127,15 +133,18 @@ Fadd9,xx3213,0010
127
133
  Fm,133111,1013
128
134
  Fm7,131111,1313
129
135
  Fmaj7,132211,2413
136
+ Fsus2,xx3011,0013
130
137
  G#,466544,1343
131
138
  G#7,464544,1323
132
139
  G#dim,4564xx,1202
133
140
  G#dim7,456464,1212
134
141
  G#m,466444,4342
142
+ G#m7,464444,1322
135
143
  G+,x21003,332
136
144
  G,320003,0232
137
145
  G/B,x20003,4232
138
146
  G/D,xx0033,x232
147
+ G/F#,2x0003,0222
139
148
  G6,320000,0202
140
149
  G7,320001,0212
141
150
  G7/F,123003,0212
@@ -1,3 +1,3 @@
1
1
  module ChordDiagrams
2
- VERSION = "0.0.27".freeze
2
+ VERSION = "0.0.28".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chord_diagrams
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.27
4
+ version: 0.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Kelly
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-08-11 00:00:00.000000000 Z
11
+ date: 2026-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: victor