ruby-sequenced
generate scoped sequential IDs for ActiveRecord models
This library provides an `acts_as_sequenced` macro that automatically assigns
a unique, sequential ID to each record. The sequential ID is not a replacement
for the database primary key, but rather adds another way to
retrieve the object without exposing the primary key.
libhibernate-commons-annotations-java
Hibernate Commons Annotations
Hibernate, like all other object/relational mapping tools, requires
metadata that governs the transformation of data from one
representation to the other (and vice versa). As an option, you can
now use JDK 5.0 annotations for object/relational mapping with
Hibernate 3.2. You can use annotations in addition to or as a
replacement of XML mapping metadata.
libpam-encfs
PAM module to automatically mount encfs filesystems on login
This PAM module integrates encfs and PAM, so home directories are
automatically mounted on login. EncFS provides an encrypted filesystem in
user-space, this PAM module easily allow each user to have an encrypted home,
and mount it automatically using its login password as encfs password.
ruby-simple-po-parser
Simple PO file to ruby hash parser
This is a simple PO file to ruby hash parser, which complies with GNU PO file
specification. Tested with the msgcat (GNU gettext-tools) 0.18.3 tool.
ruby-uri-template
templating system for URIs
A templating system for URIs, which implements RFC6570 and Colon based
URITemplates in a clean and straight forward way.
ruby-wait-for-it
Stop sleeping in your tests, instead wait for it
Make your complicated integration tests more deterministic with wait for it.