puma-rails 0.0.1
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.
- checksums.yaml +7 -0
- data/lib/puma-rails.rb +1 -0
- data/lib/puma/rails.rb +17 -0
- data/lib/puma/rails/version.rb +5 -0
- metadata +72 -0
    
        checksums.yaml
    ADDED
    
    | @@ -0,0 +1,7 @@ | |
| 1 | 
            +
            --- 
         | 
| 2 | 
            +
            SHA1: 
         | 
| 3 | 
            +
              data.tar.gz: ca4ec916ad96494c772f1ad726a6c9286d028ce4
         | 
| 4 | 
            +
              metadata.gz: 7b2e69cfbbd8018eb108e99bd595a1a2d52a1378
         | 
| 5 | 
            +
            SHA512: 
         | 
| 6 | 
            +
              data.tar.gz: 5bca1d3e13d819b92fb3879c79181aa15ed8ef046265245cd22ad8c8d6a16ecca0cfaff852ad73110f8ce79b8d0ac5d209a40d664d6341df947976a992531cbc
         | 
| 7 | 
            +
              metadata.gz: c8d6b070c2547b8986f3a708290fc6f7f9b8243b496548de019acffcbee1b3e2085e61ee0f30ea2a8c71ecba4006c5106481ac3d3915b4b7772235bd08fc9750
         | 
    
        data/lib/puma-rails.rb
    ADDED
    
    | @@ -0,0 +1 @@ | |
| 1 | 
            +
            require "puma/rails"
         | 
    
        data/lib/puma/rails.rb
    ADDED
    
    
    
        metadata
    ADDED
    
    | @@ -0,0 +1,72 @@ | |
| 1 | 
            +
            --- !ruby/object:Gem::Specification 
         | 
| 2 | 
            +
            name: puma-rails
         | 
| 3 | 
            +
            version: !ruby/object:Gem::Version 
         | 
| 4 | 
            +
              version: 0.0.1
         | 
| 5 | 
            +
            platform: ruby
         | 
| 6 | 
            +
            authors: 
         | 
| 7 | 
            +
            - David Davis
         | 
| 8 | 
            +
            autorequire: 
         | 
| 9 | 
            +
            bindir: bin
         | 
| 10 | 
            +
            cert_chain: []
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            date: 2014-04-17 00:00:00 Z
         | 
| 13 | 
            +
            dependencies: 
         | 
| 14 | 
            +
            - !ruby/object:Gem::Dependency 
         | 
| 15 | 
            +
              name: rack
         | 
| 16 | 
            +
              prerelease: false
         | 
| 17 | 
            +
              requirement: &id001 !ruby/object:Gem::Requirement 
         | 
| 18 | 
            +
                requirements: 
         | 
| 19 | 
            +
                - &id002 
         | 
| 20 | 
            +
                  - ">="
         | 
| 21 | 
            +
                  - !ruby/object:Gem::Version 
         | 
| 22 | 
            +
                    version: "0"
         | 
| 23 | 
            +
              type: :runtime
         | 
| 24 | 
            +
              version_requirements: *id001
         | 
| 25 | 
            +
            - !ruby/object:Gem::Dependency 
         | 
| 26 | 
            +
              name: puma
         | 
| 27 | 
            +
              prerelease: false
         | 
| 28 | 
            +
              requirement: &id003 !ruby/object:Gem::Requirement 
         | 
| 29 | 
            +
                requirements: 
         | 
| 30 | 
            +
                - *id002
         | 
| 31 | 
            +
              type: :runtime
         | 
| 32 | 
            +
              version_requirements: *id003
         | 
| 33 | 
            +
            description: puma-rails overrides the Rack::Handler.default method to return Rack::Handler::Puma which will cause rack (and rails) to use puma by default.
         | 
| 34 | 
            +
            email: 
         | 
| 35 | 
            +
            - david@memorious.net
         | 
| 36 | 
            +
            executables: []
         | 
| 37 | 
            +
             | 
| 38 | 
            +
            extensions: []
         | 
| 39 | 
            +
             | 
| 40 | 
            +
            extra_rdoc_files: []
         | 
| 41 | 
            +
             | 
| 42 | 
            +
            files: 
         | 
| 43 | 
            +
            - lib/puma/rails.rb
         | 
| 44 | 
            +
            - lib/puma/rails/version.rb
         | 
| 45 | 
            +
            - lib/puma-rails.rb
         | 
| 46 | 
            +
            homepage: https://github.com/daviddavis/puma-rails
         | 
| 47 | 
            +
            licenses: []
         | 
| 48 | 
            +
             | 
| 49 | 
            +
            metadata: {}
         | 
| 50 | 
            +
             | 
| 51 | 
            +
            post_install_message: 
         | 
| 52 | 
            +
            rdoc_options: []
         | 
| 53 | 
            +
             | 
| 54 | 
            +
            require_paths: 
         | 
| 55 | 
            +
            - lib
         | 
| 56 | 
            +
            required_ruby_version: !ruby/object:Gem::Requirement 
         | 
| 57 | 
            +
              requirements: 
         | 
| 58 | 
            +
              - - ">="
         | 
| 59 | 
            +
                - !ruby/object:Gem::Version 
         | 
| 60 | 
            +
                  version: 1.8.7
         | 
| 61 | 
            +
            required_rubygems_version: !ruby/object:Gem::Requirement 
         | 
| 62 | 
            +
              requirements: 
         | 
| 63 | 
            +
              - *id002
         | 
| 64 | 
            +
            requirements: []
         | 
| 65 | 
            +
             | 
| 66 | 
            +
            rubyforge_project: 
         | 
| 67 | 
            +
            rubygems_version: 2.0.14
         | 
| 68 | 
            +
            signing_key: 
         | 
| 69 | 
            +
            specification_version: 4
         | 
| 70 | 
            +
            summary: puma-rails is a simple gem that sets the default server for rack (and rails) to puma.
         | 
| 71 | 
            +
            test_files: []
         | 
| 72 | 
            +
             |