graaff 15/02/20 06:42:48 Modified: ChangeLog Added: rest-client-1.7.3.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.24 dev-ruby/rest-client/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rest-client/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rest-client/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rest-client/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 31 Dec 2014 11:32:23 -0000 1.23 +++ ChangeLog 20 Feb 2015 06:42:48 -0000 1.24 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rest-client -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.23 2014/12/31 11:32:23 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.24 2015/02/20 06:42:48 graaff Exp $ + +*rest-client-1.7.3 (20 Feb 2015) + + 20 Feb 2015; Hans de Graaff <[email protected]> +rest-client-1.7.3.ebuild: + Version bump. 31 Dec 2014; Agostino Sarubbo <[email protected]> rest-client-1.7.2.ebuild: Add ~x86, wrt bug #517542 1.1 dev-ruby/rest-client/rest-client-1.7.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rest-client/rest-client-1.7.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rest-client/rest-client-1.7.3.ebuild?rev=1.1&content-type=text/plain Index: rest-client-1.7.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/rest-client-1.7.3.ebuild,v 1.1 2015/02/20 06:42:48 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_EXTRADOC="history.md README.rdoc" inherit ruby-fakegem DESCRIPTION="Simple Simple HTTP and REST client for Ruby" HOMEPAGE="http://github.com/archiloque/rest-client" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/webmock )" ruby_add_rdepend ">=dev-ruby/mime-types-1.16 >=dev-ruby/netrc-0.7:0" all_ruby_prepare() { sed -e '/bundler/I s:^:#:' \ -e '/namespace :windows/,/^end/ s:^:#:' -i Rakefile || die # Remove spec that requires network access. rm spec/integration/request_spec.rb || die }
