mrueg 15/02/21 04:56:43 Modified: ChangeLog Added: rspec-its-1.2.0.ebuild Log: Version bump. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.2 dev-ruby/rspec-its/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-its/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-its/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-its/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-its/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 28 Dec 2014 10:21:16 -0000 1.1 +++ ChangeLog 21 Feb 2015 04:56:43 -0000 1.2 @@ -1,10 +1,14 @@ # ChangeLog for dev-ruby/rspec-its -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-its/ChangeLog,v 1.1 2014/12/28 10:21:16 graaff Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-its/ChangeLog,v 1.2 2015/02/21 04:56:43 mrueg Exp $ + +*rspec-its-1.2.0 (21 Feb 2015) + + 21 Feb 2015; Manuel RĂ¼ger <[email protected]> +rspec-its-1.2.0.ebuild: + Version bump. *rspec-its-1.1.0 (28 Dec 2014) 28 Dec 2014; Hans de Graaff <[email protected]> +rspec-its-1.1.0.ebuild, +metadata.xml: Initial import. New dependency for app-admin/puppet-lint. - 1.1 dev-ruby/rspec-its/rspec-its-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-its/rspec-its-1.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-its/rspec-its-1.2.0.ebuild?rev=1.1&content-type=text/plain Index: rspec-its-1.2.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-its/rspec-its-1.2.0.ebuild,v 1.1 2015/02/21 04:56:43 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md" inherit ruby-fakegem DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby" HOMEPAGE="https://github.com/rspec/rspec-its" LICENSE="MIT" SLOT="1" KEYWORDS="~amd64" IUSE="" ruby_add_rdepend ">=dev-ruby/rspec-core-3.0.0 >=dev-ruby/rspec-expectations-3.0.0"
