unimidi 0.0.6-java → 0.0.7-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +1 -1
  2. data/lib/unimidi.rb +1 -1
  3. metadata +2 -2
data/README.rdoc CHANGED
@@ -6,7 +6,7 @@ Platform independent realtime MIDI input and output for Ruby.
6
6
 
7
7
  == Features
8
8
 
9
- * Platform independent. Currently Linux, Windows and Cygwin are supported. More platforms will follow (see "to-do")
9
+ * Platform independent. Currently Linux, JRuby, Windows and Cygwin are supported. More platforms will follow (see "to-do")
10
10
  * Both input and output to and from multiple devices concurrently
11
11
  * Agnostically handle different MIDI Message types (including SysEx)
12
12
 
data/lib/unimidi.rb CHANGED
@@ -4,7 +4,7 @@
4
4
  #
5
5
  module UniMIDI
6
6
 
7
- VERSION = "0.0.6"
7
+ VERSION = "0.0.7"
8
8
 
9
9
  end
10
10
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: java
11
11
  authors:
12
12
  - Ari Russo