Sha256: 88d1ad8921ca17a8e6c1f66f50eb757bf6b7e5c2fcce90364e0b85e8022578a6
Contents?: true
Size: 1.46 KB
Versions: 7
Compression:
Stored size: 1.46 KB
Contents
Hi-- Ruby Facets 0.6.3 is now out. This version adds some new methods (as usual). But the biggest news is that Facets is now avaialble via RubyGems. To install simply run 'gem install facets'. Here's a rundown of the ChangeLog for 0.6.3: * Added kernel/require_all which allows one to require a pattern of files, making it easy to require every file in a directory. * Added hash/traverse and hash/traverse!, which takes a block and iterates over each key-value pair descending into subhash values and applying the block. Thanks goes to Ara T. Howard and robert for their help. * Changed enumerable/build_hash to enumerable/graph. The method #build_hash has been aliased to #graph for the time being for backward compatability. * Added hash/collect. This uses enumerable/graph so that hash/collect will return a hash rather then an array. * Added numeric/before and numeric/after in place of #ago and #since and aliased #ago and #since to them, per the suggestions of Francis Hwang. * Added "poor man's profiler", time/elapse. Credit goes to Hal Fulton. * Added array/last_index. Thanks goes to Jabari. If you have any extension methods that you use and think may be of benefit to others, please submit them. And, of course, please let me know if you come across any bugs. You can contact me either privately or via ruby-talk, or via the Ruby Muse mailing list, suby-ruby at berlios.de (membership required). http://rubyforge.org/mailman/listinfo/calibre-cuts Thanks, T.
Version data entries
7 entries across 7 versions & 1 rubygems