README.rdoc in facets-2.7.0 vs README.rdoc in facets-2.8.0

- old
+ new

@@ -1,10 +1,12 @@ = Ruby Facets - http://facets.rubyforge.com +* home: http://facets.rubyforge.com +* source: http://github.com/rubyworks/facets +* forum: http://groups.google.com/group/facets-universal - "ALL YOUR BASE ARE BELONG TO RUBY" +"ALL YOUR BASE ARE BELONG TO RUBY" == Introduction Ruby Facets is the single largest collection of general purpose method @@ -58,13 +60,13 @@ $ tar -xvzf facets-2.x.x.tar.gz $ cd facets-2.x.x $ sudo setup.rb -== Compatibility with 1.x series. +== Compatibility w/ 1.x -Prior to 2.0, Facets was divided between CORE and MORE --standalone extensions +Prior to 2.0, Facets was divided between CORE and MORE --core extensions vs. classes and modules, respectively. With 2.0, the notion of "CORE" has taken on a slightly different meaning. Instead CORE now consists of the libraries that are thought "essential" and as such are loaded automatically when using ++require "facets"++. While still primarily made up of extension methods, some modules and classes may now belong to core as well. @@ -74,13 +76,13 @@ Facets holds to the notion that the more we can reasonably integrate into a common foundation, directed toward general needs, the better that foundation will be able to serve the community. There are a number of advantages here: - * Better Code-reuse - * Collaborative Improvements - * Greater Name Consistency - * One-stop Shop and Installation +* Better Code-reuse +* Collaborative Improvements +* Greater Name Consistency +* One-stop Shop and Installation == Usage For information in usage, please see the special README for the specific