README.rdoc in boson-0.2.3 vs README.rdoc in boson-0.2.4

- old
+ new

@@ -1,12 +1,12 @@ +To read a linkable version of this README, {see here}[http://tagaholic.me/boson/doc/]. + == Description A command/task framework similar to rake and thor that opens your ruby universe to the commandline and irb. For my libraries that use this, see {irbfiles}[http://github.com/cldwalker/irbfiles]. -Works with Ruby 1.8.6 and 1.9.1. +Works with all major ruby versions. -Note: To read a linkable version of this README, {see here}[http://tagaholic.me/boson/doc/]. - == 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). * Libraries * can be written in plain ruby which allows for easy testing and use independent of boson (Boson::FileLibrary). @@ -159,10 +159,10 @@ * http://tagaholic.me/2009/10/15/boson-and-hirb-interactions.html * http://tagaholic.me/2009/10/19/how-boson-enhances-your-irb-experience.html == Acknowledgements Boson stands on the shoulders of these people and their ideas: -* Yehuda Katz for inspiring me with Thor's power and elegant design -* Yehuda Katz and Daniel Berger for an awesome option parser (Boson::OptionParser) +* Yehuda Katz for inspiring me with Thor and its awesome option parser (Boson::OptionParser). +* Daniel Berger for his original work on thor's awesome option parser. * Dave Thomas for scraping a method's comments (Boson::CommentInspector) * Mauricio Fernandez for scraping a method's arguments (Boson::ArgumentInspector) -* Chris Wanstrath for inspiring Boson's libraries with Rip's packages. +* Chris Wanstrath for inspiring Boson's libraries with Rip's packages. \ No newline at end of file