rack-mount 0.6.8 → 0.6.9
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.
| @@ -6,7 +6,7 @@ | |
| 6 6 |  | 
| 7 7 | 
             
            require 'racc/parser.rb'
         | 
| 8 8 | 
             
            module Regin
         | 
| 9 | 
            -
              class Parser < Racc::Parser
         | 
| 9 | 
            +
              class Parser < Racc::Parser #:nodoc: all
         | 
| 10 10 |  | 
| 11 11 | 
             
            def self.parse_regexp(regexp)
         | 
| 12 12 | 
             
              options = Options.from_int(regexp.options)
         | 
| @@ -424,7 +424,7 @@ def _reduce_none(val, _values, result) | |
| 424 424 | 
             
            end
         | 
| 425 425 |  | 
| 426 426 | 
             
              end   # class Parser
         | 
| 427 | 
            -
             | 
| 427 | 
            +
            end   # module Regin
         | 
| 428 428 |  | 
| 429 429 | 
             
            require 'regin/tokenizer'
         | 
| 430 430 |  | 
| @@ -1,12 +1,11 @@ | |
| 1 1 | 
             
            #--
         | 
| 2 2 | 
             
            # DO NOT MODIFY!!!!
         | 
| 3 | 
            -
            # This file is automatically generated by rex 1.0. | 
| 3 | 
            +
            # This file is automatically generated by rex 1.0.5.beta1
         | 
| 4 4 | 
             
            # from lexical definition file "lib/regin/tokenizer.rex".
         | 
| 5 5 | 
             
            #++
         | 
| 6 6 |  | 
| 7 7 | 
             
            require 'racc/parser'
         | 
| 8 | 
            -
             | 
| 9 | 
            -
            class Parser < Racc::Parser
         | 
| 8 | 
            +
            class Regin::Parser < Racc::Parser
         | 
| 10 9 | 
             
              require 'strscan'
         | 
| 11 10 |  | 
| 12 11 | 
             
              class ScanError < StandardError ; end
         | 
| @@ -21,7 +20,7 @@ class Parser < Racc::Parser | |
| 21 20 | 
             
                @state  = nil
         | 
| 22 21 | 
             
              end
         | 
| 23 22 |  | 
| 24 | 
            -
              def action | 
| 23 | 
            +
              def action
         | 
| 25 24 | 
             
                yield
         | 
| 26 25 | 
             
              end
         | 
| 27 26 |  | 
| @@ -29,6 +28,7 @@ class Parser < Racc::Parser | |
| 29 28 | 
             
                scan_setup(str)
         | 
| 30 29 | 
             
                do_parse
         | 
| 31 30 | 
             
              end
         | 
| 31 | 
            +
              alias :scan :scan_str
         | 
| 32 32 |  | 
| 33 33 | 
             
              def load_file( filename )
         | 
| 34 34 | 
             
                @filename = filename
         | 
| @@ -211,4 +211,3 @@ class Parser < Racc::Parser | |
| 211 211 | 
             
              end  # def next_token
         | 
| 212 212 |  | 
| 213 213 | 
             
            end # class
         | 
| 214 | 
            -
            end # module
         | 
    
        data/lib/rack/mount/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,13 +1,13 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification 
         | 
| 2 2 | 
             
            name: rack-mount
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version 
         | 
| 4 | 
            -
              hash:  | 
| 4 | 
            +
              hash: 21
         | 
| 5 5 | 
             
              prerelease: false
         | 
| 6 6 | 
             
              segments: 
         | 
| 7 7 | 
             
              - 0
         | 
| 8 8 | 
             
              - 6
         | 
| 9 | 
            -
              -  | 
| 10 | 
            -
              version: 0.6. | 
| 9 | 
            +
              - 9
         | 
| 10 | 
            +
              version: 0.6.9
         | 
| 11 11 | 
             
            platform: ruby
         | 
| 12 12 | 
             
            authors: 
         | 
| 13 13 | 
             
            - Joshua Peek
         | 
| @@ -26,10 +26,12 @@ dependencies: | |
| 26 26 | 
             
                requirements: 
         | 
| 27 27 | 
             
                - - ">="
         | 
| 28 28 | 
             
                  - !ruby/object:Gem::Version 
         | 
| 29 | 
            -
                    hash:  | 
| 29 | 
            +
                    hash: 23
         | 
| 30 30 | 
             
                    segments: 
         | 
| 31 | 
            +
                    - 1
         | 
| 31 32 | 
             
                    - 0
         | 
| 32 | 
            -
                     | 
| 33 | 
            +
                    - 0
         | 
| 34 | 
            +
                    version: 1.0.0
         | 
| 33 35 | 
             
              type: :runtime
         | 
| 34 36 | 
             
              version_requirements: *id001
         | 
| 35 37 | 
             
            - !ruby/object:Gem::Dependency 
         |