From bb7c5dd3f38902ed4b7b06a02f9795bb6c3c55ec Mon Sep 17 00:00:00 2001 From: Ryan Tomayko Date: Sun, 22 May 2011 20:44:22 -0700 Subject: [PATCH] 0.7 release --- lib/rocco.rb | 2 +- rocco.gemspec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/rocco.rb b/lib/rocco.rb index 035f944..d505691 100644 --- a/lib/rocco.rb +++ b/lib/rocco.rb @@ -73,7 +73,7 @@ end # to `nil` (that is, Mustache will use `./lib/rocco/layout.mustache`)_. # class Rocco - VERSION = '0.6' + VERSION = '0.7' def initialize(filename, sources=[], options={}, &block) @file = filename diff --git a/rocco.gemspec b/rocco.gemspec index 168e798..392c052 100644 --- a/rocco.gemspec +++ b/rocco.gemspec @@ -3,8 +3,8 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.name = 'rocco' - s.version = '0.6' - s.date = '2011-03-05' + s.version = '0.7' + s.date = '2011-05-22' s.description = "Docco in Ruby" s.summary = s.description @@ -29,10 +29,13 @@ Gem::Specification.new do |s| test/helper.rb test/suite.rb test/test_basics.rb + test/test_block_comment_styles.rb test/test_block_comments.rb test/test_comment_normalization.rb test/test_commentchar_detection.rb test/test_descriptive_section_names.rb + test/test_docblock_annotations.rb + test/test_heredoc.rb test/test_language_detection.rb test/test_reported_issues.rb test/test_skippable_lines.rb