chord_diagrams 0.0.14 → 0.0.15

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: fd6c9611ffb23f5a27e9056cd66c149163de4560d96a3bbc74581eebfa3e2205
4
- data.tar.gz: f98cb2a4b2d6d6462fe815bc2ce1890d9b5eefff58db1da9cd77c3051f1b01c0
3
+ metadata.gz: b6505cb0266af2c5836f33ba40a6de7894a00c75b608d4dcb1f9d3ab2158b7cd
4
+ data.tar.gz: 9d26b97c3a6f09357fb58d40fdfc87f4597ed109b2172ae8a67b09e2d78f8f45
5
5
  SHA512:
6
- metadata.gz: e170be7b54bf706de6e71249772e6b063a00ac7a8a7bac69fbba2ee539774287bfd6d85f1789cc49963f400839a415d5103117c9cb2575da185743003e9616a1
7
- data.tar.gz: 4a32704c94f9436b4bb130ec715a08ca35ea28afb9abf95e314e4ecb6f6589388b00b4618663acd367819981b71756eab6b9a122aae682cb51fe87f0bcf61b68
6
+ metadata.gz: 4f1ff4ccab8bc71dc5065422d0e72da259a7358f24fc150bdb31ddefe4d59beb05d2eb6f8c8234242da10822a744dcdffff88092e765e1dea2f8064966714d5e
7
+ data.tar.gz: 48ebc56d95e467914f1365d0c532906ea8b229965bc7ac2a927d97b43ad823bf2e6d7d71ce578182cf42c4724d393c9aab07bc99e1d2a14ee0411302bcf9793e
@@ -8,15 +8,14 @@ jobs:
8
8
 
9
9
  strategy:
10
10
  matrix:
11
- ruby-version: [3.0, 3.1, 3.2, head]
11
+ ruby-version: [3.0, 3.1, 3.2]
12
12
 
13
13
  steps:
14
- - uses: actions/checkout@v2
15
- - name: Set up Ruby ${{ matrix.ruby-version }}
16
- uses: ruby/setup-ruby@v1
17
- with:
18
- ruby-version: ${{ matrix.ruby-version }}
19
- - name: Install dependencies
20
- run: bundle install
21
- - name: Run tests
22
- run: bundle exec rake
14
+ - uses: actions/checkout@v3
15
+ - name: Set up Ruby ${{ matrix.ruby-version }}
16
+ uses: ruby/setup-ruby@v1
17
+ with:
18
+ ruby-version: ${{ matrix.ruby-version }}
19
+ bundler-cache: true
20
+ - name: Run tests
21
+ run: bundle exec rake
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.0
1
+ 3.2.2
data/.tool-versions CHANGED
@@ -1 +1 @@
1
- ruby 3.2.0
1
+ ruby 3.2.2
@@ -1,100 +1,129 @@
1
1
  chord,guitar,ukulele
2
+ A#,x13331,3211
3
+ A#/A,x00331,3210
4
+ A#7,x13131,1211
5
+ A#m,x13321,3111
6
+ A#m/D#,xx1321,2214
7
+ A#m7,x13121,1111
2
8
  A,x02220,2100
9
+ A/C#,042220,2100
10
+ A/E,00222x,2100
11
+ A/F#,202220,2100
12
+ A7,002020,0100
13
+ A7/G,302020,0100
14
+ A7sus4,002030,0200
15
+ AM7,x02120,1100
16
+ Aaug,x03221,2114
17
+ Adim,x01212,23x3
18
+ Am,002210,2000
19
+ Am/D,xx0210,2203
20
+ Am/G,302210,0000
21
+ Am11,x00013,0055
22
+ Am7,002010,0433
23
+ Am9,x05557,1032
24
+ Amaj7,x02120,1100
25
+ Asus2,x02200,1341
26
+ Asus4,x02230,2200
3
27
  B,x24442,4322
28
+ B7,x21202,2322
29
+ B7sus4,x22202,2422
4
30
  Bb,x13331,3211
5
- C,x32010,0003
31
+ Bb/A,x00331,3210
32
+ Bb7,x13131,1211
33
+ Bbm,x13321,3111
34
+ Bbm7,x13121,1111
35
+ Bm,x24432,3222
36
+ Bm11,x20220,4200
37
+ Bm7,x24232,2222
38
+ Bsus4,x24452,4422
6
39
  C#,x46664,1114
7
- D,xx0232,2220
8
- D#,x68886,0331
9
- E,022100,4442
10
- Eb,x68886,0331
11
- F,133211,2010
12
- F#,244322,3121
13
- G,320003,0232
14
- G#,466544,1343
40
+ C#7,x46464,1112
41
+ C#m,x46654,1104
42
+ C#m7,x46454,1102
43
+ C,x32010,0003
44
+ C/B,x22010,0002
45
+ C/E,032010,0003
15
46
  C5,x355xx,0033
16
- D5,x577xx,2200
17
- D#5,x688xx,2255
18
47
  C6,x32210,0000
19
- D6,xx0202,2222
20
- E6,022120,4444
21
- G6,320000,0202
22
- A7,002020,0100
23
- B7,x21202,2322
24
48
  C7,x32310,0001
25
- C#7,x46464,1112
26
- D7,x00212,2223
27
- E7,020100,1202
28
- E7sus4,020200,2200
29
- F7,131211,2313
30
- F#7,242322,3424
31
- G7,320001,0212
32
- G#7,464544,1323
33
- AM7,x02120,1100
49
+ C7/G,3323xx,0001
50
+ C7sus4,x33310,0011
34
51
  CM7,x32000,0002
35
- DM7,xx0222,2224
36
- EM7,xx2444,1302
37
- FM7,132211,2413
38
52
  Cadd9,x32033,0203
39
- Fadd9,xx3213,0010
40
- Dsus2,xx0230,2200
41
- Asus2,x02200,1341
42
- Asus4,x02230,2200
43
- Dsus4,xx0233,0230
44
- Esus4,022200,4400
45
- A7sus4,002030,0200
46
- G7sus4,353533,0213
47
- G+,x21003,332
48
- Am,002210,2000
49
- Bm,x24432,3222
50
53
  Cm,x35543,0333
51
- C#m,x46654,1104
52
- Dm,x00231,2210
53
- Em,022000,0432
54
- Fm,133111,1013
55
- F#m,244222,2120
56
- Gm,355333,0231
57
- G#m,466444,4342
58
- Am7,002010,0433
59
- A#m7,x13121,1111
60
- Bm7,x24232,2222
61
54
  Cm7,x35343,3333
62
- C#m7,x46454,1102
63
- Dm7,x00211,2213
64
- Em7,020030,0202
65
- Fm7,131111,1313
66
- F#m7,242222,2424
67
- Gm7,353333,0211
68
- Am9,x05557,1032
69
- Bm11,x20220,4200
70
- F#m11,202200,4420
71
- A/C#,042220,2100
72
- A/E,00222x,2100
73
- A/F#,202220,2100
74
- Bb/A,x00331,3210
75
- C/B,x22010,0002
76
- C/E,032010,0003
55
+ Cmaj7,x32000,0002
56
+ Csus4,x33010,0013
57
+ D#,x68886,0331
58
+ D#,x68886,0331
59
+ D#5,x688xx,2255
60
+ D#M7,x68786,0335
61
+ D#dim7,xx1212,2323
62
+ D#m,x68876,0321
63
+ D#m7,x68676,0324
64
+ D#maj7,x68786,0335
65
+ D,xx0232,2220
77
66
  D/A,x04232,2220
78
67
  D/F#,200232,2220
79
- F/A,x03211,2010
80
- G/B,x20003,4232
81
- C7/G,3323xx,0001
68
+ D5,x577xx,2200
69
+ D6,xx0202,2222
70
+ D7,x00212,2223
82
71
  D7/F#,200212,2223
83
- G7/F,123003,0212
72
+ D7sus4,x00212,2233
84
73
  D9/F#,2x0210,5425
85
- Am/D,xx0210,2203
86
- Am/G,302210,0000
87
- A#m/D#,xx1321,2214
74
+ DM7,xx0222,2224
75
+ Dadd11,xx0032,0220
76
+ Daug,xx0332,3221
77
+ Dm,x00231,2210
88
78
  Dm/F,10323x,2210
89
- Gm/Bb,x10333,0231
90
- A7/G,302020,0100
79
+ Dm7,x00211,2213
80
+ Dmaj7,xx0222,2224
81
+ Dsus2,xx0230,2200
82
+ Dsus4,xx0233,0230
83
+ E,022100,4442
84
+ E6,022120,4444
85
+ E7,020100,1202
86
+ E7sus4,020200,2200
87
+ EM7,xx2444,1302
88
+ Eb,x68886,0331
89
+ EbM7,x68786,0335
90
+ Ebm,x68876,0321
91
+ Ebm7,x68676,0324
92
+ Ebmaj7,x68786,0335
93
+ Em,022000,0432
94
+ Em7,020030,0202
95
+ Em9/C,x34030,0605
96
+ Emaj7,xx2444,1302
97
+ Esus4,022200,4400
98
+ F#,244322,3121
99
+ F#7,242322,3424
100
+ F#m,244222,2120
101
+ F#m11,202200,4420
102
+ F#m7,242222,2424
103
+ F,133211,2010
104
+ F/A,x03211,2010
105
+ F7,131211,2313
106
+ F7sus4,131311,3313
107
+ FM7,132211,2413
108
+ Fadd9,xx3213,0010
109
+ Fm,133111,1013
110
+ Fm7,131111,1313
111
+ Fmaj7,132211,2413
112
+ G#,466544,1343
113
+ G#7,464544,1323
91
114
  G#dim,4564xx,1202
92
- Adim,x01212,23x3
93
- D#dim7,xx1212,2323
94
115
  G#dim7,456464,1212
95
- Daug,xx0332,3221
96
- Aaug,x03221,2114
97
- Dadd11,xx0032,0220
98
- Am11,x00013,0055
99
- Em9/C,x34030,0605
116
+ G#m,466444,4342
117
+ G+,x21003,332
118
+ G,320003,0232
119
+ G/B,x20003,4232
120
+ G6,320000,0202
121
+ G7,320001,0212
122
+ G7/F,123003,0212
123
+ G7sus4,353533,0213
100
124
  GM7,320002,0222
125
+ Gm,355333,0231
126
+ Gm/Bb,x10333,0231
127
+ Gm7,353333,0211
128
+ Gmaj7,320002,0222
129
+ Gsus4,320013,0233
@@ -1,3 +1,3 @@
1
1
  module ChordDiagrams
2
- VERSION = "0.0.14".freeze
2
+ VERSION = "0.0.15".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.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Kelly
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-09 00:00:00.000000000 Z
11
+ date: 2023-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: victor
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  - !ruby/object:Gem::Version
140
140
  version: '0'
141
141
  requirements: []
142
- rubygems_version: 3.4.7
142
+ rubygems_version: 3.4.10
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: Generate Chord Diagrams for Guitar and Ukulele