summaryrefslogtreecommitdiff
path: root/dev-ruby/multipart-post
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /dev-ruby/multipart-post
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'dev-ruby/multipart-post')
-rw-r--r--dev-ruby/multipart-post/Manifest2
-rw-r--r--dev-ruby/multipart-post/multipart-post-2.1.1.ebuild4
2 files changed, 5 insertions, 1 deletions
diff --git a/dev-ruby/multipart-post/Manifest b/dev-ruby/multipart-post/Manifest
index 8514ac660a53..a9675af8167e 100644
--- a/dev-ruby/multipart-post/Manifest
+++ b/dev-ruby/multipart-post/Manifest
@@ -3,5 +3,5 @@ DIST multipart-post-2.1.0.gem 13824 BLAKE2B 7e528466826dff79235651ab7dfe20c7cfcc
DIST multipart-post-2.1.1.gem 13824 BLAKE2B 70a706714d14d284e2fa69aa56a69682e16eece75eb1508c1707b0b7f03b0d1fb11d1a187c7b7681dc0654a280c59bc20a0754d30e80807a4dfe5e56976b4ccc SHA512 afa16717ee136f0bbbc20fe243252831604740bb61fa7288a2437a4a67638f660a4bd491b5326b034173e9e8352f2659f27dc8aaa761721f7111b7e9e704582f
EBUILD multipart-post-2.0.0-r1.ebuild 579 BLAKE2B b3de4117398b42f75e20b807c36ddc343450bbffbef78e21d870285eb36ae6ea2b3b37f7ea906f1463ce6d4ab70db9a66a36eff0647593b8ff183febd22e3994 SHA512 f6fa79f4c956c947e97c17abf4bdc9759c68637e4e06da124bd8785231bb5cce9ad0a6b3b239bbe9d252a563e5d535a93bf60fc38512c9897138cb1fd4c01297
EBUILD multipart-post-2.1.0.ebuild 480 BLAKE2B 34bcd639edc43a7c5476af0d7d29b9cc5ff2242457b644d6a9735c45d2844e2efe28805b1e7acc13e12e94c42e3f5d3c0acf193915027fca314305ccac3c61e8 SHA512 ba5cb87a43d41b231852b7c8261cae532d7920833ee401096858516595a445f68e7af1bba7409345194410ecd788a629cb87dfb4e5da284e55f62c1eccc0b7e3
-EBUILD multipart-post-2.1.1.ebuild 494 BLAKE2B 738e3a45dc16ef67d5e432cc160a8272b6c1ff623cd12ec1cc81745d939449c34babbe7e508c6b7478aab6479ab86cfb51f067c86d9d71740ab02fc117abf3b7 SHA512 4b6a51f6814bfdc75f118a99c7b3fe28e24fdc70e98e26a54471fe77ab53f33be6b8fc413051c16a63d63828eda0e341a80a27f2f0d77bbb48a3e65123eb85ec
+EBUILD multipart-post-2.1.1.ebuild 575 BLAKE2B 310e0e47c45ec4196ac65d06d6add24d341049a945ee054e030deec3d4f1d4dd4d6382da10f4b33e60ea2b241aaf6c7de27a839c4d4a4ae2479e122ae013d7bf SHA512 f90750b2c6088a8841eebe79f89e9e4b2e9ebbda5368ae3a736b66a6f4afc0c161b81db01671c615f479fc55c387bb668043bdefda1dac7c24f523b434d436e3
MISC metadata.xml 351 BLAKE2B 1b91932f0fac0566cc3a283f50d5162f09b9ae0f06ee2419f5be35cb6fb9b6b7234c4c8974c89d38eae80ad2a642b1ba5a927506442ab2906a4d43832a2207b5 SHA512 d25464b95046a3df4a9989cdc012fa2220f9d0008f48bc16bc54e87fe6cb99ce0e4548e042ed96675d917a68a2c2e7fcbc3054c66fe5879eb6761cacddb7c51c
diff --git a/dev-ruby/multipart-post/multipart-post-2.1.1.ebuild b/dev-ruby/multipart-post/multipart-post-2.1.1.ebuild
index 1d2571d34572..f874def78f3d 100644
--- a/dev-ruby/multipart-post/multipart-post-2.1.1.ebuild
+++ b/dev-ruby/multipart-post/multipart-post-2.1.1.ebuild
@@ -19,3 +19,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="test"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
+}