unimidi 0.1.10-i686-linux → 0.1.14-i686-linux
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.
- data/README.rdoc +4 -0
- data/lib/unimidi.rb +1 -1
- metadata +6 -6
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
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: unimidi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.14
|
6
6
|
platform: i686-linux
|
7
7
|
authors:
|
8
8
|
- Ari Russo
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-05-
|
13
|
+
date: 2011-05-23 00:00:00 -04:00
|
14
14
|
default_executable: unimidi
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -35,14 +35,14 @@ extra_rdoc_files: []
|
|
35
35
|
|
36
36
|
files:
|
37
37
|
- bin/unimidi
|
38
|
-
- lib/unimidi.rb
|
38
|
+
- lib/unimidi/type_conversion.rb
|
39
|
+
- lib/unimidi/platform.rb
|
40
|
+
- lib/unimidi/adapter/alsa-rawmidi.rb
|
39
41
|
- lib/unimidi/adapter/ffi-coremidi.rb
|
40
42
|
- lib/unimidi/adapter/midi-winmm.rb
|
41
|
-
- lib/unimidi/adapter/alsa-rawmidi.rb
|
42
43
|
- lib/unimidi/adapter/midi-jruby.rb
|
43
44
|
- lib/unimidi/congruous_api_adapter.rb
|
44
|
-
- lib/unimidi
|
45
|
-
- lib/unimidi/type_conversion.rb
|
45
|
+
- lib/unimidi.rb
|
46
46
|
- LICENSE
|
47
47
|
- README.rdoc
|
48
48
|
has_rdoc: true
|