forked from cloudfoundry/ruby-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
hatchet.json
65 lines (65 loc) · 1.72 KB
/
hatchet.json
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
65
{
"rake": [
"sharpstone/asset_precompile_fail",
"sharpstone/asset_precompile_pass",
"sharpstone/asset_precompile_not_found",
"sharpstone/database_url_expected_in_rakefile",
"sharpstone/connect_to_database_on_first_push",
"sharpstone/no_rakefile",
"sharpstone/bad_rakefile",
"sharpstone/mri_187_no_rake",
"sharpstone/mri_187_rake",
"sharpstone/mri_200_no_rake",
"sharpstone/mri_200_rake"
],
"bundler": [
"sharpstone/bad_gemfile_on_platform",
"sharpstone/git_gemspec",
"sharpstone/no_lockfile",
"sharpstone/sqlite3_gemfile",
"sharpstone/nokogiri_160"
],
"ruby": [
"sharpstone/mri_187",
"sharpstone/mri_193_p547",
"sharpstone/ruby_193_jruby_173",
"sharpstone/ruby_193_jruby_176",
"sharpstone/ruby_193_jruby_17161",
"sharpstone/ruby_193_jruby_17161_jdk7",
"sharpstone/ruby_193_jruby_17161_jdk8",
"kissaten/jruby-minimal",
"sharpstone/empty-procfile",
"sharpstone/bad_ruby_version"
],
"rack": [
"sharpstone/default_ruby",
"sharpstone/mri_187_nokogiri",
"sharpstone/mri_192",
"sharpstone/mri_193",
"sharpstone/mri_200",
"sharpstone/mri_214"
],
"rails2": [
"sharpstone/rails23_mri_187"
],
"rails3": [
"sharpstone/rails3_mri_193",
"sharpstone/railties3_mri_193",
"sharpstone/rails3_12factor",
"sharpstone/rails3_one_plugin",
"sharpstone/rails3_runtime_assets",
"sharpstone/rails3-fail-assets-compile"
],
"rails4": [
"sharpstone/rails4-manifest",
"sharpstone/rails3-to-4-no-bin",
"sharpstone/rails4_windows_mri193",
"sharpstone/rails4-fail-assets-compile"
],
"rails41": [
"sharpstone/rails41_scaffold"
],
"multibuildpack": [
"sharpstone/node_multi"
]
}