summaryrefslogtreecommitdiff
path: root/misc/ruby-transaction-simple
AgeCommit message (Collapse)AuthorFilesLines
2012-09-16Update ruby-transaction-simple to 1.4.0.2.taca3-18/+17
== 1.4.0.2 / 2012-06-20 * Bookkeeping release that fixes install in scenarios where the RubyGem indicated it had a runtime dependency on hoe. Thanks to Michael Grosser (https://github.com/grosser) for the inspiration. * Marked all files as UTF-8. == 1.4.0.1 / 2007-10-01 * Fixed a simple bug with the #transaction method handling.
2011-08-12Add dependency to hoe package due to rubygems.taca1-2/+4
Bump PKGREVISION.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-16/+6
* Add LICENSE. * Ajust new ruby package's framework. * Update dependency according to gemspec. Bump PKGREVISION.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-7/+1
2008-08-15Add RubyForge's project page as HOMEPAGE.taca1-1/+2
2008-04-04Initial import of ruby18-transaction-simple-1.4.0 asjlam4-0/+56
misc/ruby-transaction-simple. Transaction::Simple provides a generic way to add active transaction support to objects. The transaction methods added by this module will work with most objects, excluding those that cannot be Marshal-ed (bindings, procedure objects, IO instances, or singleton objects).