midi-jruby 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5159bd13e292045f38215ae06e246de612dfcab
4
- data.tar.gz: 7b00b930fcce5edf13fca01573de0b870e30bf58
3
+ metadata.gz: aed43bfbe40337af605ba9231b0879c4503ffc5e
4
+ data.tar.gz: 6f0a1ba2c77af97b0d83b7c7300080943781bf4a
5
5
  SHA512:
6
- metadata.gz: 775d9ec47981bef54cf8f0cd0d2ad34feca630651ac6eb7f86ee4a46ce4f77451381116e150338645a85b21c9cf1a110cc9de835526cc027199b1cdbc3da2f0a
7
- data.tar.gz: 1e4498f8827d1feb4b4276f8e7674cb6884fbeebf8a2aede909213ab276470c4558ca64417b3fefbe92914e6a2831c65c43f2466825659b769786f2e06564404
6
+ metadata.gz: e33a70da2682cd14ae4f31ad3d6262d423219cc7140e257e37da09b886fa02b22ca344a746a6e297c2bdda4745c84a53ca238e6395db6480e7196f2027f80a0c
7
+ data.tar.gz: a0963229066ed088c9f7e0198128dcb807782c3532d1bc464aeb4db6a60e5252e8472954c6c3d0e1aeaea2e805b9de8b8c596715e225652080a885ada2d5de9c
@@ -18,6 +18,6 @@ require "midi-jruby/output"
18
18
 
19
19
  module MIDIJRuby
20
20
 
21
- VERSION = "0.1.2"
21
+ VERSION = "0.1.3"
22
22
 
23
23
  end
@@ -34,7 +34,7 @@ module MIDIJRuby
34
34
  # @return [Boolean]
35
35
  def puts(*args)
36
36
  case args.first
37
- when Array then puts_bytes(*args.first)
37
+ when Array then args.each { |arg| puts(*arg) }
38
38
  when Numeric then puts_bytes(*args)
39
39
  when String then puts_bytestr(*args)
40
40
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: midi-jruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ari Russo