summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-01 11:13:10 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-01 11:13:10 +0000
commit8c7b6d5630469f3b7817024e40ecbf044d7ab24f (patch)
treeae045df25c0a5e192f33ef886c01dace08d58daf /dev-ruby/pg/ChangeLog
parentVersion bump (bug #315961) (diff)
downloadgentoo-2-8c7b6d5630469f3b7817024e40ecbf044d7ab24f.tar.gz
gentoo-2-8c7b6d5630469f3b7817024e40ecbf044d7ab24f.tar.bz2
gentoo-2-8c7b6d5630469f3b7817024e40ecbf044d7ab24f.zip
Make testing explicit with RSpec rather than using the Rakefile, this way it does not rebuild the extension when tests are enabled, and reduced the dependency tree.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/pg/ChangeLog')
-rw-r--r--dev-ruby/pg/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-ruby/pg/ChangeLog b/dev-ruby/pg/ChangeLog
index 0ba0839e4eda..74e4bd66456c 100644
--- a/dev-ruby/pg/ChangeLog
+++ b/dev-ruby/pg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/pg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v 1.13 2010/04/27 10:24:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v 1.14 2010/05/01 11:13:10 flameeyes Exp $
+
+ 01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> pg-0.9.0-r1.ebuild:
+ Make testing explicit with RSpec rather than using the Rakefile, this way
+ it does not rebuild the extension when tests are enabled, and reduced the
+ dependency tree.
*pg-0.9.0-r1 (27 Apr 2010)