summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-18 16:54:48 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-18 16:54:48 +0000
commit96f57cd13d8c4278d206f15949bf9bdb786b9f8f (patch)
tree7242446ce0a880cfde0790da9bf96596dca11bf0
parent0cab0f67358d20e589e2ed4f9d4ce55685f4274b (diff)
downloadimport-96f57cd13d8c4278d206f15949bf9bdb786b9f8f.tar.gz
rubygems: Remove Hoe from build-dependency-whitelist
It's now in the 'ruby' stratum, so the import tool can ignore it. The build-dependency-whitelist field is now empty, and I'm not sure it's actually useful to have it but I won't remove the code yet.
-rw-r--r--baserockimport/data/rubygems.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/baserockimport/data/rubygems.yaml b/baserockimport/data/rubygems.yaml
index e1e6fcc..f61defe 100644
--- a/baserockimport/data/rubygems.yaml
+++ b/baserockimport/data/rubygems.yaml
@@ -8,9 +8,10 @@ lorry-prefix: ruby-gems/
# tools because of the number of circular dependencies. Instead, only those
# tools which are known to be required at Gem build time are listed as
# build-dependencies, and any other :development dependencies are ignored.
-build-dependency-whitelist:
- - hoe
+build-dependency-whitelist: []
# rake is bundled with Ruby, so it is not included in the whitelist.
+ # hoe is included in the 'ruby' stratum
+ # rake-compiler is included in the 'ruby' stratum
# The following Gems don't provide a source_code_uri in their Gem metadata.
# Ideally ... they would do.