music-performance 0.4.0 → 0.4.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: a4b9f81c3aba7e25db75da9d71fc2ba25a842599
4
- data.tar.gz: 2c5887333f7d6fb3ede15a6813ee1f89847f9fbc
3
+ metadata.gz: a23852ba661480abbe444655624348721ebd9f04
4
+ data.tar.gz: 9209a4b27ed5f8744c51c0de27bd4e64204a6c0a
5
5
  SHA512:
6
- metadata.gz: 73c9896e59861efa226a2769bd621e869bbf56ba9d3ce1c1301f621dd7d41b3c175d07571568fd55244c5bf943f3243d7c49c8d1c9a4ef785faf7561ea2c3c5f
7
- data.tar.gz: 1b8d20d458e90a90ee7211f71963becd03ebc563a124be25822f27d92c4738fe3c5735c38d3320dbaddda9c3e6eb3fc3c2e9fee499436d73ec2920b0da7f5b50
6
+ metadata.gz: a50ae08d84a58392556d5a6e6d42263e353776ad32aac0e940dff4bdba5a7ed49bd67374eaa5b26fefb1cf1411ce13213376872dce62958c9157ada234480c8e
7
+ data.tar.gz: b332cd190bae9518cdb9510f9665dbaa24953d829dd30ea6357926528a408e98ea665a86db692182df0e611f4e8dd5038d1cc4970657d39ccbc24ff157987d8a
data/bin/midify CHANGED
@@ -7,7 +7,7 @@ Loads a music-transcription score from YAML file, and converts to MIDI file.
7
7
 
8
8
  Usage:
9
9
  #{exe_name} <input> [PART PROGRAM] ...
10
- #{exe_name} <input> <output>
10
+ #{exe_name} <input> <output> [PART PROGRAM] ...
11
11
  #{exe_name} -h | --help
12
12
  #{exe_name} --version
13
13
 
@@ -2,6 +2,6 @@
2
2
  module Music
3
3
  module Performance
4
4
  # music-performance version
5
- VERSION = "0.4.0"
5
+ VERSION = "0.4.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: music-performance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Tunnell