license_finder 2.1.0.rc9 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.rdoc +9 -54
- data/lib/license_finder/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b89e81bf9762d6270dbe27ac9b6fd761c72e632
|
4
|
+
data.tar.gz: 209a586dd42f207bb7036ad500b47ed96f77680c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7c4a0d0c0822c4e98b1389c08f01e78f8615f7db41a8d666c12d4d5a448f0a34c57659e4af2864f142c3e856f03a7e00d90706a77961824163786a001ac52d4
|
7
|
+
data.tar.gz: 57311b8fef2641b63b76af1e867cb91789da2c197ead56c9a8bb1d6173acddba0e752ae3c112f2f3ebc845a36d03e4dd1010fc18a5a61d4184517e528185b7ff
|
data/CHANGELOG.rdoc
CHANGED
@@ -1,37 +1,10 @@
|
|
1
|
-
=== 2.1.0
|
1
|
+
=== 2.1.0 / 2016-04-01
|
2
2
|
|
3
3
|
* Features
|
4
4
|
* support a `groups` in reports (#210) (Thanks, Jon Wolski!)
|
5
|
-
|
6
|
-
* Bugfixes
|
7
|
-
* `rubyzip` is now correctly a runtime dependency
|
8
|
-
|
9
|
-
|
10
|
-
=== 2.1.0.rc8 / 2016-03-16
|
11
|
-
|
12
|
-
* Features
|
13
|
-
* GoVendor and GoWorkspace define a package management tool, so they
|
14
|
-
won't try to run if you don't have `go` installed
|
15
|
-
|
16
|
-
|
17
|
-
=== 2.1.0.rc7 / 2016-03-16
|
18
|
-
|
19
|
-
* Features
|
5
|
+
* GoVendor and GoWorkspace define a package management tool, so they won't try to run if you don't have `go` installed
|
20
6
|
* PackageManagers are not activated if the underlying package management tool isn't installed
|
21
|
-
|
22
|
-
|
23
|
-
=== 2.1.0.rc6 / 2016-03-11
|
24
|
-
|
25
|
-
* Features
|
26
7
|
* detect GO15VENDOREXPERIMENT as evidence of a go workspace project
|
27
|
-
|
28
|
-
* Bugfixes
|
29
|
-
* deep npm dependency trees no longer result in some packages having no metadata (#211)
|
30
|
-
|
31
|
-
|
32
|
-
=== 2.1.0.rc5 / 2016-02-19
|
33
|
-
|
34
|
-
* Features
|
35
8
|
* provide path-to-dependency in recursive mode (#193)
|
36
9
|
* dedup godep dependencies (#196)
|
37
10
|
* add support for MPL2 detection
|
@@ -40,36 +13,12 @@
|
|
40
13
|
* miscellaneous go support improvements (#203, #204)
|
41
14
|
* add support for Golang 1.5 vendoring convention (#207)
|
42
15
|
* return the package manager that detected the dependency (#206)
|
43
|
-
|
44
|
-
* Bugfixes
|
45
|
-
* columns fixed in "recursive mode" (#191)
|
46
|
-
* gradle's use of termcaps avoided (#194)
|
47
|
-
|
48
|
-
|
49
|
-
=== 2.1.0.rc4 / 2016-01-27
|
50
|
-
|
51
|
-
* Features
|
52
16
|
* Add support for including maven/gradle GroupIds with `--gradle-include-groups`
|
53
|
-
|
54
|
-
|
55
|
-
=== 2.1.0.rc3 / 2016-01-22
|
56
|
-
|
57
|
-
* Features
|
58
17
|
* Godep dependencies can display the full commit SHA with `--go-full-version`
|
59
|
-
|
60
|
-
|
61
|
-
=== 2.1.0.rc2 / 2015-12-31
|
62
|
-
|
63
|
-
* Features
|
64
18
|
* specific versions of a dependency can be approved (#183, #185). (Thanks, @ipsi!)
|
65
19
|
* improved "go workspace" support by looking at git submodules. (Thanks, @jvshahid and @aminjam!)
|
66
20
|
* added an "install path" field to the report output. (Thanks, @jvshahid and @aminjam!)
|
67
|
-
|
68
|
-
=== 2.1.0.rc1 / 2015-11-03
|
69
|
-
|
70
|
-
* Features
|
71
|
-
* Licenses can be blacklisted. Dependencies which only have licenses in the
|
72
|
-
blacklist will not be approved, even if someone tries.
|
21
|
+
* Licenses can be blacklisted. Dependencies which only have licenses in the blacklist will not be approved, even if someone tries.
|
73
22
|
* Initial support for the Nuget package manager for .NET projects
|
74
23
|
* Experimental support for `godep` projects
|
75
24
|
* Experimental support for "golang workspace" projects (with .envrc)
|
@@ -78,6 +27,12 @@
|
|
78
27
|
* Experimental support for "composite" projects (multiple git submodules)
|
79
28
|
* Experimental support for "license diffs" between directories
|
80
29
|
|
30
|
+
* Bugfixes
|
31
|
+
* `rubyzip` is now correctly a runtime dependency
|
32
|
+
* deep npm dependency trees no longer result in some packages having no metadata (#211)
|
33
|
+
* columns fixed in "recursive mode" (#191)
|
34
|
+
* gradle's use of termcaps avoided (#194)
|
35
|
+
|
81
36
|
|
82
37
|
=== 2.0.4 / 2015-04-16
|
83
38
|
|
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.0
|
4
|
+
version: 2.1.0
|
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-
|
23
|
+
date: 2016-04-01 00:00:00.000000000 Z
|
24
24
|
dependencies:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: bundler
|
@@ -474,9 +474,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
474
474
|
version: 1.9.3
|
475
475
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
476
476
|
requirements:
|
477
|
-
- - "
|
477
|
+
- - ">="
|
478
478
|
- !ruby/object:Gem::Version
|
479
|
-
version:
|
479
|
+
version: '0'
|
480
480
|
requirements: []
|
481
481
|
rubyforge_project:
|
482
482
|
rubygems_version: 2.5.1
|