summaryrefslogtreecommitdiff
path: root/baserockimport/data/rubygems.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'baserockimport/data/rubygems.yaml')
-rw-r--r--baserockimport/data/rubygems.yaml49
1 files changed, 49 insertions, 0 deletions
diff --git a/baserockimport/data/rubygems.yaml b/baserockimport/data/rubygems.yaml
new file mode 100644
index 0000000..e1e6fcc
--- /dev/null
+++ b/baserockimport/data/rubygems.yaml
@@ -0,0 +1,49 @@
+---
+
+lorry-prefix: ruby-gems/
+
+# The :development dependency set is way too broad for our needs: for most Gems,
+# it includes test tools and development aids that aren't necessary for just
+# building the Gem. It's hard to even get a stratum if we include all these
+# 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
+ # rake is bundled with Ruby, so it is not included in the whitelist.
+
+# The following Gems don't provide a source_code_uri in their Gem metadata.
+# Ideally ... they would do.
+known-source-uris:
+ appbundler: https://github.com/opscode/appbundler
+ ast: https://github.com/openSUSE/ast
+ brass: https://github.com/rubyworks/brass
+ coveralls: https://github.com/lemurheavy/coveralls-ruby
+ dep-selector-libgecode: https://github.com/opscode/dep-selector-libgecode
+ diff-lcs: https://github.com/halostatue/diff-lcs
+ erubis: https://github.com/kwatch/erubis
+ fog-brightbox: https://github.com/brightbox/fog-brightbox
+ highline: https://github.com/JEG2/highline
+ hoe: https://github.com/seattlerb/hoe
+ indexer: https://github.com/rubyworks/indexer
+ json: https://github.com/flori/json
+ method_source: https://github.com/banister/method_source
+ mixlib-authentication: https://github.com/opscode/mixlib-authentication
+ mixlib-cli: https://github.com/opscode/mixlib-cli
+ mixlib-log: https://github.com/opscode/mixlib-log
+ mixlib-shellout: http://github.com/opscode/mixlib-shellout
+ ohai: http://github.com/opscode/ohai
+ rack-cache: https://github.com/rtomayko/rack-cache
+ actionmailer: https://github.com/rails/rails
+ actionpack: https://github.com/rails/rails
+ actionview: https://github.com/rails/rails
+ activejob: https://github.com/rails/rails
+ activemodel: https://github.com/rails/rails
+ activerecord: https://github.com/rails/rails
+ activesupport: https://github.com/rails/rails
+ rails: https://github.com/rails/rails
+ railties: https://github.com/rails/rails
+ pg: https://github.com/ged/ruby-pg
+ sigar: https://github.com/hyperic/sigar
+ sprockets: https://github.com/sstephenson/sprockets
+ tins: https://github.com/flori/tins