diff options
author | David Seifert <soap@gentoo.org> | 2019-08-18 14:27:58 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-18 14:37:00 +0200 |
commit | 03999938efff98cb84d2bd70ebb4fd90ce1fc200 (patch) | |
tree | 5b500b07b35c561b07acfa4b9cf34348a383f908 /dev-ruby/rspec-core | |
parent | dev-lang/orc: [QA] Fix trailing whitespace (diff) | |
download | gentoo-03999938efff98cb84d2bd70ebb4fd90ce1fc200.tar.gz gentoo-03999938efff98cb84d2bd70ebb4fd90ce1fc200.tar.bz2 gentoo-03999938efff98cb84d2bd70ebb4fd90ce1fc200.zip |
dev-ruby/rspec-core: [QA] Fix trailing whitespace
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-core')
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-3.8.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-3.8.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 index 513f11405b6f..5d8eb31f001c 100644 --- a/dev-ruby/rspec-core/rspec-core-3.8.0-r1.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.8.0-r1.ebuild @@ -74,7 +74,7 @@ all_ruby_prepare() { sed -i -e '/loads mocks and expectations when the constants are referenced/askip "gentoo: bug 662328"' spec/rspec/core_spec.rb || die # Avoid a spec depending on specifics on local networks - # This fails when localhost resolves to ::1 which may be a + # This fails when localhost resolves to ::1 which may be a # ruby regression in the drb/acl code. rm -f spec/rspec/core/bisect/server_spec.rb || die } diff --git a/dev-ruby/rspec-core/rspec-core-3.8.1.ebuild b/dev-ruby/rspec-core/rspec-core-3.8.1.ebuild index 5103fd0576e3..f958c2e7cf58 100644 --- a/dev-ruby/rspec-core/rspec-core-3.8.1.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.8.1.ebuild @@ -72,7 +72,7 @@ all_ruby_prepare() { sed -i -e '/loads mocks and expectations when the constants are referenced/askip "gentoo: bug 662328"' spec/rspec/core_spec.rb || die # Avoid a spec depending on specifics on local networks - # This fails when localhost resolves to ::1 which may be a + # This fails when localhost resolves to ::1 which may be a # ruby regression in the drb/acl code. rm -f spec/rspec/core/bisect/server_spec.rb || die } |