summaryrefslogtreecommitdiff
path: root/databases/ruby-datamapper/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-01-26all: migrate homepages from http to httpsrillig1-11/+11
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2011-12-16Update ruby-datamapper to 1.2.0. (This is meta-gem package.)taca1-11/+11
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.taca1-11/+11
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.taca1-8/+15
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.
2008-09-16Revert ruby-datamapper to 0.3.2 previous commit, it wasn't completed.taca1-2/+2
2008-09-15Update ruby-datamapper package to 0.9.5.taca1-2/+2
No changes are available, please see http://www.datamapper.org/.
2008-06-22Update databases/ruby-datamapper pacakge to 0.3.2.taca1-2/+2
Changes are unknown.
2008-04-04Initial import of ruby18-datamapper-0.3.0 as databases/ruby-datamapper.jlam1-0/+16
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.