README.rdoc in boson-0.4.0 vs README.rdoc in boson-1.0.0

- old
+ new

@@ -7,12 +7,12 @@ libraries to be written as plain ruby. For my libraries that use this, see {irbfiles}[http://github.com/cldwalker/irbfiles]. Works with all major ruby versions. == UPDATE Boson 0.4.x will be the last 1.8 compatible version. -Boson 0.5 will be a rewrite compatible with only 1.9. Work is going on in {boson2 +Boson 1.0 will be a rewrite compatible with only 1.9. Work is going on in {boson2 branch}[https://github.com/cldwalker/boson/tree/boson2]. The goal of boson2 is to have a slimmer -core, move everything else {to plugins}[https://github.com/cldwalker/boson-all] +core, move everything else {to plugins}[https://github.com/cldwalker/boson-more] and to allow gems to use boson to make executables like thor. == Features * Simple organization: Commands are just methods on an object (default is main) and command libraries are just modules. * Commands are accessible from the commandline (Boson::BinRunner) or irb (Boson::ConsoleRunner).