thin 1.2.9-x86-mingw32 → 1.2.10-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/CHANGELOG +3 -0
 - data/Rakefile +1 -1
 - data/lib/1.8/thin_parser.so +0 -0
 - data/lib/1.9/thin_parser.so +0 -0
 - data/lib/thin/version.rb +2 -2
 - data/lib/thin_parser.bundle +0 -0
 - metadata +4 -4
 - data/lib/thin_parser.rb +0 -0
 
    
        data/CHANGELOG
    CHANGED
    
    
    
        data/Rakefile
    CHANGED
    
    
    
        data/lib/1.8/thin_parser.so
    CHANGED
    
    | 
         Binary file 
     | 
    
        data/lib/1.9/thin_parser.so
    CHANGED
    
    | 
         Binary file 
     | 
    
        data/lib/thin/version.rb
    CHANGED
    
    | 
         @@ -6,11 +6,11 @@ module Thin 
     | 
|
| 
       6 
6 
     | 
    
         
             
              module VERSION #:nodoc:
         
     | 
| 
       7 
7 
     | 
    
         
             
                MAJOR    = 1
         
     | 
| 
       8 
8 
     | 
    
         
             
                MINOR    = 2
         
     | 
| 
       9 
     | 
    
         
            -
                TINY     =  
     | 
| 
      
 9 
     | 
    
         
            +
                TINY     = 10
         
     | 
| 
       10 
10 
     | 
    
         | 
| 
       11 
11 
     | 
    
         
             
                STRING   = [MAJOR, MINOR, TINY].join('.')
         
     | 
| 
       12 
12 
     | 
    
         | 
| 
       13 
     | 
    
         
            -
                CODENAME = " 
     | 
| 
      
 13 
     | 
    
         
            +
                CODENAME = "I'm dumb".freeze
         
     | 
| 
       14 
14 
     | 
    
         | 
| 
       15 
15 
     | 
    
         
             
                RACK     = [1, 0].freeze # Rack protocol version
         
     | 
| 
       16 
16 
     | 
    
         
             
              end
         
     | 
| 
         Binary file 
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,13 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification 
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: thin
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version 
         
     | 
| 
       4 
     | 
    
         
            -
              hash:  
     | 
| 
      
 4 
     | 
    
         
            +
              hash: 11
         
     | 
| 
       5 
5 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       6 
6 
     | 
    
         
             
              segments: 
         
     | 
| 
       7 
7 
     | 
    
         
             
              - 1
         
     | 
| 
       8 
8 
     | 
    
         
             
              - 2
         
     | 
| 
       9 
     | 
    
         
            -
              -  
     | 
| 
       10 
     | 
    
         
            -
              version: 1.2. 
     | 
| 
      
 9 
     | 
    
         
            +
              - 10
         
     | 
| 
      
 10 
     | 
    
         
            +
              version: 1.2.10
         
     | 
| 
       11 
11 
     | 
    
         
             
            platform: x86-mingw32
         
     | 
| 
       12 
12 
     | 
    
         
             
            authors: 
         
     | 
| 
       13 
13 
     | 
    
         
             
            - Marc-Andre Cournoyer
         
     | 
| 
         @@ -120,7 +120,7 @@ files: 
     | 
|
| 
       120 
120 
     | 
    
         
             
            - lib/thin/statuses.rb
         
     | 
| 
       121 
121 
     | 
    
         
             
            - lib/thin/version.rb
         
     | 
| 
       122 
122 
     | 
    
         
             
            - lib/thin.rb
         
     | 
| 
       123 
     | 
    
         
            -
            - lib/thin_parser. 
     | 
| 
      
 123 
     | 
    
         
            +
            - lib/thin_parser.bundle
         
     | 
| 
       124 
124 
     | 
    
         
             
            - spec/backends/swiftiply_client_spec.rb
         
     | 
| 
       125 
125 
     | 
    
         
             
            - spec/backends/tcp_server_spec.rb
         
     | 
| 
       126 
126 
     | 
    
         
             
            - spec/backends/unix_server_spec.rb
         
     | 
    
        data/lib/thin_parser.rb
    DELETED
    
    | 
         
            File without changes
         
     |