summaryrefslogtreecommitdiff
path: root/dev-ruby/awesome_print
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-16 16:47:37 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-16 16:47:37 +0100
commit8aebb228036d5e2863b7eaa6e319ab41c1669269 (patch)
tree00f4b90ce32462dc8e99ae54a31d6462ea2c3ac6 /dev-ruby/awesome_print
parent76cba73c47c8694e74377004634daca18f2d9c08 (diff)
gentoo resync : 16.04.2018
Diffstat (limited to 'dev-ruby/awesome_print')
-rw-r--r--dev-ruby/awesome_print/Manifest2
-rw-r--r--dev-ruby/awesome_print/awesome_print-1.8.0.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest
index 8882bd6cd784..8d4b5f227ce0 100644
--- a/dev-ruby/awesome_print/Manifest
+++ b/dev-ruby/awesome_print/Manifest
@@ -1,3 +1,3 @@
DIST awesome_print-1.8.0.tar.gz 42605 BLAKE2B d401732991486349b17c2c6947c6674f715cbd33b2987c725a589504d8333e75b7428a9ca5897dcc1d5eacb7a74d7f7f5da84bbd23706e4c43c316718eead858 SHA512 72ac5c4d918c84adba5ea7a60502ac89d57c5734b0b557d0171caae86b5f13ce316c5d7717315ff56c7f7a0959efeb244b6b85f4147c14ec8bf9e128488cf480
-EBUILD awesome_print-1.8.0.ebuild 980 BLAKE2B d29c0b8c37b82b779537663625436201f04ecbc092b8bd9172c7e0934694d8cfa8ce3ab5e25b5e69df9f7f8799cbdc967ade1e57a1dfed2eeef113a16c204e79 SHA512 84048d45f822cb14214cc99fd9b7ebf16033960bb8026fb385a17bff9bcb14da5158473bbe1493ec6527bced5ff3c804292fe02620f340b469ec6542dce77989
+EBUILD awesome_print-1.8.0.ebuild 978 BLAKE2B bebd891855efd33c745681de0a0889a9814bdc76ef5a39fe7436ab9e97bc3a5489d4530315df24296d90ab194b93718727c0d4f9468a43b7f4558183158785ad SHA512 797e2d381d60792e1110c7acc2c9c60842b4030b377327effb44b147f900f48a390030d8bc4bc216166ec6d9eaac8496d74ea6112f18c85c6bc200f84d230b7d
MISC metadata.xml 349 BLAKE2B cf59b75cfb3ae5739496b1dc23a05dbabe0622649335216e8137ba61a6cea03db4cdc8ebb5e5a1606f1812feace93bf8578be745b75512fdf33fd37ed0974245 SHA512 a7f845e4bfffe6b31927d6b15e797a8de970ddf242dd0ec2807471ca58e40dc4119b660b4d837c68d450fea8eda73cffa53b05eb87839c0f3138aec7baa3aef4
diff --git a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
index 7caeb5ca5ecb..17c44c42876f 100644
--- a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
+++ b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -32,8 +32,8 @@ all_ruby_prepare() {
-e '/simplecov/I s:^:#:' \
spec/spec_helper.rb || die
- # Avoid activerecord specs since they don't run
- # consistently accross rails versions and not all
+ # Avoid activerecord specs since they don't run
+ # consistently accross rails versions and not all
# arches have rails
rm -f spec/ext/active_record_spec.rb || die
}