unimidi 0.0.6-i686-linux → 0.0.7-i686-linux

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 +1 -1
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
@@ -2,7 +2,7 @@
2
2
  name: unimidi
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.6
5
+ version: 0.0.7
6
6
  platform: i686-linux
7
7
  authors:
8
8
  - Ari Russo