Skip to content

Commit

Permalink
1.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Mar 8, 2010
1 parent 18a055d commit b61a5b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rdiscount.rb
Expand Up @@ -24,7 +24,7 @@
# end
#
class RDiscount
VERSION = '1.5.8.1'
VERSION = '1.6.3'

# Original Markdown formatted text.
attr_reader :text
Expand Down
4 changes: 3 additions & 1 deletion rdiscount.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'rdiscount'
s.version = '1.5.8.1'
s.version = '1.6.3'
s.summary = "Fast Implementation of Gruber's Markdown in C"
s.date = '2010-03-08'
s.email = 'r@tomayko.com'
Expand All @@ -15,11 +15,13 @@ Gem::Specification.new do |s|
bin/rdiscount
ext/Csio.c
ext/amalloc.h
ext/basename.c
ext/config.h
ext/css.c
ext/cstring.h
ext/docheader.c
ext/dumptree.c
ext/emmatch.c
ext/extconf.rb
ext/generate.c
ext/markdown.c
Expand Down

0 comments on commit b61a5b3

Please sign in to comment.