diff options
-rw-r--r-- | databases/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index 673076fdd97..164a99ecab9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.166 2005/03/25 21:39:52 kim Exp $ +# $NetBSD: Makefile,v 1.167 2005/04/10 04:48:09 minskim Exp $ # COMMENT= Databases @@ -142,6 +142,7 @@ SUBDIR+= ruby-DBD-mysql SUBDIR+= ruby-DBD-postgresql SUBDIR+= ruby-DBD-sqlite SUBDIR+= ruby-DBI +SUBDIR+= ruby-activerecord SUBDIR+= ruby-dbm SUBDIR+= ruby-gdbm SUBDIR+= ruby-mysql diff --git a/doc/CHANGES b/doc/CHANGES index 4cec5a4909f..f723f7e7700 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9809 2005/04/10 04:16:47 minskim Exp $ +$NetBSD: CHANGES,v 1.9810 2005/04/10 04:48:09 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -1967,3 +1967,4 @@ Changes to the packages collection and infrastructure in 2005: Added ruby-activesupport-1.0.3 [minskim 2005-04-10] Added ruby-actionpack-1.7.0 [minskim 2005-04-10] Updated ruby-actionmailer to 0.8.1nb1 [minskim 2005-04-10] + Added ruby-activerecord-1.9.1 [minskim 2005-04-10] |