musical-chords 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 7abf3d598f5b033312d3a9c86fef9306bd4577ad
4
- data.tar.gz: 43b915af57b05ddc45f39a6201b236aebcd2dd6c
3
+ metadata.gz: a1e5a165d19f15322d664c9bedad60dd8c3ef86f
4
+ data.tar.gz: f6ed06cbc22905aab6d46211a93ec2796f598568
5
5
  SHA512:
6
- metadata.gz: f25d035e439b9818a86f0ac26b3f5c6d0b181b1b3ae3070c8da1d01e452d7e4491cf9137e552a28adfe3271fa97a6b95ee7dfaedbbeef5003c0fdaaec6e70ebe
7
- data.tar.gz: c18f0206111b45f7efc55ae34ddfb2948cbc678fdd5db851672695c5aa72e1692fc1d252d803bd355d292148689165419886818229c81aae814bba23b2385e74
6
+ metadata.gz: c2991c9a5928c3ca43b4665238c1b1e6b195515e3b2e81238a7b1b1d6ccdcdd5c3fb2ed08304c7ee55c546445548a381a306599dfbaaf0c0b278b7296d51796b
7
+ data.tar.gz: c231c02b07927a3554cbc2fc615231de17480ebc9b5b65e5a2de33a3ca1cc97025da1fb1ff771d8cb686d8c2f143ed586b327ba92d62e948883ad8a7cd5917b8
@@ -4,8 +4,6 @@
4
4
  # Author:: Patrick Sereno (mailto:patrick@6orbits.com)
5
5
  # Copyright:: Copyright (c) 2017 Patrick Sereno
6
6
  #
7
- # ToDos::
8
- # 1. Include minor scales
9
7
 
10
8
  # This class contains the variables and methods based upon contemporary western music turning.
11
9
  class Music
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: musical-chords
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Sereno
@@ -16,7 +16,7 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
- - lib/music.rb
19
+ - lib/musical-chords.rb
20
20
  homepage: http://6orbits.com/gems/music
21
21
  licenses:
22
22
  - MIT