ruby-feedparser 0.10.0 → 0.11.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/lib/feedparser/html-output.rb +11 -1
- data/lib/feedparser/version.rb +1 -1
- metadata +7 -7
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: '09a6faaf07007f6b349f2655b4e113d5e2603ebb511335860aa04c7b731710bd'
         | 
| 4 | 
            +
              data.tar.gz: d8ae04113897d7fec060c875c2989e20d6d77e5c9b29a95403557054baa2242a
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 20d3c60812c4a56ef287e9fbf797e283451f6f045fdf368cc9d8e8689f88251ea9e26e53ca91666a46e73f073bd6b05cc1e7c21a6adc89e67d278b0a1176d097
         | 
| 7 | 
            +
              data.tar.gz: d0375bf45d0dfd6fa47408b9135ed6e30af4d031e06085ade50b3c2c85060e4c3cd9c0cefe6c7292cb516ed73e0e11f8001786097fc28fc14f6358f7c465f92d
         | 
| @@ -5,10 +5,20 @@ module FeedParser | |
| 5 5 | 
             
              STYLESHEET = <<~EOF
         | 
| 6 6 | 
             
              <style type="text/css">
         | 
| 7 7 | 
             
              body {
         | 
| 8 | 
            -
                margin:  | 
| 8 | 
            +
                margin: 1em auto;
         | 
| 9 | 
            +
                padding: 0px 1em;
         | 
| 9 10 | 
             
                max-width: 960px;
         | 
| 10 11 | 
             
              }
         | 
| 11 12 |  | 
| 13 | 
            +
              img {
         | 
| 14 | 
            +
                max-width: 100%;
         | 
| 15 | 
            +
                height: auto;
         | 
| 16 | 
            +
              }
         | 
| 17 | 
            +
             | 
| 18 | 
            +
              figure {
         | 
| 19 | 
            +
                margin: 0px;
         | 
| 20 | 
            +
              }
         | 
| 21 | 
            +
             | 
| 12 22 | 
             
              table.header {
         | 
| 13 23 | 
             
                margin-bottom: 1em;
         | 
| 14 24 | 
             
              }
         | 
    
        data/lib/feedparser/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: ruby-feedparser
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.11.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Lucas Nussbaum
         | 
| 8 8 | 
             
            autorequire: feedparser
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date:  | 
| 11 | 
            +
            date: 2023-02-11 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: magic
         | 
| @@ -25,7 +25,7 @@ dependencies: | |
| 25 25 | 
             
                  - !ruby/object:Gem::Version
         | 
| 26 26 | 
             
                    version: '0'
         | 
| 27 27 | 
             
            description: Ruby library to parse ATOM and RSS feeds
         | 
| 28 | 
            -
            email: | 
| 28 | 
            +
            email:
         | 
| 29 29 | 
             
            executables: []
         | 
| 30 30 | 
             
            extensions: []
         | 
| 31 31 | 
             
            extra_rdoc_files: []
         | 
| @@ -56,10 +56,10 @@ files: | |
| 56 56 | 
             
            - test/tc_textwrappedoutput.rb
         | 
| 57 57 | 
             
            - test/ts_feedparser.rb
         | 
| 58 58 | 
             
            - tools/doctoweb.bash
         | 
| 59 | 
            -
            homepage: | 
| 59 | 
            +
            homepage:
         | 
| 60 60 | 
             
            licenses: []
         | 
| 61 61 | 
             
            metadata: {}
         | 
| 62 | 
            -
            post_install_message: | 
| 62 | 
            +
            post_install_message:
         | 
| 63 63 | 
             
            rdoc_options: []
         | 
| 64 64 | 
             
            require_paths:
         | 
| 65 65 | 
             
            - lib
         | 
| @@ -75,8 +75,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 75 75 | 
             
                  version: '0'
         | 
| 76 76 | 
             
            requirements:
         | 
| 77 77 | 
             
            - none
         | 
| 78 | 
            -
            rubygems_version: 3. | 
| 79 | 
            -
            signing_key: | 
| 78 | 
            +
            rubygems_version: 3.3.15
         | 
| 79 | 
            +
            signing_key:
         | 
| 80 80 | 
             
            specification_version: 4
         | 
| 81 81 | 
             
            summary: Ruby library to parse ATOM and RSS feeds
         | 
| 82 82 | 
             
            test_files: []
         |