From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rest-client/
Date: Tue, 21 Feb 2017 07:29:22 +0000 (UTC) [thread overview]
Message-ID: <1487662110.33840641b62f63896c0562335671a3751b027cd5.graaff@gentoo> (raw)
commit: 33840641b62f63896c0562335671a3751b027cd5
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 06:44:55 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 07:28:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33840641
dev-ruby/rest-client: add 2.0.1
Package-Manager: portage-2.3.3
dev-ruby/rest-client/Manifest | 1 +
dev-ruby/rest-client/rest-client-2.0.1.ebuild | 36 +++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-ruby/rest-client/Manifest b/dev-ruby/rest-client/Manifest
index fd7001a056..47c2c9fd59 100644
--- a/dev-ruby/rest-client/Manifest
+++ b/dev-ruby/rest-client/Manifest
@@ -1,2 +1,3 @@
DIST rest-client-1.8.0.gem 124928 SHA256 e70e4fe5660181fe5c6909de06f7b716931b433f5748f3713c841be709031fd5 SHA512 d4c03b2d2807ae963b116e8c977411305b55836e4129b18ce2e88ea5795838c448bece151f6b57aa03920ea21d9120835159a7e9c4bc5c9998beb3705d1f2bfd WHIRLPOOL a1428fb25a47344362cd6d872035b87872dc3da8927483430bc33438e9d5c1d0f3ec120668185b56146545c5a7db21a110ad05ca8867e84dff11b3675f665843
DIST rest-client-2.0.0.gem 148480 SHA256 67c5503b4862a7ca6ad5ee0a3449654f399abcb2acdbe94faa59ac4ba3b852ec SHA512 711b749d83a155d52a24427adadb300169182de1125dc44d3729cdd0f2e7e82e03cb152ab0c414960c966f35006b57defb3adca385377f0d8ee18cdcb5232832 WHIRLPOOL be49af1f417368ff354c5b7709f67280acb8edaef8b1d78de8652493b27bd69c065d5d66cc09827758e1cc62c56d5b031d07920fe9af4f9fb74217b6a8be8946
+DIST rest-client-2.0.1.gem 149504 SHA256 e838b6ef8d97c995ae51080fc05abbc0af86f630d5ea52dc18f26f7df1268350 SHA512 a3a1ccc944e22515ffa8eece5835ad135fc16d8a1123c279dd1703ccc3e29e9da5b795ed115020e61509308e2ef7b546ebbc330bf1fa57023b40c3338fbb2f24 WHIRLPOOL 25507f34dcac666fb15b1bb5340e96ee0d3fbb66b1deb5835573ccea7dfab65ff0733a6b060e070ec23bf012f7a5947957c05afc5b69267be080881b646a68f1
diff --git a/dev-ruby/rest-client/rest-client-2.0.1.ebuild b/dev-ruby/rest-client/rest-client-2.0.1.ebuild
new file mode 100644
index 0000000000..d3a81475ca
--- /dev/null
+++ b/dev-ruby/rest-client/rest-client-2.0.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="history.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple Simple HTTP and REST client for Ruby"
+HOMEPAGE="https://github.com/archiloque/rest-client"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/webmock:2 )"
+
+ruby_add_rdepend "
+ >=dev-ruby/http-cookie-1.0.2:0
+ >=dev-ruby/mime-types-1.16:* <dev-ruby/mime-types-4:*
+ >=dev-ruby/netrc-0.8:0
+ !!<dev-ruby/rest-client-1.8.0-r3: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
+}
next reply other threads:[~2017-02-21 7:29 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-21 7:29 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-17 5:57 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rest-client/ Hans de Graaff
2023-08-27 10:16 Jakov Smolić
2023-08-26 13:47 Arthur Zamarin
2023-08-26 13:30 Sam James
2023-08-13 8:40 Hans de Graaff
2023-01-25 7:30 Hans de Graaff
2022-12-04 10:14 Hans de Graaff
2022-08-17 15:39 Sam James
2022-07-29 4:48 Hans de Graaff
2022-07-26 9:49 Hans de Graaff
2021-02-22 6:49 Hans de Graaff
2020-04-18 5:44 Hans de Graaff
2020-01-12 8:35 Hans de Graaff
2019-10-13 8:17 Hans de Graaff
2019-10-13 7:59 Hans de Graaff
2019-05-05 7:28 Hans de Graaff
2019-01-16 19:01 Hans de Graaff
2018-11-23 10:46 Hans de Graaff
2018-06-25 18:44 Hans de Graaff
2018-05-09 4:26 Hans de Graaff
2018-05-07 5:02 Hans de Graaff
2018-04-29 9:42 Hans de Graaff
2018-03-02 10:43 Hans de Graaff
2017-06-28 6:09 Hans de Graaff
2017-04-26 4:59 Hans de Graaff
2017-04-26 4:59 Hans de Graaff
2017-04-21 5:07 Hans de Graaff
2016-12-25 20:44 Manuel Rüger
2016-11-27 8:29 Hans de Graaff
2016-11-27 8:29 Hans de Graaff
2016-11-25 14:49 Hans de Graaff
2016-10-15 9:18 Hans de Graaff
2016-08-05 12:14 Hans de Graaff
2016-08-05 12:14 Hans de Graaff
2016-07-28 6:06 Hans de Graaff
2016-04-17 11:24 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1487662110.33840641b62f63896c0562335671a3751b027cd5.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox