Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Jun 19, 2011
1 parent 618e696 commit 1a9faa3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
CHANGES
=======

0.8 (2011-06-19)
----------------

https://github.com/rtomayko/rocco/compare/0.7...0.8

0.7 (2011-05-22)
----------------

https://github.com/rtomayko/rocco/compare/0.6...0.7

0.6 (2011-03-05)
----------------

Expand Down
2 changes: 1 addition & 1 deletion lib/rocco.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# to `nil` (that is, Mustache will use `./lib/rocco/layout.mustache`)_.
#
class Rocco
VERSION = '0.7'
VERSION = '0.8'

def initialize(filename, sources=[], options={}, &block)
@file = filename
Expand Down
6 changes: 5 additions & 1 deletion rocco.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.7'
s.version = '0.8'
s.date = '2011-06-19'

s.description = "Docco in Ruby"
Expand All @@ -25,6 +25,7 @@ Gem::Specification.new do |s|
Rakefile
bin/rocco
lib/rocco.rb
lib/rocco/comment_styles.rb
lib/rocco/layout.mustache
lib/rocco/layout.rb
lib/rocco/tasks.rb
Expand All @@ -34,10 +35,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
Expand Down

0 comments on commit 1a9faa3

Please sign in to comment.