0.7 release

This commit is contained in:
Ryan Tomayko 2011-05-22 20:44:22 -07:00
parent 3e9a14e896
commit bb7c5dd3f3
2 changed files with 6 additions and 3 deletions

View File

@ -73,7 +73,7 @@ end
# to `nil` (that is, Mustache will use `./lib/rocco/layout.mustache`)_. # to `nil` (that is, Mustache will use `./lib/rocco/layout.mustache`)_.
# #
class Rocco class Rocco
VERSION = '0.6' VERSION = '0.7'
def initialize(filename, sources=[], options={}, &block) def initialize(filename, sources=[], options={}, &block)
@file = filename @file = filename

View File

@ -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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.name = 'rocco' s.name = 'rocco'
s.version = '0.6' s.version = '0.7'
s.date = '2011-03-05' s.date = '2011-05-22'
s.description = "Docco in Ruby" s.description = "Docco in Ruby"
s.summary = s.description s.summary = s.description
@ -29,10 +29,13 @@ Gem::Specification.new do |s|
test/helper.rb test/helper.rb
test/suite.rb test/suite.rb
test/test_basics.rb test/test_basics.rb
test/test_block_comment_styles.rb
test/test_block_comments.rb test/test_block_comments.rb
test/test_comment_normalization.rb test/test_comment_normalization.rb
test/test_commentchar_detection.rb test/test_commentchar_detection.rb
test/test_descriptive_section_names.rb test/test_descriptive_section_names.rb
test/test_docblock_annotations.rb
test/test_heredoc.rb
test/test_language_detection.rb test/test_language_detection.rb
test/test_reported_issues.rb test/test_reported_issues.rb
test/test_skippable_lines.rb test/test_skippable_lines.rb