summaryrefslogtreecommitdiff
path: root/import/rubygems.yaml
blob: c93704447116b74366cfe18064014d50c1fe6046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---

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:
  ast: https://github.com/openSUSE/ast
  brass: https://github.com/rubyworks/brass
  coveralls: https://github.com/lemurheavy/coveralls-ruby
  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