Skip to content

Commit

Permalink
Redcarpet v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin850 committed Jun 5, 2015
1 parent 4099d27 commit 0811571
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## Version 3.3.0

* Fix the stripping of surrounding characters that should be removed
during anchor generation.

Expand Down
2 changes: 1 addition & 1 deletion lib/redcarpet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'redcarpet/compat'

module Redcarpet
VERSION = '3.2.0'
VERSION = '3.3.0'

class Markdown
attr_reader :renderer
Expand Down
6 changes: 4 additions & 2 deletions redcarpet.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# encoding: utf-8
Gem::Specification.new do |s|
s.name = 'redcarpet'
s.version = '3.2.0'
s.version = '3.3.0'
s.summary = "Markdown that smells nice"
s.description = 'A fast, safe and extensible Markdown to (X)HTML parser'
s.date = '2014-10-11'
s.date = '2015-06-05'
s.email = '[email protected]'
s.homepage = 'http://github.com/vmg/redcarpet'
s.authors = ["Natacha Porté", "Vicent Martí"]
Expand Down Expand Up @@ -43,11 +43,13 @@ Gem::Specification.new do |s|
redcarpet.gemspec
test/benchmark.rb
test/custom_render_test.rb
test/fixtures/benchmark.md
test/html5_test.rb
test/html_render_test.rb
test/html_toc_render_test.rb
test/markdown_test.rb
test/pathological_inputs_test.rb
test/redcarpet_bin_test.rb
test/redcarpet_compat_test.rb
test/safe_render_test.rb
test/smarty_html_test.rb
Expand Down

0 comments on commit 0811571

Please sign in to comment.