unimidi 0.1.10-java → 0.1.14-java
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 +10 -19
 
    
        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
    
    | 
         @@ -1,12 +1,8 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification 
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: unimidi
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version 
         
     | 
| 
       4 
     | 
    
         
            -
              prerelease:  
     | 
| 
       5 
     | 
    
         
            -
               
     | 
| 
       6 
     | 
    
         
            -
                - 0
         
     | 
| 
       7 
     | 
    
         
            -
                - 1
         
     | 
| 
       8 
     | 
    
         
            -
                - 10
         
     | 
| 
       9 
     | 
    
         
            -
              version: 0.1.10
         
     | 
| 
      
 4 
     | 
    
         
            +
              prerelease: 
         
     | 
| 
      
 5 
     | 
    
         
            +
              version: 0.1.14
         
     | 
| 
       10 
6 
     | 
    
         
             
            platform: java
         
     | 
| 
       11 
7 
     | 
    
         
             
            authors: 
         
     | 
| 
       12 
8 
     | 
    
         
             
              - Ari Russo
         
     | 
| 
         @@ -14,18 +10,17 @@ autorequire: 
     | 
|
| 
       14 
10 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       15 
11 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       16 
12 
     | 
    
         | 
| 
       17 
     | 
    
         
            -
            date: 2011-05- 
     | 
| 
      
 13 
     | 
    
         
            +
            date: 2011-05-23 00:00:00 -04:00
         
     | 
| 
       18 
14 
     | 
    
         
             
            default_executable: unimidi
         
     | 
| 
       19 
15 
     | 
    
         
             
            dependencies: 
         
     | 
| 
       20 
16 
     | 
    
         
             
              - !ruby/object:Gem::Dependency 
         
     | 
| 
       21 
17 
     | 
    
         
             
                name: midi-jruby
         
     | 
| 
       22 
18 
     | 
    
         
             
                prerelease: false
         
     | 
| 
       23 
19 
     | 
    
         
             
                requirement: &id001 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 20 
     | 
    
         
            +
                  none: false
         
     | 
| 
       24 
21 
     | 
    
         
             
                  requirements: 
         
     | 
| 
       25 
22 
     | 
    
         
             
                    - - ">="
         
     | 
| 
       26 
23 
     | 
    
         
             
                      - !ruby/object:Gem::Version 
         
     | 
| 
       27 
     | 
    
         
            -
                        segments: 
         
     | 
| 
       28 
     | 
    
         
            -
                          - 0
         
     | 
| 
       29 
24 
     | 
    
         
             
                        version: "0"
         
     | 
| 
       30 
25 
     | 
    
         
             
                type: :runtime
         
     | 
| 
       31 
26 
     | 
    
         
             
                version_requirements: *id001
         
     | 
| 
         @@ -41,12 +36,12 @@ extra_rdoc_files: [] 
     | 
|
| 
       41 
36 
     | 
    
         
             
            files: 
         
     | 
| 
       42 
37 
     | 
    
         
             
              - bin/unimidi
         
     | 
| 
       43 
38 
     | 
    
         
             
              - lib/unimidi.rb
         
     | 
| 
       44 
     | 
    
         
            -
              - lib/unimidi/congruous_api_adapter.rb
         
     | 
| 
       45 
     | 
    
         
            -
              - lib/unimidi/platform.rb
         
     | 
| 
       46 
39 
     | 
    
         
             
              - lib/unimidi/type_conversion.rb
         
     | 
| 
      
 40 
     | 
    
         
            +
              - lib/unimidi/platform.rb
         
     | 
| 
      
 41 
     | 
    
         
            +
              - lib/unimidi/congruous_api_adapter.rb
         
     | 
| 
      
 42 
     | 
    
         
            +
              - lib/unimidi/adapter/alsa-rawmidi.rb
         
     | 
| 
       47 
43 
     | 
    
         
             
              - lib/unimidi/adapter/ffi-coremidi.rb
         
     | 
| 
       48 
44 
     | 
    
         
             
              - lib/unimidi/adapter/midi-winmm.rb
         
     | 
| 
       49 
     | 
    
         
            -
              - lib/unimidi/adapter/alsa-rawmidi.rb
         
     | 
| 
       50 
45 
     | 
    
         
             
              - lib/unimidi/adapter/midi-jruby.rb
         
     | 
| 
       51 
46 
     | 
    
         
             
              - LICENSE
         
     | 
| 
       52 
47 
     | 
    
         
             
              - README.rdoc
         
     | 
| 
         @@ -60,25 +55,21 @@ rdoc_options: [] 
     | 
|
| 
       60 
55 
     | 
    
         
             
            require_paths: 
         
     | 
| 
       61 
56 
     | 
    
         
             
              - lib
         
     | 
| 
       62 
57 
     | 
    
         
             
            required_ruby_version: !ruby/object:Gem::Requirement 
         
     | 
| 
      
 58 
     | 
    
         
            +
              none: false
         
     | 
| 
       63 
59 
     | 
    
         
             
              requirements: 
         
     | 
| 
       64 
60 
     | 
    
         
             
                - - ">="
         
     | 
| 
       65 
61 
     | 
    
         
             
                  - !ruby/object:Gem::Version 
         
     | 
| 
       66 
     | 
    
         
            -
                    segments: 
         
     | 
| 
       67 
     | 
    
         
            -
                      - 0
         
     | 
| 
       68 
62 
     | 
    
         
             
                    version: "0"
         
     | 
| 
       69 
63 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement 
         
     | 
| 
      
 64 
     | 
    
         
            +
              none: false
         
     | 
| 
       70 
65 
     | 
    
         
             
              requirements: 
         
     | 
| 
       71 
66 
     | 
    
         
             
                - - ">="
         
     | 
| 
       72 
67 
     | 
    
         
             
                  - !ruby/object:Gem::Version 
         
     | 
| 
       73 
     | 
    
         
            -
                    segments: 
         
     | 
| 
       74 
     | 
    
         
            -
                      - 1
         
     | 
| 
       75 
     | 
    
         
            -
                      - 3
         
     | 
| 
       76 
     | 
    
         
            -
                      - 6
         
     | 
| 
       77 
68 
     | 
    
         
             
                    version: 1.3.6
         
     | 
| 
       78 
69 
     | 
    
         
             
            requirements: []
         
     | 
| 
       79 
70 
     | 
    
         | 
| 
       80 
71 
     | 
    
         
             
            rubyforge_project: unimidi
         
     | 
| 
       81 
     | 
    
         
            -
            rubygems_version: 1. 
     | 
| 
      
 72 
     | 
    
         
            +
            rubygems_version: 1.5.1
         
     | 
| 
       82 
73 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       83 
74 
     | 
    
         
             
            specification_version: 3
         
     | 
| 
       84 
75 
     | 
    
         
             
            summary: Realtime MIDI input and output for Ruby.
         
     |