summaryrefslogtreecommitdiff
path: root/databases/ruby-datamapper
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. 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.
2011-12-16Update ruby-datamapper to 1.2.0. (This is meta-gem package.)taca3-17/+17
This release is focused on bug fixes, performance improvements, internal refactoring and Rails 3.1 compatibility. Please give it a try and in case of any issues please report them on Github.
2011-06-19Update ruby-dm-core pacakge to 1.1.0.taca2-15/+15
DataMapper 1.1.0 released I¡Çm pleased to announce that we have released DataMapper 1.1. This has been one of the most enjoyable releases in recent memory. The community rallied together and compared to the previous release we had at least 3-4x more people submitting patches and working together to get this release ready. DataMapper 1.1 brings several minor API changes, warranting the minor version bump, and closes 52 tickets in Lighthouse. There have been many performance improvements, some closing bottlenecks that result in as much as a 20x speedup from the 1.0.2 behaviour. As part of the bug fixing process we¡Çve refactored some of the objects we use internally to group relationships and dependencies and removed methods and classes that were deprecated in 1.0. For more changes in detail, please refer: http://datamapper.org/articles/datamapper-110-released.html.
2010-09-23Correct HOMEPAGE; www.datamapper.org isn't exist but datamapper.org.taca1-2/+2
2010-09-12Update ruby-datamapper package to 1.0.2.taca5-213/+43
Now ruby-datamapper is a "meta-gem" package like a meta-package in pkgsrc. * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. * Update dependency according to gemspec.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-30/+1
2008-09-16Revert ruby-datamapper to 0.3.2 previous commit, it wasn't completed.taca2-6/+6
2008-09-15Update ruby-datamapper package to 0.9.5.taca2-6/+6
No changes are available, please see http://www.datamapper.org/.
2008-06-22Update databases/ruby-datamapper pacakge to 0.3.2.taca2-6/+6
Changes are unknown.
2008-04-04Initial import of ruby18-datamapper-0.3.0 as databases/ruby-datamapper.jlam5-0/+251
DataMapper is a Object Relational Mapper written in Ruby. The goal is to create an ORM which is fast, thread-safe and feature-rich with ActiveRecord-compatibility.