unimidi 0.0.2-i386-mingw32 → 0.0.3-i386-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -2
- data/lib/unimidi.rb +2 -2
- metadata +5 -5
data/README.rdoc
CHANGED
@@ -5,7 +5,7 @@ Copyright:: Copyright (c) 2011 Ari Russo
|
|
5
5
|
|
6
6
|
== Summary
|
7
7
|
|
8
|
-
|
8
|
+
Cross-Platform, realtime MIDI input and output for Ruby
|
9
9
|
|
10
10
|
== Features
|
11
11
|
|
@@ -37,4 +37,4 @@ Realtime MIDI input and output for Ruby
|
|
37
37
|
|
38
38
|
== License
|
39
39
|
|
40
|
-
Apache 2.0, See the file LICENSE
|
40
|
+
Apache 2.0, See the file LICENSE
|
data/lib/unimidi.rb
CHANGED
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.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: i386-mingw32
|
7
7
|
authors:
|
@@ -14,7 +14,7 @@ default_executable:
|
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: midi-winmm
|
17
|
-
requirement: &
|
17
|
+
requirement: &20782356 !ruby/object:Gem::Requirement
|
18
18
|
none: false
|
19
19
|
requirements:
|
20
20
|
- - ! '>='
|
@@ -22,8 +22,8 @@ dependencies:
|
|
22
22
|
version: '0'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
|
-
version_requirements: *
|
26
|
-
description: Platform
|
25
|
+
version_requirements: *20782356
|
26
|
+
description: Cross-Platform, realtime MIDI input and output for Ruby.
|
27
27
|
email:
|
28
28
|
- ari.russo@gmail.com
|
29
29
|
executables: []
|
@@ -61,5 +61,5 @@ rubyforge_project: unimidi
|
|
61
61
|
rubygems_version: 1.5.2
|
62
62
|
signing_key:
|
63
63
|
specification_version: 3
|
64
|
-
summary:
|
64
|
+
summary: Cross-Platform, realtime MIDI input and output for Ruby
|
65
65
|
test_files: []
|