unimidi 0.1.10-i386-mingw32 → 0.1.14-i386-mingw32

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 +4 -0
  2. data/lib/unimidi.rb +1 -1
  3. metadata +3 -3
data/README.rdoc CHANGED
@@ -12,6 +12,10 @@ Platform independent realtime MIDI input and output for Ruby.
12
12
 
13
13
  == Requirements
14
14
 
15
+ Ruby 1.9.2 or JRuby 1.6.1 are strongly recommended
16
+
17
+ One of the following libraries is required based on what platform you're using. They should all install automatically when you install the unimidi gem. You can freely remove the ones that do not apply to your platform
18
+
15
19
  Platform
16
20
 
17
21
  * JRuby: {midi-jruby}[http://github.com/arirusso/midi-jruby]
data/lib/unimidi.rb CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  module UniMIDI
8
8
 
9
- VERSION = "0.1.10"
9
+ VERSION = "0.1.14"
10
10
 
11
11
  end
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unimidi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.14
5
5
  prerelease:
6
6
  platform: i386-mingw32
7
7
  authors:
@@ -14,7 +14,7 @@ default_executable: unimidi
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: midi-winmm
17
- requirement: &9407904 !ruby/object:Gem::Requirement
17
+ requirement: &9400452 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *9407904
25
+ version_requirements: *9400452
26
26
  description: Platform Independent, realtime MIDI input and output for Ruby.
27
27
  email:
28
28
  - ari.russo@gmail.com