1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
# ChangeLog for dev-ruby/xpath
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v 1.15 2014/11/11 10:53:33 mrueg Exp $
11 Nov 2014; Manuel Rüger <mrueg@gentoo.org> xpath-0.1.4-r1.ebuild,
xpath-1.0.0-r1.ebuild, xpath-2.0.0-r1.ebuild:
Drop jruby target.
10 Oct 2014; Manuel Rüger <mrueg@gentoo.org> xpath-0.1.4-r1.ebuild,
xpath-1.0.0-r1.ebuild:
Add ruby21 support.
05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> xpath-0.1.4-r1.ebuild,
xpath-1.0.0-r1.ebuild, xpath-2.0.0-r1.ebuild:
Remove trailing '.' from DESCRIPTION.
30 Apr 2014; Hans de Graaff <graaff@gentoo.org> xpath-2.0.0-r1.ebuild:
Add ruby21.
05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> xpath-0.1.4-r1.ebuild,
xpath-1.0.0-r1.ebuild, xpath-2.0.0-r1.ebuild:
Remove ruby18 target.
02 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -xpath-0.1.4.ebuild,
-xpath-1.0.0.ebuild, -xpath-2.0.0.ebuild:
Cleanup old.
*xpath-0.1.4-r1 (09 Oct 2013)
*xpath-2.0.0-r1 (09 Oct 2013)
*xpath-1.0.0-r1 (09 Oct 2013)
09 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +xpath-0.1.4-r1.ebuild,
+xpath-1.0.0-r1.ebuild, +xpath-2.0.0-r1.ebuild:
Add ruby20 target. Add missing nokogiri testing dependency.
*xpath-2.0.0 (19 Apr 2013)
19 Apr 2013; Hans de Graaff <graaff@gentoo.org> +xpath-2.0.0.ebuild:
Version bump.
21 Nov 2012; Hans de Graaff <graaff@gentoo.org> xpath-1.0.0.ebuild:
Add back jruby.
*xpath-1.0.0 (21 Nov 2012)
21 Nov 2012; Hans de Graaff <graaff@gentoo.org> +xpath-1.0.0.ebuild:
Version bump.
05 Jul 2012; Diego E. Pettenò <flameeyes@gentoo.org> xpath-0.1.4.ebuild:
Use the new rspec testing support; remove jruby from the compatible
implementations because tests fail only there.
11 Jan 2012; Hans de Graaff <graaff@gentoo.org> xpath-0.1.4.ebuild:
Add ruby19.
10 Jun 2011; Hans de Graaff <graaff@gentoo.org> xpath-0.1.4.ebuild:
Add back jruby support.
19 May 2011; Hans de Graaff <graaff@gentoo.org> xpath-0.1.4.ebuild:
Drop jruby support since we don't have a jruby-ready rspec:2 in the tree yet.
*xpath-0.1.4 (18 May 2011)
18 May 2011; Hans de Graaff <graaff@gentoo.org> +xpath-0.1.4.ebuild,
+metadata.xml:
Initial import. Dependency of forthcoming capybara.
|