blogue 0.1.0 → 0.2.0
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/README.md +1 -1
- data/app/models/blogue/post.rb +11 -10
- data/lib/blogue.rb +49 -49
- data/lib/blogue/engine.rb +12 -11
- data/lib/blogue/kramdown_template_handler.rb +15 -0
- data/lib/blogue/version.rb +1 -1
- data/test/dummy/config/environments/production.rb +2 -2
- data/test/dummy/config/environments/test.rb +4 -2
- data/test/dummy/log/test.log +1743 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/5att9zsleS3-L2YWqjIgUgt_yvAEfbHkBuYWdGAMFQM.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/6ydNEFqBu3UandhtBRFs2ldW_Mna2Yv05D60lzG3K2Y.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/KdMqnHQH9u8AG6KXVie3ar7E-o5pu4aWWR6_v50pGUc.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Uc2OKgIXy7cS1Gp3NmkcgAZVdEcG94xe-xe-nMg109k.cache +4 -0
- metadata +14 -7
- data/lib/kramdown/converter/blogue.rb +0 -13
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            "%A1�ED��,���wKUD �%aH���O����
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            I"�/Users/max/dev/blogue/test/fixtures/posts/assets/dogue.jpg?type=image/jpeg&id=be31b64d184ba750471b6c4004e4c0442deaa5211f258e70f018119e5adff373:ET
         | 
| @@ -0,0 +1,4 @@ | |
| 1 | 
            +
            {:uriI"�file:///Users/max/dev/blogue/test/fixtures/posts/assets/dogue.jpg?type=image/jpeg&id=be31b64d184ba750471b6c4004e4c0442deaa5211f258e70f018119e5adff373:ET:load_pathI"5/Users/max/dev/blogue/test/fixtures/posts/assets;T:
         | 
| 2 | 
            +
            dogue;T:logical_pathI"dogue.jpg;T:content_typeI"image/jpeg;T:source0:
         | 
| 3 | 
            +
            @hash{	I"environment-version;TTI"environment-paths;TTI"4processors:type=image/jpeg&file_type=image/jpeg;TTI"Mfile-digest:///Users/max/dev/blogue/test/fixtures/posts/assets/dogue.jpg;TT:dependencies_digest"%/ ~N&��ѯ�.�ÕW��E�U\�,:idI"Ebe31b64d184ba750471b6c4004e4c0442deaa5211f258e70f018119e5adff373;F:
         | 
| 4 | 
            +
            mtimel+�sdR
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: blogue
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.2.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Maxim Chernyak
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date:  | 
| 11 | 
            +
            date: 2015-09-28 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rails
         | 
| @@ -16,14 +16,14 @@ dependencies: | |
| 16 16 | 
             
                requirements:
         | 
| 17 17 | 
             
                - - "~>"
         | 
| 18 18 | 
             
                  - !ruby/object:Gem::Version
         | 
| 19 | 
            -
                    version: '4. | 
| 19 | 
            +
                    version: '4.2'
         | 
| 20 20 | 
             
              type: :runtime
         | 
| 21 21 | 
             
              prerelease: false
         | 
| 22 22 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 23 23 | 
             
                requirements:
         | 
| 24 24 | 
             
                - - "~>"
         | 
| 25 25 | 
             
                  - !ruby/object:Gem::Version
         | 
| 26 | 
            -
                    version: '4. | 
| 26 | 
            +
                    version: '4.2'
         | 
| 27 27 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 28 28 | 
             
              name: kramdown
         | 
| 29 29 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -79,8 +79,8 @@ files: | |
| 79 79 | 
             
            - app/models/blogue/post.rb
         | 
| 80 80 | 
             
            - lib/blogue.rb
         | 
| 81 81 | 
             
            - lib/blogue/engine.rb
         | 
| 82 | 
            +
            - lib/blogue/kramdown_template_handler.rb
         | 
| 82 83 | 
             
            - lib/blogue/version.rb
         | 
| 83 | 
            -
            - lib/kramdown/converter/blogue.rb
         | 
| 84 84 | 
             
            - lib/tasks/blogue_tasks.rake
         | 
| 85 85 | 
             
            - test/dummy/README.rdoc
         | 
| 86 86 | 
             
            - test/dummy/Rakefile
         | 
| @@ -116,6 +116,10 @@ files: | |
| 116 116 | 
             
            - test/dummy/public/favicon.ico
         | 
| 117 117 | 
             
            - test/dummy/tmp/cache/assets/test/sprockets/88c7acce0f27ad4785c977981dcffdbd
         | 
| 118 118 | 
             
            - test/dummy/tmp/cache/assets/test/sprockets/f59336706d1f8f55cfacfc5e139dfd9a
         | 
| 119 | 
            +
            - test/dummy/tmp/cache/assets/test/sprockets/v3.0/5att9zsleS3-L2YWqjIgUgt_yvAEfbHkBuYWdGAMFQM.cache
         | 
| 120 | 
            +
            - test/dummy/tmp/cache/assets/test/sprockets/v3.0/6ydNEFqBu3UandhtBRFs2ldW_Mna2Yv05D60lzG3K2Y.cache
         | 
| 121 | 
            +
            - test/dummy/tmp/cache/assets/test/sprockets/v3.0/KdMqnHQH9u8AG6KXVie3ar7E-o5pu4aWWR6_v50pGUc.cache
         | 
| 122 | 
            +
            - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Uc2OKgIXy7cS1Gp3NmkcgAZVdEcG94xe-xe-nMg109k.cache
         | 
| 119 123 | 
             
            - test/fixtures/posts/assets/dogue.jpg
         | 
| 120 124 | 
             
            - test/fixtures/posts/code-block.md
         | 
| 121 125 | 
             
            - test/fixtures/posts/header-title.md
         | 
| @@ -144,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 144 148 | 
             
                  version: '0'
         | 
| 145 149 | 
             
            requirements: []
         | 
| 146 150 | 
             
            rubyforge_project: 
         | 
| 147 | 
            -
            rubygems_version: 2. | 
| 151 | 
            +
            rubygems_version: 2.4.5
         | 
| 148 152 | 
             
            signing_key: 
         | 
| 149 153 | 
             
            specification_version: 4
         | 
| 150 154 | 
             
            summary: Small static blog engine for Rails
         | 
| @@ -183,6 +187,10 @@ test_files: | |
| 183 187 | 
             
            - test/dummy/README.rdoc
         | 
| 184 188 | 
             
            - test/dummy/tmp/cache/assets/test/sprockets/88c7acce0f27ad4785c977981dcffdbd
         | 
| 185 189 | 
             
            - test/dummy/tmp/cache/assets/test/sprockets/f59336706d1f8f55cfacfc5e139dfd9a
         | 
| 190 | 
            +
            - test/dummy/tmp/cache/assets/test/sprockets/v3.0/5att9zsleS3-L2YWqjIgUgt_yvAEfbHkBuYWdGAMFQM.cache
         | 
| 191 | 
            +
            - test/dummy/tmp/cache/assets/test/sprockets/v3.0/6ydNEFqBu3UandhtBRFs2ldW_Mna2Yv05D60lzG3K2Y.cache
         | 
| 192 | 
            +
            - test/dummy/tmp/cache/assets/test/sprockets/v3.0/KdMqnHQH9u8AG6KXVie3ar7E-o5pu4aWWR6_v50pGUc.cache
         | 
| 193 | 
            +
            - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Uc2OKgIXy7cS1Gp3NmkcgAZVdEcG94xe-xe-nMg109k.cache
         | 
| 186 194 | 
             
            - test/fixtures/posts/assets/dogue.jpg
         | 
| 187 195 | 
             
            - test/fixtures/posts/code-block.md
         | 
| 188 196 | 
             
            - test/fixtures/posts/header-title.md
         | 
| @@ -191,4 +199,3 @@ test_files: | |
| 191 199 | 
             
            - test/integration/configuration_test.rb
         | 
| 192 200 | 
             
            - test/models/blogue/post_test.rb
         | 
| 193 201 | 
             
            - test/test_helper.rb
         | 
| 194 | 
            -
            has_rdoc: 
         |