rack-request_time 0.0.1 → 0.0.2
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 +4 -4
- data/.gitignore +1 -0
- data/CHANGELOG.md +5 -0
- data/rack-request_time.gemspec +2 -1
- metadata +4 -4
- data/Gemfile.lock +0 -34
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 2df4c2188d1a598dbba637061f62c456657b7728
         | 
| 4 | 
            +
              data.tar.gz: ee60907ffb360998eac91873fa738f0f860534ab
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: db2f6c4f9e831a8bdfae9e4157d418846aca8442401f820a615d4427494929c977c62387d2424d433960125ef134703c845ef9b095b543cb6de9b05bc8827027
         | 
| 7 | 
            +
              data.tar.gz: 5c44b1e42f6b2cd275af959e758c5369c01c94272a9a1ce2f2c94f6b43d19c68c750dfd60e280bd8583d9b73151f0cccc600e82ae3dd1b43aa8ef19e795f0f90
         | 
    
        data/.gitignore
    CHANGED
    
    
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/rack-request_time.gemspec
    CHANGED
    
    | @@ -1,11 +1,12 @@ | |
| 1 1 | 
             
            Gem::Specification.new do |gem|
         | 
| 2 2 | 
             
              gem.name          = "rack-request_time"
         | 
| 3 | 
            -
              gem.version       = "0.0. | 
| 3 | 
            +
              gem.version       = "0.0.2"
         | 
| 4 4 | 
             
              gem.authors       = ["onk"]
         | 
| 5 5 | 
             
              gem.email         = ["takafumi.onaka@gmail.com"]
         | 
| 6 6 | 
             
              gem.description   = %q{Rack middleware for using consistent time in request.}
         | 
| 7 7 | 
             
              gem.summary       = %q{Rack::RequestTime is a Rack middleware for using consistent time in request.}
         | 
| 8 8 | 
             
              gem.homepage      = "https://github.com/onk/rack-request_time"
         | 
| 9 | 
            +
              gem.license       = "MIT"
         | 
| 9 10 |  | 
| 10 11 | 
             
              gem.files         = `git ls-files`.split($/)
         | 
| 11 12 | 
             
              gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: rack-request_time
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.0. | 
| 4 | 
            +
              version: 0.0.2
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - onk
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2013-07- | 
| 11 | 
            +
            date: 2013-07-18 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rack
         | 
| @@ -76,7 +76,6 @@ files: | |
| 76 76 | 
             
            - .gitignore
         | 
| 77 77 | 
             
            - CHANGELOG.md
         | 
| 78 78 | 
             
            - Gemfile
         | 
| 79 | 
            -
            - Gemfile.lock
         | 
| 80 79 | 
             
            - LICENSE
         | 
| 81 80 | 
             
            - README.md
         | 
| 82 81 | 
             
            - Rakefile
         | 
| @@ -84,7 +83,8 @@ files: | |
| 84 83 | 
             
            - rack-request_time.gemspec
         | 
| 85 84 | 
             
            - spec/rack-request_time_spec.rb
         | 
| 86 85 | 
             
            homepage: https://github.com/onk/rack-request_time
         | 
| 87 | 
            -
            licenses: | 
| 86 | 
            +
            licenses:
         | 
| 87 | 
            +
            - MIT
         | 
| 88 88 | 
             
            metadata: {}
         | 
| 89 89 | 
             
            post_install_message: 
         | 
| 90 90 | 
             
            rdoc_options: []
         | 
    
        data/Gemfile.lock
    DELETED
    
    | @@ -1,34 +0,0 @@ | |
| 1 | 
            -
            PATH
         | 
| 2 | 
            -
              remote: .
         | 
| 3 | 
            -
              specs:
         | 
| 4 | 
            -
                rack-request_time (0.0.1)
         | 
| 5 | 
            -
                  activesupport
         | 
| 6 | 
            -
                  rack
         | 
| 7 | 
            -
             | 
| 8 | 
            -
            GEM
         | 
| 9 | 
            -
              remote: http://rubygems.org/
         | 
| 10 | 
            -
              specs:
         | 
| 11 | 
            -
                activesupport (3.2.9)
         | 
| 12 | 
            -
                  i18n (~> 0.6)
         | 
| 13 | 
            -
                  multi_json (~> 1.0)
         | 
| 14 | 
            -
                diff-lcs (1.1.3)
         | 
| 15 | 
            -
                i18n (0.6.1)
         | 
| 16 | 
            -
                multi_json (1.3.7)
         | 
| 17 | 
            -
                rack (1.4.1)
         | 
| 18 | 
            -
                rspec (2.12.0)
         | 
| 19 | 
            -
                  rspec-core (~> 2.12.0)
         | 
| 20 | 
            -
                  rspec-expectations (~> 2.12.0)
         | 
| 21 | 
            -
                  rspec-mocks (~> 2.12.0)
         | 
| 22 | 
            -
                rspec-core (2.12.0)
         | 
| 23 | 
            -
                rspec-expectations (2.12.0)
         | 
| 24 | 
            -
                  diff-lcs (~> 1.1.3)
         | 
| 25 | 
            -
                rspec-mocks (2.12.0)
         | 
| 26 | 
            -
                timecop (0.5.3)
         | 
| 27 | 
            -
             | 
| 28 | 
            -
            PLATFORMS
         | 
| 29 | 
            -
              ruby
         | 
| 30 | 
            -
             | 
| 31 | 
            -
            DEPENDENCIES
         | 
| 32 | 
            -
              rack-request_time!
         | 
| 33 | 
            -
              rspec
         | 
| 34 | 
            -
              timecop
         |