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

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

file-find

file-find 0.3.9 updated

Find-elem can be used for searching files on a system. Because it's modeled after the standard UNIX command 'find', a lot more search options are available.What is new in this release:Removed all references to the Etc module since the...

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

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