Skip to content

Commit

Permalink
Bump to version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Nov 15, 2010
1 parent 8af6d3c commit c121c3b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
@@ -1,5 +1,14 @@
2010-11-15 Loren Segal <lsegal@soen.ca>

* ChangeLog, README.md, lib/yard.rb, yard.gemspec: Bump to version 0.6.2

* spec/cli/server_spec.rb: Fix specs failing under 1.8.x due to unstub! call

* README.md, docs/GettingStarted.md: Tell users where to read information
about .yardopts

* ChangeLog, README.md: Update ChangeLog and summarize in README

* spec/server/commands/static_file_command_spec.rb: Fix failing specs due to
StaticFileCommand refactor and add new test cases

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,8 +8,8 @@ YARD: Yay! A Ruby Documentation Tool
**Contributors**: See Contributors section below
**Copyright**: 2007-2010
**License**: MIT License
**Latest Version**: 0.6.1 (codename "The Cubic")
**Release Date**: September 6th 2010
**Latest Version**: 0.6.2 (codename "White Picket Fences")
**Release Date**: November 15th 2010

Synopsis
--------
Expand Down
2 changes: 1 addition & 1 deletion lib/yard.rb
@@ -1,5 +1,5 @@
module YARD
VERSION = "0.6.1"
VERSION = "0.6.2"

# The root path for YARD source libraries
ROOT = File.expand_path(File.dirname(__FILE__))
Expand Down
2 changes: 1 addition & 1 deletion yard.gemspec
Expand Up @@ -9,7 +9,7 @@ SPEC = Gem::Specification.new do |s|
custom Ruby constructs such as custom class level definitions.
eof
s.version = YARD::VERSION
s.date = "2010-09-06"
s.date = "2010-11-15"
s.author = "Loren Segal"
s.email = "lsegal@soen.ca"
s.homepage = "http://yardoc.org"
Expand Down

0 comments on commit c121c3b

Please sign in to comment.