summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-03-16 20:16:33 +0000
committerHans de Graaff <graaff@gentoo.org>2009-03-16 20:16:33 +0000
commitd567cd0b61305e14c97b24022a553d153011c14b (patch)
tree487392369475264873f07a27f6a58eb71bf0728b /dev-ruby/rspec-rails
parentVersion bump (diff)
downloadgentoo-2-d567cd0b61305e14c97b24022a553d153011c14b.tar.gz
gentoo-2-d567cd0b61305e14c97b24022a553d153011c14b.tar.bz2
gentoo-2-d567cd0b61305e14c97b24022a553d153011c14b.zip
Version bump
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rspec-rails')
-rw-r--r--dev-ruby/rspec-rails/ChangeLog8
-rw-r--r--dev-ruby/rspec-rails/rspec-rails-1.2.0.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/rspec-rails/ChangeLog b/dev-ruby/rspec-rails/ChangeLog
index b8b2d0c5b604..a0be0a004e3b 100644
--- a/dev-ruby/rspec-rails/ChangeLog
+++ b/dev-ruby/rspec-rails/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/rspec-rails
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/ChangeLog,v 1.9 2009/01/12 18:18:04 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/ChangeLog,v 1.10 2009/03/16 20:16:33 graaff Exp $
+
+*rspec-rails-1.2.0 (16 Mar 2009)
+
+ 16 Mar 2009; Hans de Graaff <graaff@gentoo.org> +rspec-rails-1.2.0.ebuild:
+ Version bump compatible with Rails versions up to 2.3.x. Dropped ~sparc
+ keyword due to new dev-ruby/rack dependency: #262706.
*rspec-rails-1.1.12 (12 Jan 2009)
diff --git a/dev-ruby/rspec-rails/rspec-rails-1.2.0.ebuild b/dev-ruby/rspec-rails/rspec-rails-1.2.0.ebuild
new file mode 100644
index 000000000000..4d2084a2e074
--- /dev/null
+++ b/dev-ruby/rspec-rails/rspec-rails-1.2.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-1.2.0.ebuild,v 1.1 2009/03/16 20:16:33 graaff Exp $
+
+inherit gems
+
+DESCRIPTION="RSpec's official Ruby on Rails plugin"
+HOMEPAGE="http://rspec.info/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="=dev-ruby/rspec-1.2.0
+ >=dev-ruby/rack-0.4.0
+ >=dev-ruby/rubygems-1.3.0"