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...

net-ping

net-ping 1.7.6

It works with both TCP and UDP packets.Features:Ping::TCP Ping::UDP Ping::External Ping::HTTP Ping::ICMP Ping::WMI What is new in this release:Changed TCP handling yet again, as it was returning false positives. What is new in version 1.7.4:Remove the...

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...

ptools

ptools 1.3.3 updated

The additional features where inspired from Unix command line tools.What is new in this release:The File.binary method now always returns false for images. It is meant to detect executables, shared objects, etc. Use File.image? to detect images. Encoding...

Union

Union 1.0.5 updated

A "union declaration" specifies a set of variable values and, optionally, a tag naming the union. The variable values are called "members" of the union and can have different types. Unions are similar to "variant records" in other languages.What is new in...