Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Getting ready for the next release.
  • Loading branch information
TwP committed Jun 2, 2008
1 parent 81771df commit 73a7c84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions History.txt
@@ -1,3 +1,5 @@
== 0.9.0 / 2008-06-

== 0.8.3 / 2008-06-02 == 0.8.3 / 2008-06-02


* 2 major enhancements * 2 major enhancements
Expand Down
7 changes: 3 additions & 4 deletions Rakefile
Expand Up @@ -15,7 +15,7 @@ PROJ.url = 'http://webby.rubyforge.org/'
PROJ.description = paragraphs_of('README.txt', 3).join("\n\n") PROJ.description = paragraphs_of('README.txt', 3).join("\n\n")
PROJ.rubyforge.name = 'webby' PROJ.rubyforge.name = 'webby'
PROJ.version = Webby::VERSION PROJ.version = Webby::VERSION
PROJ.release_name = 'Teetering Toddler' PROJ.release_name = 'TODO'


PROJ.ruby_opts = %w[-W0] PROJ.ruby_opts = %w[-W0]
PROJ.exclude << %w(^examples/[^/]+/output ^tasks/archive ^tags$) PROJ.exclude << %w(^examples/[^/]+/output ^tasks/archive ^tags$)
Expand All @@ -34,9 +34,8 @@ PROJ.ann.email[:port] = 587
PROJ.ann.text = <<-ANN PROJ.ann.text = <<-ANN
== FUN FACT == FUN FACT
La Paz, the capital city of Bolivia, is the highest capital in the TODO
world at over 17,000 feet (5,181 m).
== POST SCRIPT == POST SCRIPT
Visit the Webby forum to chat with other Webby-Heads: Visit the Webby forum to chat with other Webby-Heads:
Expand Down
2 changes: 1 addition & 1 deletion lib/webby.rb
Expand Up @@ -18,7 +18,7 @@
module Webby module Webby


# :stopdoc: # :stopdoc:
VERSION = '0.8.3' # :nodoc: VERSION = '0.9.0' # :nodoc:
LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
# :startdoc: # :startdoc:
Expand Down

0 comments on commit 73a7c84

Please sign in to comment.