Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Aug 20, 2009
1 parent c0cf009 commit 5fc330b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Better is a collection of better replacements Ruby standard libraries. The versions shipped with Ruby have problems, which this library intends to fix. It is my wish that this code will one day find its way back to upstream Ruby.

* Github: http://github.com/FooBarWidget/better/tree/master
* API documentation: http://better.rubyforge.org/

== Usage

All of the libraries in Better are drop-in replacement and have the exact same API as the original, and work on both Ruby 1.8 and 1.9. For example, instead of
Expand Down
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ Rake::TestTask.new do |t|
t.test_files = FileList['test/*_test.rb']
t.verbose = true
end

desc "Upload documentation to Rubyforge"
task :upload => :rdoc do
sh "scp -r doc/* rubyforge.org:/var/www/gforge-projects/better/"
end

0 comments on commit 5fc330b

Please sign in to comment.