summaryrefslogtreecommitdiff
path: root/baserockimport/data/rubygems.yaml
blob: 8c136897da80550bc55b20eb43afbc38c01f3ffd (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---

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.
#
# This list is currently empty, because everything that was in it has been
# added to the 'ruby' stratum and so is present implicitly.
build-dependency-whitelist: []

# List of Gems which are built into Ruby or included in the 'ruby' stratum
# in http://git.baserock.org/cgi-bin/cgit.cgi/baserock/baserock/definitions.git
#
# This doesn't take the versions that are provided into account (and it'd be
# quite a maintenance burden if it did). Thus it's not an ideal solution, as
# something may for example depend on Rake 4.9 when Rake 2.0 is actually the
# only thing available and this won't be noticed until the user tries to build
# the generated definitions.
ignore-list:
  - bundler
  - hoe
  - rake
  - rake-compiler

# 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