Skip to content

Commit

Permalink
Redcarpet v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattr- committed Jul 9, 2013
1 parent abc48c7 commit 8ad956d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.0.0

* Remove support for Ruby 1.8.x *Matt Rogers & Robin Dupret*

* Avoid escaping for HTML comments *Robin Dupret*
Expand Down
2 changes: 1 addition & 1 deletion lib/redcarpet.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'redcarpet.so'

module Redcarpet
VERSION = '2.3.0'
VERSION = '3.0.0'

class Markdown
attr_reader :renderer
Expand Down
6 changes: 3 additions & 3 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 = '2.3.0'
s.version = '3.0.0'
s.summary = "Markdown that smells nice"
s.description = 'A fast, safe and extensible Markdown to (X)HTML parser'
s.date = '2013-05-22'
s.date = '2013-07-09'
s.email = '[email protected]'
s.homepage = 'http://github.com/vmg/redcarpet'
s.authors = ["Natacha Porté", "Vicent Martí"]
Expand Down Expand Up @@ -57,7 +57,7 @@ Gem::Specification.new do |s|
s.executables = ["redcarpet"]
s.require_paths = ["lib"]

s.add_development_dependency "nokogiri", "~> 1.6.O"
s.add_development_dependency "nokogiri", "~> 1.6.0"

This comment has been minimized.

Copy link
@robin850

robin850 Jul 9, 2013

Collaborator

Nice catch, sorry about that!

s.add_development_dependency "rake-compiler", "~> 0.8.3"
s.add_development_dependency "test-unit", "~> 2.5.4"
s.add_development_dependency "bluecloth", "~> 2.2.0"
Expand Down

0 comments on commit 8ad956d

Please sign in to comment.