license_finder 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e877c82a3e1401eea4bab220ae192781e8349179
|
4
|
+
data.tar.gz: ddd81a98f53d6f22010822560a0eb9b8b1c0e805
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cdb32ad15e1b0b3a85fdfaa60f8b18842d0c88b178597ccc21339687916da1e369cf5fb3ae32bf97db57487a3b36ae6f1a3c46ad308a6ead80d7f509b31dd68c
|
7
|
+
data.tar.gz: 0fd87c84593f98e17ecf0342adf8cddeff92966e055a2b51216095d9462b7cde35741ca1e0c5c7a58c858a1f8888d9e862d428592668dd9e20433511e2065597
|
@@ -1,4 +1,11 @@
|
|
1
|
-
|
1
|
+
# 2.1.2 / 2016-06-10
|
2
|
+
|
3
|
+
Bugfixes:
|
4
|
+
|
5
|
+
* NuGet limits its recursive search for .nupkg packages to the `vendor` subdirectory. (#228)
|
6
|
+
|
7
|
+
|
8
|
+
# 2.1.1 / 2016-06-09
|
2
9
|
|
3
10
|
Features:
|
4
11
|
|
@@ -10,7 +17,7 @@ Bugfixes:
|
|
10
17
|
* NuGet now correctly chooses a directory with vendored .nupkg packages
|
11
18
|
|
12
19
|
|
13
|
-
|
20
|
+
# 2.1.0 / 2016-04-01
|
14
21
|
|
15
22
|
* Features
|
16
23
|
* support a `groups` in reports (#210) (Thanks, Jon Wolski!)
|
@@ -46,21 +53,21 @@ Bugfixes:
|
|
46
53
|
* gradle's use of termcaps avoided (#194)
|
47
54
|
|
48
55
|
|
49
|
-
|
56
|
+
# 2.0.4 / 2015-04-16
|
50
57
|
|
51
58
|
* Features
|
52
59
|
|
53
60
|
* Allow project path to be set in a command line option (Thanks, @robertclancy!)
|
54
61
|
|
55
62
|
|
56
|
-
|
63
|
+
# 2.0.3 / 2015-03-18
|
57
64
|
|
58
65
|
* Bugfixes
|
59
66
|
|
60
67
|
* Ignoring subdirectories of a LICENSE directory. (#143) (Thanks, @pmeskers and @yuki24!)
|
61
68
|
|
62
69
|
|
63
|
-
|
70
|
+
# 2.0.2 / 2015-03-14
|
64
71
|
|
65
72
|
* Features
|
66
73
|
|
@@ -75,13 +82,15 @@ Bugfixes:
|
|
75
82
|
requirements.txt, or their dependencies, instead of all installed
|
76
83
|
distributions, which may include distributions from other projects. #119
|
77
84
|
|
78
|
-
|
85
|
+
|
86
|
+
# 2.0.1 / 2015-03-02
|
79
87
|
|
80
88
|
* Features
|
81
89
|
|
82
90
|
* Support for rebar projects
|
83
91
|
|
84
|
-
|
92
|
+
|
93
|
+
# 2.0.0 / 2015-03-02
|
85
94
|
|
86
95
|
* Features
|
87
96
|
|
@@ -109,13 +118,15 @@ Bugfixes:
|
|
109
118
|
|
110
119
|
* `license_finder` does not write anything to the file system, #94, #114, #117
|
111
120
|
|
112
|
-
|
121
|
+
|
122
|
+
# 1.2.1 / unreleased
|
113
123
|
|
114
124
|
* Features
|
115
125
|
|
116
126
|
* Can list dependencies that were added manually
|
117
127
|
|
118
|
-
|
128
|
+
|
129
|
+
# 1.2 / 2014-11-10
|
119
130
|
|
120
131
|
* Features
|
121
132
|
|
@@ -125,7 +136,8 @@ Bugfixes:
|
|
125
136
|
* Added `--debug` option when scanning, to provide details on
|
126
137
|
packages, dependencies and where each license was discovered.
|
127
138
|
|
128
|
-
|
139
|
+
|
140
|
+
# 1.1.1 / 2014-07-29
|
129
141
|
|
130
142
|
* Bugfixes
|
131
143
|
|
@@ -133,7 +145,8 @@ Bugfixes:
|
|
133
145
|
[Original issue.](https://github.com/pivotal/LicenseFinder/issues/108)
|
134
146
|
* Allow license_finder to process incorrectly-defined dependencies.
|
135
147
|
|
136
|
-
|
148
|
+
|
149
|
+
# 1.0.1 / 2014-05-28
|
137
150
|
|
138
151
|
* Features
|
139
152
|
|
@@ -147,13 +160,15 @@ Bugfixes:
|
|
147
160
|
* Dependency reports generate when license_finder.yml updates
|
148
161
|
* Dependency reports generate when config is changed through the command line
|
149
162
|
|
150
|
-
|
163
|
+
|
164
|
+
# 1.0.0.1 / 2014-05-23
|
151
165
|
|
152
166
|
* Bugfixes
|
153
167
|
|
154
168
|
* LicenseFinder detects its own license
|
155
169
|
|
156
|
-
|
170
|
+
|
171
|
+
# 1.0.0 / 2014-04-03
|
157
172
|
|
158
173
|
* Features
|
159
174
|
|
@@ -162,13 +177,15 @@ Bugfixes:
|
|
162
177
|
'license_finder' as a development dependency, and run `license_finder` in
|
163
178
|
the shell.
|
164
179
|
|
165
|
-
|
180
|
+
|
181
|
+
# 0.9.5.1 / 2014-01-30
|
166
182
|
|
167
183
|
* Features
|
168
184
|
|
169
185
|
* Adds homepage for Bower, NPM, and PIP packages
|
170
186
|
|
171
|
-
|
187
|
+
|
188
|
+
# 0.9.5 / 2014-01-30
|
172
189
|
|
173
190
|
* Features
|
174
191
|
|
@@ -181,7 +198,8 @@ Bugfixes:
|
|
181
198
|
* Make node dependency json parsing more robust
|
182
199
|
* Clean up directories created during test runs
|
183
200
|
|
184
|
-
|
201
|
+
|
202
|
+
# 0.9.4 / 2014-01-05
|
185
203
|
|
186
204
|
* Features
|
187
205
|
|
@@ -195,7 +213,8 @@ Bugfixes:
|
|
195
213
|
|
196
214
|
* Use all dependencies by default for npm as bundler does
|
197
215
|
|
198
|
-
|
216
|
+
|
217
|
+
# 0.9.3 / 2013-10-01
|
199
218
|
|
200
219
|
* Features
|
201
220
|
|
@@ -205,7 +224,8 @@ Bugfixes:
|
|
205
224
|
|
206
225
|
* Fix problem which prevented license finder from running in rails < 3.2
|
207
226
|
|
208
|
-
|
227
|
+
|
228
|
+
# 0.9.2 / 2013-08-17
|
209
229
|
|
210
230
|
* Features
|
211
231
|
|
@@ -215,7 +235,8 @@ Bugfixes:
|
|
215
235
|
|
216
236
|
* Fix HTML output in firefox
|
217
237
|
|
218
|
-
|
238
|
+
|
239
|
+
# 0.9.1 / 2013-07-30
|
219
240
|
|
220
241
|
* Features
|
221
242
|
|
@@ -233,7 +254,8 @@ Bugfixes:
|
|
233
254
|
* HTML report now works when served over https (PR #36 - bwalding)
|
234
255
|
* dependencies.txt is now dependencies.csv (It was always a csv in spirit)
|
235
256
|
|
236
|
-
|
257
|
+
|
258
|
+
# 0.9.0 / 2013-07-16
|
237
259
|
|
238
260
|
* Features
|
239
261
|
|
@@ -246,7 +268,8 @@ Bugfixes:
|
|
246
268
|
* Fix CLI grammar errors
|
247
269
|
* Using license_finder in a non-RVM environment now works (Issue #35)
|
248
270
|
|
249
|
-
|
271
|
+
|
272
|
+
# 0.8.2 / 2013-07-09
|
250
273
|
|
251
274
|
* Features
|
252
275
|
|
@@ -261,7 +284,8 @@ Bugfixes:
|
|
261
284
|
contains spaces.
|
262
285
|
* Upgrading from 0.7.2 no longer removes non-gem dependencies (Issue #20)
|
263
286
|
|
264
|
-
|
287
|
+
|
288
|
+
# 0.8.1 / 2013-04-14
|
265
289
|
|
266
290
|
* Features
|
267
291
|
|
@@ -273,7 +297,8 @@ Bugfixes:
|
|
273
297
|
|
274
298
|
* Fix ruby 1.9.2 support.
|
275
299
|
|
276
|
-
|
300
|
+
|
301
|
+
# 0.8.0 / 2013-04-03
|
277
302
|
|
278
303
|
* Features
|
279
304
|
|
@@ -294,27 +319,31 @@ Bugfixes:
|
|
294
319
|
* Add an option to silence the binary's spinner so as not to fill up log
|
295
320
|
files.
|
296
321
|
|
297
|
-
|
322
|
+
|
323
|
+
# 0.7.2 / 2013-02-18
|
298
324
|
|
299
325
|
* Features
|
300
326
|
|
301
327
|
* Dependency cleanup.
|
302
328
|
|
303
|
-
|
329
|
+
|
330
|
+
# 0.7.1 / 2013-02-18
|
304
331
|
|
305
332
|
* Features
|
306
333
|
|
307
334
|
* Add variants to detectable licenses.
|
308
335
|
* Remove README files from data persistence.
|
309
336
|
|
310
|
-
|
337
|
+
|
338
|
+
# 0.7.0 / 2012-09-25
|
311
339
|
|
312
340
|
* Features
|
313
341
|
|
314
342
|
* Dependencies can be approved via CLI.
|
315
343
|
* Dependencies licenses can be set via CLI.
|
316
344
|
|
317
|
-
|
345
|
+
|
346
|
+
# 0.6.0 / 2012-09-15
|
318
347
|
|
319
348
|
* Features
|
320
349
|
|
@@ -329,7 +358,8 @@ Bugfixes:
|
|
329
358
|
|
330
359
|
* Fix formatting of `rake license:action_items` output.
|
331
360
|
|
332
|
-
|
361
|
+
|
362
|
+
# 0.5.0 / 2012-09-12
|
333
363
|
|
334
364
|
* Features
|
335
365
|
|
@@ -347,7 +377,8 @@ Bugfixes:
|
|
347
377
|
* Create `config/` director if it doesn't exist, don't blow up.
|
348
378
|
* Better support for non-US word spellings.
|
349
379
|
|
350
|
-
|
380
|
+
|
381
|
+
# 0.4.5 / 2012-09-09
|
351
382
|
|
352
383
|
* Features
|
353
384
|
|
@@ -4,7 +4,7 @@ require 'zip'
|
|
4
4
|
module LicenseFinder
|
5
5
|
class Nuget < PackageManager
|
6
6
|
def package_path
|
7
|
-
path = project_path.join("
|
7
|
+
path = project_path.join("vendor/*.nupkg")
|
8
8
|
nuget_dir = Dir[path].map{|pkg| File.dirname(pkg)}.uniq
|
9
9
|
if nuget_dir.length == 0
|
10
10
|
project_path.join(".nuget")
|
@@ -48,6 +48,8 @@ module LicenseFinder
|
|
48
48
|
|
49
49
|
context 'when .nupkg files exist, but are not in .nuget directory' do
|
50
50
|
before do
|
51
|
+
FileUtils.mkdir_p 'app/submodule/vendor'
|
52
|
+
FileUtils.touch 'app/submodule/vendor/package.nupkg'
|
51
53
|
FileUtils.mkdir_p 'app/vendor'
|
52
54
|
FileUtils.touch 'app/vendor/package.nupkg'
|
53
55
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: license_finder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Maine
|
@@ -20,7 +20,7 @@ authors:
|
|
20
20
|
autorequire:
|
21
21
|
bindir: bin
|
22
22
|
cert_chain: []
|
23
|
-
date: 2016-06-
|
23
|
+
date: 2016-06-10 00:00:00.000000000 Z
|
24
24
|
dependencies:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: bundler
|
@@ -225,7 +225,7 @@ files:
|
|
225
225
|
- ".travis/install_godep.sh"
|
226
226
|
- ".travis/install_gradle.sh"
|
227
227
|
- ".travis/install_rebar.sh"
|
228
|
-
- CHANGELOG.
|
228
|
+
- CHANGELOG.md
|
229
229
|
- CONTRIBUTING.md
|
230
230
|
- Gemfile
|
231
231
|
- LICENSE
|