cocoapods-blacklist 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -0
- data/Gemfile +2 -1
- data/Gemfile.lock +82 -47
- data/README.md +2 -0
- data/cocoapods-blacklist.gemspec +11 -6
- data/lib/cocoapods-blacklist/gem_version.rb +1 -1
- data/spec/spec_helper.rb +1 -0
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 5c20d280ec27020bf7722841872c11f02f0155f7d6e464378430aef1fa61cea7
|
|
4
|
+
data.tar.gz: 8261e8ab93a8034a0f4c0734e979d344d1ae0c591d9e52c9c0b9ae36edadb979
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14cfff670df4aca1f6fdec1fd92c05b2c839aeae9b20535318ff666495e13bd2e4e787262d62996f854f09faf4d2f96a4b6e51d24206397839a26d28b3b0081c
|
|
7
|
+
data.tar.gz: b66cbacda7db41c5df89df468fe49e730ba3b0690547bc9817375116fbaa15fee84d8321f282cbeb797f93ded272ee50e80718f89923d8120a19e9d71a0d58f3
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,82 +1,117 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
cocoapods-blacklist (0.1.
|
|
4
|
+
cocoapods-blacklist (0.1.3)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
|
|
9
|
+
CFPropertyList (3.0.2)
|
|
10
|
+
activesupport (4.2.11.3)
|
|
10
11
|
i18n (~> 0.7)
|
|
11
|
-
json (~> 1.7, >= 1.7.7)
|
|
12
12
|
minitest (~> 5.1)
|
|
13
13
|
thread_safe (~> 0.3, >= 0.3.4)
|
|
14
14
|
tzinfo (~> 1.1)
|
|
15
|
-
addressable (2.
|
|
15
|
+
addressable (2.7.0)
|
|
16
|
+
public_suffix (>= 2.0.2, < 5.0)
|
|
17
|
+
algoliasearch (1.27.3)
|
|
18
|
+
httpclient (~> 2.8, >= 2.8.3)
|
|
19
|
+
json (>= 1.5.1)
|
|
20
|
+
atomos (0.1.3)
|
|
16
21
|
bacon (1.2.0)
|
|
17
|
-
claide (0.
|
|
18
|
-
cocoapods (
|
|
19
|
-
activesupport (>=
|
|
20
|
-
claide (
|
|
21
|
-
cocoapods-core (=
|
|
22
|
-
cocoapods-
|
|
23
|
-
cocoapods-
|
|
24
|
-
cocoapods-
|
|
25
|
-
cocoapods-
|
|
26
|
-
|
|
22
|
+
claide (1.0.3)
|
|
23
|
+
cocoapods (1.9.3)
|
|
24
|
+
activesupport (>= 4.0.2, < 5)
|
|
25
|
+
claide (>= 1.0.2, < 2.0)
|
|
26
|
+
cocoapods-core (= 1.9.3)
|
|
27
|
+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
|
|
28
|
+
cocoapods-downloader (>= 1.2.2, < 2.0)
|
|
29
|
+
cocoapods-plugins (>= 1.0.0, < 2.0)
|
|
30
|
+
cocoapods-search (>= 1.0.0, < 2.0)
|
|
31
|
+
cocoapods-stats (>= 1.0.0, < 2.0)
|
|
32
|
+
cocoapods-trunk (>= 1.4.0, < 2.0)
|
|
33
|
+
cocoapods-try (>= 1.1.0, < 2.0)
|
|
34
|
+
colored2 (~> 3.1)
|
|
27
35
|
escape (~> 0.0.4)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
36
|
+
fourflusher (>= 2.3.0, < 3.0)
|
|
37
|
+
gh_inspector (~> 1.0)
|
|
38
|
+
molinillo (~> 0.6.6)
|
|
39
|
+
nap (~> 1.0)
|
|
40
|
+
ruby-macho (~> 1.4)
|
|
41
|
+
xcodeproj (>= 1.14.0, < 2.0)
|
|
42
|
+
cocoapods-core (1.9.3)
|
|
43
|
+
activesupport (>= 4.0.2, < 6)
|
|
44
|
+
algoliasearch (~> 1.0)
|
|
45
|
+
concurrent-ruby (~> 1.1)
|
|
34
46
|
fuzzy_match (~> 2.0.4)
|
|
35
|
-
nap (~>
|
|
36
|
-
|
|
37
|
-
|
|
47
|
+
nap (~> 1.0)
|
|
48
|
+
netrc (~> 0.11)
|
|
49
|
+
typhoeus (~> 1.0)
|
|
50
|
+
cocoapods-deintegrate (1.0.4)
|
|
51
|
+
cocoapods-downloader (1.3.0)
|
|
52
|
+
cocoapods-plugins (1.0.0)
|
|
38
53
|
nap
|
|
39
|
-
cocoapods-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
54
|
+
cocoapods-search (1.0.0)
|
|
55
|
+
cocoapods-stats (1.1.0)
|
|
56
|
+
cocoapods-trunk (1.5.0)
|
|
57
|
+
nap (>= 0.8, < 2.0)
|
|
58
|
+
netrc (~> 0.11)
|
|
59
|
+
cocoapods-try (1.2.0)
|
|
60
|
+
colored2 (3.1.2)
|
|
61
|
+
concurrent-ruby (1.1.6)
|
|
62
|
+
crack (0.4.3)
|
|
45
63
|
safe_yaml (~> 1.0.0)
|
|
46
64
|
escape (0.0.4)
|
|
65
|
+
ethon (0.12.0)
|
|
66
|
+
ffi (>= 1.3.0)
|
|
67
|
+
ffi (1.13.1)
|
|
68
|
+
fourflusher (2.3.1)
|
|
47
69
|
fuzzy_match (2.0.4)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
70
|
+
gh_inspector (1.1.3)
|
|
71
|
+
hashdiff (1.0.1)
|
|
72
|
+
httpclient (2.8.3)
|
|
73
|
+
i18n (0.9.5)
|
|
74
|
+
concurrent-ruby (~> 1.0)
|
|
75
|
+
json (2.3.0)
|
|
76
|
+
minitest (5.14.1)
|
|
77
|
+
molinillo (0.6.6)
|
|
78
|
+
nanaimo (0.2.6)
|
|
79
|
+
nap (1.1.0)
|
|
80
|
+
netrc (0.11.0)
|
|
55
81
|
prettybacon (0.0.2)
|
|
56
82
|
bacon (~> 1.2)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
83
|
+
public_suffix (4.0.5)
|
|
84
|
+
rake (13.0.1)
|
|
85
|
+
ruby-macho (1.4.0)
|
|
86
|
+
safe_yaml (1.0.5)
|
|
87
|
+
thread_safe (0.3.6)
|
|
88
|
+
typhoeus (1.4.0)
|
|
89
|
+
ethon (>= 0.9.0)
|
|
90
|
+
tzinfo (1.2.7)
|
|
61
91
|
thread_safe (~> 0.1)
|
|
62
|
-
webmock (
|
|
92
|
+
webmock (3.8.3)
|
|
63
93
|
addressable (>= 2.3.6)
|
|
64
94
|
crack (>= 0.3.2)
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
95
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
|
96
|
+
xcodeproj (1.16.0)
|
|
97
|
+
CFPropertyList (>= 2.3.3, < 4.0)
|
|
98
|
+
atomos (~> 0.1.3)
|
|
99
|
+
claide (>= 1.0.2, < 2.0)
|
|
100
|
+
colored2 (~> 3.1)
|
|
101
|
+
nanaimo (~> 0.2.6)
|
|
68
102
|
|
|
69
103
|
PLATFORMS
|
|
70
104
|
ruby
|
|
71
105
|
|
|
72
106
|
DEPENDENCIES
|
|
107
|
+
activesupport (>= 4.2.2, < 5)
|
|
73
108
|
bacon
|
|
74
109
|
bundler (~> 1.3)
|
|
75
|
-
cocoapods
|
|
110
|
+
cocoapods (~> 1.9.0)
|
|
76
111
|
cocoapods-blacklist!
|
|
77
112
|
prettybacon
|
|
78
|
-
rake
|
|
113
|
+
rake (>= 12.3.3)
|
|
79
114
|
webmock
|
|
80
115
|
|
|
81
116
|
BUNDLED WITH
|
|
82
|
-
1.
|
|
117
|
+
1.17.3
|
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# cocoapods-blacklist
|
|
2
2
|
|
|
3
|
+
**Please Note:** This repository has known security vulnerabilities. Use at your own risk!
|
|
4
|
+
|
|
3
5
|
[](https://travis-ci.org/yahoo/cocoapods-blacklist)
|
|
4
6
|
|
|
5
7
|
A CocoaPods plugin used to check a project against a list of pods that you do not want included in your build. Security is the primary use, but keeping specific pods that have conflicting licenses is another possible use.
|
data/cocoapods-blacklist.gemspec
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
|
1
|
+
lib = File.expand_path('lib', __dir__)
|
|
3
2
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
3
|
require 'cocoapods-blacklist/gem_version.rb'
|
|
5
4
|
|
|
@@ -7,9 +6,9 @@ Gem::Specification.new do |spec|
|
|
|
7
6
|
spec.name = 'cocoapods-blacklist'
|
|
8
7
|
spec.version = CocoapodsBlacklist::VERSION
|
|
9
8
|
spec.authors = ['David Grandinetti']
|
|
10
|
-
spec.email = ['dbgrandi@
|
|
11
|
-
spec.description =
|
|
12
|
-
spec.summary =
|
|
9
|
+
spec.email = ['dbgrandi@verizonmedia.com']
|
|
10
|
+
spec.description = 'Blacklist pods from your project.'
|
|
11
|
+
spec.summary = 'A CocoaPods plugin used to check a project against a list of pods that you do not want included in your build. Security is the primary use, but keeping specific pods that have conflicting licenses is another possible use.'
|
|
13
12
|
spec.homepage = 'https://github.com/yahoo/cocoapods-blacklist'
|
|
14
13
|
spec.license = 'MIT'
|
|
15
14
|
|
|
@@ -18,6 +17,12 @@ Gem::Specification.new do |spec|
|
|
|
18
17
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
18
|
spec.require_paths = ['lib']
|
|
20
19
|
|
|
20
|
+
spec.post_install_message = <<-MESSAGE
|
|
21
|
+
! The 'cocoapods-blacklist' gem has been re-published with a new name.
|
|
22
|
+
! Please update your Gemfile to use 'cocoapods-blocklist'.
|
|
23
|
+
MESSAGE
|
|
24
|
+
|
|
21
25
|
spec.add_development_dependency 'bundler', '~> 1.3'
|
|
22
|
-
spec.add_development_dependency 'rake'
|
|
26
|
+
spec.add_development_dependency 'rake', '>= 12.3.3'
|
|
27
|
+
|
|
23
28
|
end
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-blacklist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Grandinetti
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -30,17 +30,17 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version:
|
|
33
|
+
version: 12.3.3
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version:
|
|
40
|
+
version: 12.3.3
|
|
41
41
|
description: Blacklist pods from your project.
|
|
42
42
|
email:
|
|
43
|
-
- dbgrandi@
|
|
43
|
+
- dbgrandi@verizonmedia.com
|
|
44
44
|
executables: []
|
|
45
45
|
extensions: []
|
|
46
46
|
extra_rdoc_files: []
|
|
@@ -68,7 +68,9 @@ homepage: https://github.com/yahoo/cocoapods-blacklist
|
|
|
68
68
|
licenses:
|
|
69
69
|
- MIT
|
|
70
70
|
metadata: {}
|
|
71
|
-
post_install_message:
|
|
71
|
+
post_install_message: |2
|
|
72
|
+
! The 'cocoapods-blacklist' gem has been re-published with a new name.
|
|
73
|
+
! Please update your Gemfile to use 'cocoapods-blocklist'.
|
|
72
74
|
rdoc_options: []
|
|
73
75
|
require_paths:
|
|
74
76
|
- lib
|
|
@@ -83,8 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
83
85
|
- !ruby/object:Gem::Version
|
|
84
86
|
version: '0'
|
|
85
87
|
requirements: []
|
|
86
|
-
|
|
87
|
-
rubygems_version: 2.2.2
|
|
88
|
+
rubygems_version: 3.0.2
|
|
88
89
|
signing_key:
|
|
89
90
|
specification_version: 4
|
|
90
91
|
summary: A CocoaPods plugin used to check a project against a list of pods that you
|