Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-16 | Update ruby-transaction-simple to 1.4.0.2. | taca | 3 | -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-12 | Add dependency to hoe package due to rubygems. | taca | 1 | -2/+4 | |
Bump PKGREVISION. | |||||
2010-09-10 | * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. | taca | 2 | -16/+6 | |
* Add LICENSE. * Ajust new ruby package's framework. * Update dependency according to gemspec. Bump PKGREVISION. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -7/+1 | |
2008-08-15 | Add RubyForge's project page as HOMEPAGE. | taca | 1 | -1/+2 | |
2008-04-04 | Initial import of ruby18-transaction-simple-1.4.0 as | jlam | 4 | -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). |