From transfire at gmail.com Sat Sep 27 15:39:25 2008 From: transfire at gmail.com (7rans) Date: Sat, 27 Sep 2008 12:39:25 -0700 (PDT) Subject: [Tigerops-community] Welcome Message-ID: <51001d7c-a18b-4c27-9ffe-6d7d5348fb0f@p25g2000hsf.googlegroups.com> Welcome to the Tiger Ops mailing list. To learn more about Tiger Ops please visit our website at: http://tigerops.org This list provides a discussion forum for all project's manged by Tiger Ops. These include: Facets Reap Ratch Clio Folio XDG among a number of others.* (*Also Facets but it has it's own mailing list.) From transfire at gmail.com Sat Sep 27 15:43:16 2008 From: transfire at gmail.com (7rans) Date: Sat, 27 Sep 2008 12:43:16 -0700 (PDT) Subject: [Tigerops-community] English 0.3.0 Message-ID: English 0.3.0 is out! This new version provides two awesome improvements. English's Inflect performance has been greatly improved. Inflect had used sorting and a comparision loop to find matches for singular and plural conversions. Now it uses a single Regexp which handles all the matching grunt work on it's own and provides a 10x performance gain! Thanks goes to Wycats for this superb work on this. English has also gained a new Style module which extends the String class. This mixin provides an assortment of String alteration methods such as titlecase, jumble, pathize, etc; all the ones you would expect and then some. Changes: == 0.3.0 / 2008-09-27 * 2 Major Enhancements * Inflect uses Regexp for 10x speed improvement. * Style module extends String to provide stylization methods. * 1 Minor Enhancements * dresner.rb and jumble.rb will be deprecated. From transfire at gmail.com Sun Sep 28 14:30:06 2008 From: transfire at gmail.com (7rans) Date: Sun, 28 Sep 2008 11:30:06 -0700 (PDT) Subject: [Tigerops-community] English 0.3.0 In-Reply-To: References: Message-ID: Heads up. There was a misconfiguration in the gem that caused version 0.3.0 not to install. Just released version 0.3.1 that fixes this.