diff --git a/History.txt b/History.txt index 25e43ab..2570d17 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,5 @@ +== 0.9.0 / 2008-06- + == 0.8.3 / 2008-06-02 * 2 major enhancements diff --git a/Rakefile b/Rakefile index 6009210..9a549fe 100644 --- a/Rakefile +++ b/Rakefile @@ -15,7 +15,7 @@ PROJ.url = 'http://webby.rubyforge.org/' PROJ.description = paragraphs_of('README.txt', 3).join("\n\n") PROJ.rubyforge.name = 'webby' PROJ.version = Webby::VERSION -PROJ.release_name = 'Teetering Toddler' +PROJ.release_name = 'TODO' PROJ.ruby_opts = %w[-W0] PROJ.exclude << %w(^examples/[^/]+/output ^tasks/archive ^tags$) @@ -34,9 +34,8 @@ PROJ.ann.email[:port] = 587 PROJ.ann.text = <<-ANN == FUN FACT -La Paz, the capital city of Bolivia, is the highest capital in the -world at over 17,000 feet (5,181 m). - +TODO + == POST SCRIPT Visit the Webby forum to chat with other Webby-Heads: diff --git a/lib/webby.rb b/lib/webby.rb index 33e0e04..23cc2fb 100644 --- a/lib/webby.rb +++ b/lib/webby.rb @@ -18,7 +18,7 @@ module Webby # :stopdoc: - VERSION = '0.8.3' # :nodoc: + VERSION = '0.9.0' # :nodoc: LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR # :startdoc: