public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/capybara: ChangeLog capybara-1.1.3.ebuild
@ 2012-10-31  6:51 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2012-10-31  6:51 UTC (permalink / raw
  To: gentoo-commits

graaff      12/10/31 06:51:34

  Modified:             ChangeLog
  Added:                capybara-1.1.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-ruby/capybara/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	4 Aug 2012 15:05:49 -0000	1.9
+++ ChangeLog	31 Oct 2012 06:51:34 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/capybara
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v 1.9 2012/08/04 15:05:49 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v 1.10 2012/10/31 06:51:34 graaff Exp $
+
+*capybara-1.1.3 (31 Oct 2012)
+
+  31 Oct 2012; Hans de Graaff <graaff@gentoo.org> +capybara-1.1.3.ebuild:
+  Version bump.
 
   04 Aug 2012; Hans de Graaff <graaff@gentoo.org> -capybara-1.1.1.ebuild:
   Cleanup.



1.1                  dev-ruby/capybara/capybara-1.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/capybara-1.1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/capybara-1.1.3.ebuild?rev=1.1&content-type=text/plain

Index: capybara-1.1.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/capybara-1.1.3.ebuild,v 1.1 2012/10/31 06:51:34 graaff Exp $

EAPI=4
USE_RUBY="ruby18 ruby19 ree18"

RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"

# Rake tasks are not distributed in the gem.
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""

inherit virtualx ruby-fakegem

DESCRIPTION="Capybara aims to simplify the process of integration testing Rack applications."
HOMEPAGE="http://github.com/jnicklas/capybara"
LICENSE="MIT"

KEYWORDS="~amd64"
SLOT="0"
IUSE="test"

# Restrict tests until launchy is part of the main tree. With it
# installed all tests should pass.
RESTRICT="test"

#ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/launchy www-client/firefox )"

ruby_add_rdepend "
	>=dev-ruby/mime-types-1.16
	>=dev-ruby/nokogiri-1.3.3
	>=dev-ruby/rack-1.0.0
	>=dev-ruby/rack-test-0.5.4

	>=dev-ruby/selenium-webdriver-2.0
	>=dev-ruby/xpath-0.1.4"

all_ruby_prepare() {
	sed -i -e '/bundler/d' spec/spec_helper.rb || die
}

each_ruby_test() {
	VIRTUALX_COMMAND="${RUBY} -Ilib -S rspec spec"
	virtualmake || die "Tests failed."
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/capybara: ChangeLog capybara-1.1.3.ebuild
@ 2012-11-21  7:15 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2012-11-21  7:15 UTC (permalink / raw
  To: gentoo-commits

graaff      12/11/21 07:15:02

  Modified:             ChangeLog capybara-1.1.3.ebuild
  Log:
  Pin capybara to specific xpath slot in accordance with gemspec.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.12                 dev-ruby/capybara/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	21 Nov 2012 07:14:25 -0000	1.11
+++ ChangeLog	21 Nov 2012 07:15:02 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/capybara
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v 1.11 2012/11/21 07:14:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v 1.12 2012/11/21 07:15:02 graaff Exp $
+
+  21 Nov 2012; Hans de Graaff <graaff@gentoo.org> capybara-1.1.3.ebuild:
+  Pin capybara to specific xpath slot in accordance with gemspec.
 
   21 Nov 2012; Hans de Graaff <graaff@gentoo.org> -capybara-1.1.2.ebuild:
   Cleanup.



1.2                  dev-ruby/capybara/capybara-1.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/capybara-1.1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/capybara-1.1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/capybara-1.1.3.ebuild?r1=1.1&r2=1.2

Index: capybara-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capybara/capybara-1.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- capybara-1.1.3.ebuild	31 Oct 2012 06:51:34 -0000	1.1
+++ capybara-1.1.3.ebuild	21 Nov 2012 07:15:02 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/capybara-1.1.3.ebuild,v 1.1 2012/10/31 06:51:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/capybara-1.1.3.ebuild,v 1.2 2012/11/21 07:15:02 graaff Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -34,7 +34,7 @@
 	>=dev-ruby/rack-test-0.5.4
 
 	>=dev-ruby/selenium-webdriver-2.0
-	>=dev-ruby/xpath-0.1.4"
+	>=dev-ruby/xpath-0.1.4:0"
 
 all_ruby_prepare() {
 	sed -i -e '/bundler/d' spec/spec_helper.rb || die





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-21  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21  7:15 [gentoo-commits] gentoo-x86 commit in dev-ruby/capybara: ChangeLog capybara-1.1.3.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-31  6:51 Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox