seo_pages 1.3.0 → 1.3.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 +4 -4
 - data/app/assets/stylesheets/seo_pages/application.css +31 -6
 - data/app/views/seo_pages/seo_page_defaults/edit.html.erb +1 -1
 - data/app/views/seo_pages/seo_pages/edit.html.erb +1 -1
 - data/app/views/seo_pages/seo_pages/index.html.erb +2 -2
 - data/lib/seo_pages/version.rb +1 -1
 - data/test/dummy/db/development.sqlite3 +0 -0
 - data/test/dummy/log/development.log +1157 -0
 - data/test/dummy/tmp/cache/assets/development/sprockets/2d8705afe57b62d44449d69f4222290f +0 -0
 - data/test/dummy/tmp/cache/assets/development/sprockets/4f86487aa5d289eda467a8c6537a96d7 +0 -0
 - data/test/dummy/tmp/cache/assets/development/sprockets/b64ef79b76b687f0bcd96c61bfcbad04 +0 -0
 - data/test/dummy/tmp/pids/server.pid +1 -0
 - metadata +4 -2
 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            5738
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: seo_pages
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1.3. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.3.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - BadrIT
         
     | 
| 
         @@ -10,7 +10,7 @@ authors: 
     | 
|
| 
       10 
10 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       11 
11 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       12 
12 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       13 
     | 
    
         
            -
            date: 2013-09- 
     | 
| 
      
 13 
     | 
    
         
            +
            date: 2013-09-17 00:00:00.000000000 Z
         
     | 
| 
       14 
14 
     | 
    
         
             
            dependencies:
         
     | 
| 
       15 
15 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       16 
16 
     | 
    
         
             
              name: rails
         
     | 
| 
         @@ -118,6 +118,7 @@ files: 
     | 
|
| 
       118 
118 
     | 
    
         
             
            - test/dummy/tmp/cache/assets/development/sprockets/d85a70becfb7be07108c6a9b1a530599
         
     | 
| 
       119 
119 
     | 
    
         
             
            - test/dummy/tmp/cache/assets/development/sprockets/b64ef79b76b687f0bcd96c61bfcbad04
         
     | 
| 
       120 
120 
     | 
    
         
             
            - test/dummy/tmp/cache/assets/development/sprockets/70a21f35131b909ba99755f18f61bc86
         
     | 
| 
      
 121 
     | 
    
         
            +
            - test/dummy/tmp/pids/server.pid
         
     | 
| 
       121 
122 
     | 
    
         
             
            - test/dummy/Rakefile
         
     | 
| 
       122 
123 
     | 
    
         
             
            - test/dummy/db/development.sqlite3
         
     | 
| 
       123 
124 
     | 
    
         
             
            - test/dummy/db/schema.rb
         
     | 
| 
         @@ -210,6 +211,7 @@ test_files: 
     | 
|
| 
       210 
211 
     | 
    
         
             
            - test/dummy/tmp/cache/assets/development/sprockets/d85a70becfb7be07108c6a9b1a530599
         
     | 
| 
       211 
212 
     | 
    
         
             
            - test/dummy/tmp/cache/assets/development/sprockets/b64ef79b76b687f0bcd96c61bfcbad04
         
     | 
| 
       212 
213 
     | 
    
         
             
            - test/dummy/tmp/cache/assets/development/sprockets/70a21f35131b909ba99755f18f61bc86
         
     | 
| 
      
 214 
     | 
    
         
            +
            - test/dummy/tmp/pids/server.pid
         
     | 
| 
       213 
215 
     | 
    
         
             
            - test/dummy/Rakefile
         
     | 
| 
       214 
216 
     | 
    
         
             
            - test/dummy/db/development.sqlite3
         
     | 
| 
       215 
217 
     | 
    
         
             
            - test/dummy/db/schema.rb
         
     |