Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-core/
Date: Sun, 18 Aug 2019 12:37:31
Message-Id: 1566131820.03999938efff98cb84d2bd70ebb4fd90ce1fc200.soap@gentoo
1 commit: 03999938efff98cb84d2bd70ebb4fd90ce1fc200
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 12:27:58 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 12:37:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03999938
7
8 dev-ruby/rspec-core: [QA] Fix trailing whitespace
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-ruby/rspec-core/rspec-core-3.8.0-r1.ebuild | 2 +-
14 dev-ruby/rspec-core/rspec-core-3.8.1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/rspec-core/rspec-core-3.8.0-r1.ebuild b/dev-ruby/rspec-core/rspec-core-3.8.0-r1.ebuild
18 index 513f11405b6..5d8eb31f001 100644
19 --- a/dev-ruby/rspec-core/rspec-core-3.8.0-r1.ebuild
20 +++ b/dev-ruby/rspec-core/rspec-core-3.8.0-r1.ebuild
21 @@ -74,7 +74,7 @@ all_ruby_prepare() {
22 sed -i -e '/loads mocks and expectations when the constants are referenced/askip "gentoo: bug 662328"' spec/rspec/core_spec.rb || die
23
24 # Avoid a spec depending on specifics on local networks
25 - # This fails when localhost resolves to ::1 which may be a
26 + # This fails when localhost resolves to ::1 which may be a
27 # ruby regression in the drb/acl code.
28 rm -f spec/rspec/core/bisect/server_spec.rb || die
29 }
30
31 diff --git a/dev-ruby/rspec-core/rspec-core-3.8.1.ebuild b/dev-ruby/rspec-core/rspec-core-3.8.1.ebuild
32 index 5103fd0576e..f958c2e7cf5 100644
33 --- a/dev-ruby/rspec-core/rspec-core-3.8.1.ebuild
34 +++ b/dev-ruby/rspec-core/rspec-core-3.8.1.ebuild
35 @@ -72,7 +72,7 @@ all_ruby_prepare() {
36 sed -i -e '/loads mocks and expectations when the constants are referenced/askip "gentoo: bug 662328"' spec/rspec/core_spec.rb || die
37
38 # Avoid a spec depending on specifics on local networks
39 - # This fails when localhost resolves to ::1 which may be a
40 + # This fails when localhost resolves to ::1 which may be a
41 # ruby regression in the drb/acl code.
42 rm -f spec/rspec/core/bisect/server_spec.rb || die
43 }