music_theory 0.0.1 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/music_theory/chord.rb +4 -2
- data/lib/music_theory/modes.rb +14 -4
- data/lib/music_theory/note.rb +3 -5
- data/lib/music_theory/octave.rb +8 -8
- data/lib/music_theory/scale.rb +13 -22
- data/lib/music_theory/third.rb +7 -10
- data/lib/music_theory/version.rb +1 -1
- data/note-charted.html +157 -0
- metadata +3 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: music_theory
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Eggett
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: wavefile
|
@@ -105,6 +105,7 @@ files:
|
|
105
105
|
- lib/music_theory/transpose.rb
|
106
106
|
- lib/music_theory/version.rb
|
107
107
|
- music_theory.gemspec
|
108
|
+
- note-charted.html
|
108
109
|
homepage: ''
|
109
110
|
licenses:
|
110
111
|
- MIT
|