facade

facade 1.0.5

The facade pattern is a software engineering design pattern commonly used with object-oriented programming (OOP).In fact, the library wraps singleton methods from another classes as instance methods of the currently used class.What is new in this...

Getopt

Getopt 1.4.3 updated

It also brings a Getopt::Long class for more advanced command line parsing.What is new in this release:Now works with Ruby 1.9.x. Refactored the gemspec. Gem building code is now handled by Rake tasks. Refactored the Rakefile. Added a default task,...

HTML-table

HTML-table 1.4.1

This small tool will be very useful in implementing and generating design templates.What is new in this release:The HTML::Table constructor now accepts an optional hash of options. If present, they are treated as table attributes. Some Rakefile and...

IO-extra

IO-extra 1.2.8

The methods are IO.closefrom, IO.fdwalk, IO#directio? and IO#directio=.What is new in this release:Direct IO is now supported on Darwin, and some bugs in the directio methods have been fixed. Thanks go to Genki Takiuchi for the patches. Fixed a bug in...

proc-wait3

proc-wait3 1.7.2

In distribution running Ruby 1.8.4 or earlier, it also adds the getrlimit and setrlimit methods.What is new in this release:Explicitly check for and include sys/resource.h because Debian. What is new in version 1.5.5:Now compatible with Ruby...