RedCloth 4.2.0-universal-java → 4.2.1-universal-java
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.
Potentially problematic release.
This version of RedCloth might be problematic. Click here for more details.
- data/CHANGELOG +5 -1
- data/RedCloth.gemspec +4 -4
- data/lib/redcloth/version.rb +1 -1
- data/lib/redcloth_scan.jar +0 -0
- data/spec/fixtures/basic.yml +3 -3
- metadata +4 -4
    
        data/CHANGELOG
    CHANGED
    
    
    
        data/RedCloth.gemspec
    CHANGED
    
    | @@ -2,14 +2,14 @@ | |
| 2 2 |  | 
| 3 3 | 
             
            Gem::Specification.new do |s|
         | 
| 4 4 | 
             
              s.name = %q{RedCloth}
         | 
| 5 | 
            -
              s.version = "4.2. | 
| 5 | 
            +
              s.version = "4.2.1"
         | 
| 6 6 | 
             
              s.platform = %q{universal-java}
         | 
| 7 7 |  | 
| 8 8 | 
             
              s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
         | 
| 9 9 | 
             
              s.authors = ["Jason Garber"]
         | 
| 10 | 
            -
              s.date = %q{2009-06- | 
| 10 | 
            +
              s.date = %q{2009-06-16}
         | 
| 11 11 | 
             
              s.default_executable = %q{redcloth}
         | 
| 12 | 
            -
              s.description = %q{RedCloth-4.2. | 
| 12 | 
            +
              s.description = %q{RedCloth-4.2.1 - Textile parser for Ruby.
         | 
| 13 13 | 
             
            http://redcloth.org/}
         | 
| 14 14 | 
             
              s.email = %q{redcloth-upwards@rubyforge.org}
         | 
| 15 15 | 
             
              s.executables = ["redcloth"]
         | 
| @@ -21,7 +21,7 @@ http://redcloth.org/} | |
| 21 21 | 
             
              s.required_ruby_version = Gem::Requirement.new(">= 1.8.4")
         | 
| 22 22 | 
             
              s.rubyforge_project = %q{redcloth}
         | 
| 23 23 | 
             
              s.rubygems_version = %q{1.3.3}
         | 
| 24 | 
            -
              s.summary = %q{RedCloth-4.2. | 
| 24 | 
            +
              s.summary = %q{RedCloth-4.2.1 - Textile parser for Ruby. http://redcloth.org/}
         | 
| 25 25 |  | 
| 26 26 | 
             
              if s.respond_to? :specification_version then
         | 
| 27 27 | 
             
                current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
         | 
    
        data/lib/redcloth/version.rb
    CHANGED
    
    
    
        data/lib/redcloth_scan.jar
    CHANGED
    
    | Binary file | 
    
        data/spec/fixtures/basic.yml
    CHANGED
    
    | @@ -341,13 +341,13 @@ name: style span | |
| 341 341 | 
             
            desc: This way, you can apply style settings, as described in the next section to arbitrary phrases.
         | 
| 342 342 | 
             
            in: |-
         | 
| 343 343 | 
             
              I'm %{color:red}unaware%
         | 
| 344 | 
            -
              of most soft drinks | 
| 344 | 
            +
              of most %{font-size:0.5em;}soft drinks%.
         | 
| 345 345 | 
             
            html: |-
         | 
| 346 346 | 
             
              <p>I’m <span style="color:red;">unaware</span><br />
         | 
| 347 | 
            -
              of most soft drinks | 
| 347 | 
            +
              of most <span style="font-size:0.5em;">soft drinks</span>.</p>
         | 
| 348 348 | 
             
            lite_mode_html: |-
         | 
| 349 349 | 
             
              I’m <span style="color:red;">unaware</span><br />
         | 
| 350 | 
            -
              of most soft drinks | 
| 350 | 
            +
              of most <span style="font-size:0.5em;">soft drinks</span>.
         | 
| 351 351 | 
             
            ---
         | 
| 352 352 | 
             
            name: percent sign
         | 
| 353 353 | 
             
            desc: though percent signs indicate a span, they shouldn't be overly greedy.
         | 
    
        metadata
    CHANGED
    
    | @@ -5,9 +5,9 @@ homepage: http://redcloth.org | |
| 5 5 | 
             
            executables: 
         | 
| 6 6 | 
             
            - redcloth
         | 
| 7 7 | 
             
            version: !ruby/object:Gem::Version 
         | 
| 8 | 
            -
              version: 4.2. | 
| 8 | 
            +
              version: 4.2.1
         | 
| 9 9 | 
             
            post_install_message: 
         | 
| 10 | 
            -
            date: 2009-06- | 
| 10 | 
            +
            date: 2009-06-16 04:00:00 +00:00
         | 
| 11 11 | 
             
            files: 
         | 
| 12 12 | 
             
            - bin/redcloth
         | 
| 13 13 | 
             
            - CHANGELOG
         | 
| @@ -77,7 +77,7 @@ cert_chain: [] | |
| 77 77 | 
             
            name: RedCloth
         | 
| 78 78 | 
             
            has_rdoc: true
         | 
| 79 79 | 
             
            platform: universal-java
         | 
| 80 | 
            -
            summary: RedCloth-4.2. | 
| 80 | 
            +
            summary: RedCloth-4.2.1 - Textile parser for Ruby. http://redcloth.org/
         | 
| 81 81 | 
             
            default_executable: 
         | 
| 82 82 | 
             
            bindir: bin
         | 
| 83 83 | 
             
            licenses: []
         | 
| @@ -104,7 +104,7 @@ test_files: [] | |
| 104 104 | 
             
            dependencies: []
         | 
| 105 105 |  | 
| 106 106 | 
             
            description: |-
         | 
| 107 | 
            -
              RedCloth-4.2. | 
| 107 | 
            +
              RedCloth-4.2.1 - Textile parser for Ruby.
         | 
| 108 108 | 
             
              http://redcloth.org/
         | 
| 109 109 | 
             
            email: redcloth-upwards@rubyforge.org
         | 
| 110 110 | 
             
            authors: 
         |