cocoapods-blacklist 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cca51d9dd36eede866eab703e1db970e52025d1
4
- data.tar.gz: 3c4e7fa8aa095c09495c1302fe095eeda24ee494
3
+ metadata.gz: b3d4092555d1dd6c64432973ec0bc77206167694
4
+ data.tar.gz: 4ccbdab73ef08de63ff4c9bb1c0709a632c5f82d
5
5
  SHA512:
6
- metadata.gz: 64efab4771af409d8b4f8e4a8786662908fe883a78192bd7c7f6b0c873dcc1d57c315398c286ff3a7d6667df5d39d2c9510583017b3b2de864638f9657ec5495
7
- data.tar.gz: 5d3ccae9c71785d81f53a6ba23572917c38546a69d9e058231c70c93cfce655ee87e53448f6c81c413f4f614454d0b814e785bf4545960bdbc33b7d3570e765b
6
+ metadata.gz: e4de412d70290d74e79bcb6d9e2e271eae0b4cc0dde6fdf536efb1410aac0b88b5ea35165c0ff7d58f661b1fc615de25f859eb40a5d85cfc340198fe62727da3
7
+ data.tar.gz: c054c4f152acb557b64a9f0765ddc1240c23bb8683d3b7f6499c98accb2d6e237f47990836883f8ef2e2ab2acf3726b5fe9784470189a0c92fd302accfb25295
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = CocoapodsBlacklist::VERSION
9
9
  spec.authors = ['David Grandinetti']
10
10
  spec.email = ['dbgrandi@yahoo-inc.com']
11
- spec.description = %q{A short description of cocoapods-blacklist.}
12
- spec.summary = %q{A longer description of cocoapods-blacklist.}
13
- spec.homepage = 'https://github.com/EXAMPLE/cocoapods-blacklist'
11
+ spec.description = %q{Blacklist pods from your project.}
12
+ spec.summary = %q{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
+ spec.homepage = 'https://github.com/yahoo/cocoapods-blacklist'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -3,5 +3,5 @@
3
3
  # Licensed under the terms of the MIT License. See LICENSE file in the project root.
4
4
 
5
5
  module CocoapodsBlacklist
6
- VERSION = "0.1.0"
6
+ VERSION = "0.1.1"
7
7
  end
metadata CHANGED
@@ -1,52 +1,52 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-blacklist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Grandinetti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-21 00:00:00.000000000 Z
11
+ date: 2015-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.3'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
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
40
  version: '0'
41
- description: A short description of cocoapods-blacklist.
41
+ description: Blacklist pods from your project.
42
42
  email:
43
43
  - dbgrandi@yahoo-inc.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - .gitignore
49
- - .travis.yml
48
+ - ".gitignore"
49
+ - ".travis.yml"
50
50
  - CHANGELOG.md
51
51
  - Gemfile
52
52
  - Gemfile.lock
@@ -64,7 +64,7 @@ files:
64
64
  - spec/fixtures/GoodPodfile.lock
65
65
  - spec/fixtures/blacklist.json
66
66
  - spec/spec_helper.rb
67
- homepage: https://github.com/EXAMPLE/cocoapods-blacklist
67
+ homepage: https://github.com/yahoo/cocoapods-blacklist
68
68
  licenses:
69
69
  - MIT
70
70
  metadata: {}
@@ -74,20 +74,22 @@ require_paths:
74
74
  - lib
75
75
  required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
- - - '>='
77
+ - - ">="
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
- - - '>='
82
+ - - ">="
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
86
  rubyforge_project:
87
- rubygems_version: 2.4.5
87
+ rubygems_version: 2.2.2
88
88
  signing_key:
89
89
  specification_version: 4
90
- summary: A longer description of cocoapods-blacklist.
90
+ summary: A CocoaPods plugin used to check a project against a list of pods that you
91
+ do not want included in your build. Security is the primary use, but keeping specific
92
+ pods that have conflicting licenses is another possible use.
91
93
  test_files:
92
94
  - spec/command/blacklist_spec.rb
93
95
  - spec/fixtures/BadPodfile.lock
@@ -95,3 +97,4 @@ test_files:
95
97
  - spec/fixtures/GoodPodfile.lock
96
98
  - spec/fixtures/blacklist.json
97
99
  - spec/spec_helper.rb
100
+ has_rdoc: