msgpack 0.3.5-x86-mingw32 → 0.3.6-x86-mingw32
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/{lib → ext/1.8}/msgpack.so +0 -0
 - data/ext/1.9/msgpack.so +0 -0
 - data/ext/msgpack.rb +1 -0
 - metadata +6 -5
 
    
        data/{lib → ext/1.8}/msgpack.so
    RENAMED
    
    | 
         Binary file 
     | 
    
        data/ext/1.9/msgpack.so
    ADDED
    
    | 
         Binary file 
     | 
    
        data/ext/msgpack.rb
    ADDED
    
    | 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            require File.join File.dirname(__FILE__), RUBY_VERSION.match(/\d+\.\d+/)[0], "msgpack"
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version 
     | 
|
| 
       4 
4 
     | 
    
         
             
              segments: 
         
     | 
| 
       5 
5 
     | 
    
         
             
              - 0
         
     | 
| 
       6 
6 
     | 
    
         
             
              - 3
         
     | 
| 
       7 
     | 
    
         
            -
              -  
     | 
| 
       8 
     | 
    
         
            -
              version: 0.3. 
     | 
| 
      
 7 
     | 
    
         
            +
              - 6
         
     | 
| 
      
 8 
     | 
    
         
            +
              version: 0.3.6
         
     | 
| 
       9 
9 
     | 
    
         
             
            platform: x86-mingw32
         
     | 
| 
       10 
10 
     | 
    
         
             
            authors: 
         
     | 
| 
       11 
11 
     | 
    
         
             
            - FURUHASHI Sadayuki
         
     | 
| 
         @@ -13,7 +13,7 @@ autorequire: 
     | 
|
| 
       13 
13 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       14 
14 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
       16 
     | 
    
         
            -
            date: 2010-04- 
     | 
| 
      
 16 
     | 
    
         
            +
            date: 2010-04-02 00:00:00 +09:00
         
     | 
| 
       17 
17 
     | 
    
         
             
            default_executable: 
         
     | 
| 
       18 
18 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       19 
19 
     | 
    
         | 
| 
         @@ -31,13 +31,15 @@ files: 
     | 
|
| 
       31 
31 
     | 
    
         
             
            - AUTHORS
         
     | 
| 
       32 
32 
     | 
    
         
             
            - ChangeLog
         
     | 
| 
       33 
33 
     | 
    
         
             
            - README
         
     | 
| 
      
 34 
     | 
    
         
            +
            - ext/1.8/msgpack.so
         
     | 
| 
      
 35 
     | 
    
         
            +
            - ext/1.9/msgpack.so
         
     | 
| 
       34 
36 
     | 
    
         
             
            - ext/extconf.rb
         
     | 
| 
      
 37 
     | 
    
         
            +
            - ext/msgpack.rb
         
     | 
| 
       35 
38 
     | 
    
         
             
            - ext/pack.c
         
     | 
| 
       36 
39 
     | 
    
         
             
            - ext/pack.h
         
     | 
| 
       37 
40 
     | 
    
         
             
            - ext/rbinit.c
         
     | 
| 
       38 
41 
     | 
    
         
             
            - ext/unpack.c
         
     | 
| 
       39 
42 
     | 
    
         
             
            - ext/unpack.h
         
     | 
| 
       40 
     | 
    
         
            -
            - lib/msgpack.so
         
     | 
| 
       41 
43 
     | 
    
         
             
            - msgpack/pack_define.h
         
     | 
| 
       42 
44 
     | 
    
         
             
            - msgpack/pack_template.h
         
     | 
| 
       43 
45 
     | 
    
         
             
            - msgpack/sysdep.h
         
     | 
| 
         @@ -53,7 +55,6 @@ post_install_message: 
     | 
|
| 
       53 
55 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       54 
56 
     | 
    
         | 
| 
       55 
57 
     | 
    
         
             
            require_paths: 
         
     | 
| 
       56 
     | 
    
         
            -
            - lib
         
     | 
| 
       57 
58 
     | 
    
         
             
            - ext
         
     | 
| 
       58 
59 
     | 
    
         
             
            required_ruby_version: !ruby/object:Gem::Requirement 
         
     | 
| 
       59 
60 
     | 
    
         
             
              requirements: 
         
     |