summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/activemodel')
-rw-r--r--dev-ruby/activemodel/ChangeLog5
-rw-r--r--dev-ruby/activemodel/activemodel-3.0.3.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-ruby/activemodel/ChangeLog b/dev-ruby/activemodel/ChangeLog
index 017b6884428d..3b7d70fe599d 100644
--- a/dev-ruby/activemodel/ChangeLog
+++ b/dev-ruby/activemodel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activemodel
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.3 2010/12/04 19:58:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.4 2010/12/28 13:48:56 graaff Exp $
+
+ 28 Dec 2010; Hans de Graaff <graaff@gentoo.org> activemodel-3.0.3.ebuild:
+ Install proper gemspec.
04 Dec 2010; Hans de Graaff <graaff@gentoo.org> activemodel-3.0.3.ebuild:
Move activemodel into the right SLOT.
diff --git a/dev-ruby/activemodel/activemodel-3.0.3.ebuild b/dev-ruby/activemodel/activemodel-3.0.3.ebuild
index 42627562b411..e86eab6c35a2 100644
--- a/dev-ruby/activemodel/activemodel-3.0.3.ebuild
+++ b/dev-ruby/activemodel/activemodel-3.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.0.3.ebuild,v 1.3 2010/12/04 19:58:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.0.3.ebuild,v 1.4 2010/12/28 13:48:56 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -9,6 +9,8 @@ RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec"
+
inherit ruby-fakegem
DESCRIPTION="A toolkit for building modeling frameworks like Active Record and Active Resource."