summaryrefslogtreecommitdiff
path: root/misc/ruby-transaction-simple
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-26Avoid using rubyforge.org since it stopped most of services.taca1-2/+2
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).