flowmor_router 0.0.3 → 0.0.4
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.
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: flowmor_router
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.0. | 
| 4 | 
            +
              version: 0.0.4
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Michael Lang
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2014-08- | 
| 11 | 
            +
            date: 2014-08-29 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rails
         | 
| @@ -83,6 +83,7 @@ files: | |
| 83 83 | 
             
            - test/dummy/app/views/blog/show.html.erb
         | 
| 84 84 | 
             
            - test/dummy/app/views/layouts/application.html.erb
         | 
| 85 85 | 
             
            - test/dummy/app/views/static/index.html.erb
         | 
| 86 | 
            +
            - test/dummy/app/views/static/two_words.html.erb
         | 
| 86 87 | 
             
            - test/dummy/bin/bundle
         | 
| 87 88 | 
             
            - test/dummy/bin/rails
         | 
| 88 89 | 
             
            - test/dummy/bin/rake
         | 
| @@ -194,6 +195,7 @@ test_files: | |
| 194 195 | 
             
            - test/dummy/app/views/blog/show.html.erb
         | 
| 195 196 | 
             
            - test/dummy/app/views/layouts/application.html.erb
         | 
| 196 197 | 
             
            - test/dummy/app/views/static/index.html.erb
         | 
| 198 | 
            +
            - test/dummy/app/views/static/two_words.html.erb
         | 
| 197 199 | 
             
            - test/dummy/bin/bundle
         | 
| 198 200 | 
             
            - test/dummy/bin/rails
         | 
| 199 201 | 
             
            - test/dummy/bin/rake
         |