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.
Files changed (3) hide show
  1. data/README.rdoc +2 -2
  2. data/lib/unimidi.rb +2 -2
  3. 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
- Realtime MIDI input and output for Ruby
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
@@ -4,7 +4,7 @@
4
4
  #
5
5
  module UniMIDI
6
6
 
7
- VERSION = "0.0.2"
7
+ VERSION = "0.0.3"
8
8
 
9
9
  end
10
10
 
@@ -14,4 +14,4 @@ require 'unimidi/platform'
14
14
  module UniMIDI
15
15
  extend(Platform.instance.interface)
16
16
  include(Platform.instance.interface)
17
- end
17
+ end
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.2
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: &19130940 !ruby/object:Gem::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: *19130940
26
- description: Platform Independent, realtime MIDI input and output for Ruby.
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: Realtime MIDI input and output for Ruby
64
+ summary: Cross-Platform, realtime MIDI input and output for Ruby
65
65
  test_files: []