-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.html
205 lines (140 loc) · 4.67 KB
/
dependencies.html
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<html>
<head>
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
body {
margin: 50px;
}
.unapproved h2, .unapproved h2 a {
color: red;
}
</style>
</head>
<body>
<div class="container">
<div class="summary hero-unit">
<h1>Dependencies</h1>
<h4>
3 total
<span class="badge badge-important">3 unapproved</span>
</h4>
<ul>
<li>3 MIT</li>
</ul>
</div>
<div class="dependencies">
<div id="babosa" class="unapproved">
<h2>
<a href="http://norman.github.com/babosa">babosa</a>
v0.3.9
(default)
</h2>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Summary</th>
<th>Description</th>
<th>License</th>
</tr>
</thead>
<tbody>
<tr>
<td>A library for creating slugs.</td>
<td> A library for creating slugs. Babosa an extraction and improvement of the
string code from FriendlyId, intended to help developers create similar
libraries or plugins.
</td>
<td>
<a href="http://opensource.org/licenses/mit-license">MIT</a>
</td>
</td>
</tr>
</tbody>
</table>
<dl>
<dt>Children</dt>
<dd>activesupport</dd>
<dd>rspec</dd>
<dd>simplecov</dd>
</dl>
</div>
<div id="bundler" class="unapproved">
<h2>
<a href="http://gembundler.com">bundler</a>
v1.3.4
</h2>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Summary</th>
<th>Description</th>
<th>License</th>
</tr>
</thead>
<tbody>
<tr>
<td>The best way to manage your application's dependencies</td>
<td>Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably</td>
<td>
<a href="http://opensource.org/licenses/mit-license">MIT</a>
</td>
</td>
</tr>
</tbody>
</table>
<dl>
<dt>Parents</dt>
<dd>license_finder</dd>
</dl>
<dl>
<dt>Children</dt>
<dd>ronn</dd>
<dd>rspec</dd>
</dl>
</div>
<div id="license_finder" class="unapproved">
<h2>
<a href="https://github.com/pivotal/LicenseFinder">license_finder</a>
v0.7.3
(default)
</h2>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Summary</th>
<th>Description</th>
<th>License</th>
</tr>
</thead>
<tbody>
<tr>
<td>Audit the OSS licenses of your application's dependencies.</td>
<td> Do you know the licenses of all your application's dependencies? What open source software licenses will your business accept?
LicenseFinder culls your Gemfile, detects the licenses of the gems in it, and gives you a report that you can act on. If you already know
what licenses your business is comfortable with, you can whitelist them, leaving you with an action report of only those dependencies that have
licenses that fall outside of the whitelist.
</td>
<td>
<a href="http://opensource.org/licenses/mit-license">MIT</a>
</td>
</td>
</tr>
</tbody>
</table>
<dl>
<dt>Children</dt>
<dd>bundler</dd>
<dd>rspec</dd>
<dd>rake</dd>
<dd>pry</dd>
<dd>xpath</dd>
<dd>capybara</dd>
<dd>cucumber</dd>
<dd>pry-debugger</dd>
<dd>rails</dd>
</dl>
</div>
</div>
</div>
</body>
</html>