coltrane 1.1.1 → 1.1.2

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: 9ad979024e346ac1c1ddd35f23cbd96fa3d8405ff1c545a8960798c0cc50fa77
4
- data.tar.gz: 156bf60760dad3cf9838fd2adabe9488b28c0bfc785ae5718dc0bee9c31901f9
3
+ metadata.gz: 0c5e47f3394a9c0937fc7fb92b8c2db2f0f002b61cfee8abad18a538087d809f
4
+ data.tar.gz: 340e96aca0e48e6cc0a08b4198a7312d526b2342e1095a979fc6fc31a244697c
5
5
  SHA512:
6
- metadata.gz: 047e0899d7abc412a1004581d9e8dc2fc265e883771b073890abf9838e51f65ab7aa7c4fb1a72adb84007eb1309100d4e1b7af01456e8a8f3ed7d9adb511f6a1
7
- data.tar.gz: eb4bf34e8f591523dbef9acec2c4596fa4c46ca057944921b6aec732e37f21b563a251c4b57cbcab56ad24fa6dcabe9bf954c2061722253d488c90a900ae8915
6
+ metadata.gz: fbc191fb8cb793caa0c1103cc2f85d0f6092289f2362f0aa0839ea2dbad43e87fe81f7df6fffc5aedeb2120a5169f6357280ac27c8a998502f241f996ab28875
7
+ data.tar.gz: 06a5580996712b4943643818ddc7a89160ea3800c482e9cd8905ab3d96d224bf052b9211b6b4a57a6203fd0ab728be43c886857422101e30bd364bde9c03858a
data/CHANGELOG.md CHANGED
@@ -10,10 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
10
  - Refactor notes and add pitch frequencies, pitch classes
11
11
 
12
12
 
13
- ## [1.1.1]
13
+ ## [1.1.2]
14
14
 
15
15
  ### Fixes
16
16
  - Progression specs
17
+ - Comments out classic progressions for now
17
18
 
18
19
  ### Adds
19
20
  - `Progression.find(*%w[AM DM F#m EM])`
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- coltrane (1.1.0)
4
+ coltrane (1.1.1)
5
5
  color (~> 1.8)
6
6
  facets (~> 3.1)
7
7
  mercenary (~> 0.3)
@@ -5,7 +5,6 @@ module Coltrane
5
5
  # Allows the creation of chord progressions using standard notations.
6
6
  # Ex: Progression.new('I-IV-V', key: 'Am')
7
7
  class Progression
8
- extend ClassicProgressions
9
8
  attr_reader :scale, :chords, :notation
10
9
 
11
10
  def self.find(*chords)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Coltrane
4
- VERSION = '1.1.1'
4
+ VERSION = '1.1.2'
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.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Maciel