Skip to content

Commit

Permalink
Redcarpet v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robin850 committed Dec 25, 2015
1 parent 86c19fb commit 3b3e47f
Show file tree
Hide file tree
Showing 3 changed files with 5 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.4

* Fix `bufprintf` to correctly work on Windows MinGW-w64 so strings
are properly written to the buffer.

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.3.3'
VERSION = '3.3.4'

class Markdown
attr_reader :renderer
Expand Down
4 changes: 2 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.3.3'
s.version = '3.3.4'
s.summary = "Markdown that smells nice"
s.description = 'A fast, safe and extensible Markdown to (X)HTML parser'
s.date = '2015-09-24'
s.date = '2015-12-25'
s.email = 'vicent@github.com'
s.homepage = 'http://github.com/vmg/redcarpet'
s.authors = ["Natacha Porté", "Vicent Martí"]
Expand Down

0 comments on commit 3b3e47f

Please sign in to comment.