music_theory 0.3.9 → 0.3.10

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: bebc5ae36c4b0da0643c626d7ea2d117fc7752cd
4
- data.tar.gz: 95e4d53920ca956fe558b51a9f18a6b1395f8f80
3
+ metadata.gz: 9281e66cc4f6b00e4e4ec139e34046a7cba5fa32
4
+ data.tar.gz: f2b996a35a8c625d44988bad0f45bc2198c68adb
5
5
  SHA512:
6
- metadata.gz: 2ae27e7963a2ebb71ee9a556697fe21a220335973dd91fbe7ddc57ce0bb3d3fa43b7961c4202490ef212df89b1394f7300d7655ca9c1040737afd1c002eb1386
7
- data.tar.gz: 7068f25d6d91f4819a2a1631b2cdca49f40f1381a26c2ad59e3b18b16e3b2b27dae477f7471746082a76bd7705cca1a491d0411b667ce963cdaa71d18e242d21
6
+ metadata.gz: a345a10a77b2cb720d85e63020f9c0a80ed7f7f2b36b34fe6bde572895b57d84b7c71bf4ef6640dea4b90a257a8a8ca684408b6cd299433a85b54d26bfac05c3
7
+ data.tar.gz: 2b1fbaca5ac4f04467023e15c6a805f1afc1c94575f9fecf8595afc8577c1e1f58c2850790837f096c691e0df5f8e90f9fbc0c57043a5963d51d4f87b3ff6600
@@ -21,7 +21,7 @@ module MusicTheory
21
21
  end
22
22
 
23
23
  def play
24
- output_track unless File.file?("#{output_file_name || 'music'}.wav")
24
+ output_track #unless File.file?("#{output_file_name || 'music'}.wav")
25
25
  `mplayer #{output_file_name}.wav &> /dev/null`
26
26
  nil
27
27
  end
@@ -1,3 +1,3 @@
1
1
  module MusicTheory
2
- VERSION = "0.3.9"
2
+ VERSION = "0.3.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: music_theory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett