cocoapods-trunk 0.2.0 → 0.3.0
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 +4 -4
- data/CHANGELOG.md +17 -1
- data/Gemfile.lock +23 -25
- data/lib/pod/command/trunk.rb +2 -9
- data/lib/trunk/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0076fbdf2d1f8a0bc0a32cdd7505ab4a902fb3db
|
|
4
|
+
data.tar.gz: 4f521e11f13a6f4ce59de152619aac341f28c367
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 187658ef87b0f4d11ef029aee35964abf4c86c706c6e296603bd58333f9081afed8b8378b26108239f4930c341c6115abd69982141edc85b79c96b91e5b9e4f0
|
|
7
|
+
data.tar.gz: c51d40ef196eccf495d669659e026d5e38a96c6eeb855b97955f86c17cd63486c0394b02214303da6757744a8e9ffe8501a2db81a084c9c7c59b5e91a350c999
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
|
-
##
|
|
1
|
+
## 0.3.0
|
|
2
|
+
|
|
3
|
+
##### Enhancements
|
|
4
|
+
|
|
5
|
+
* When linting, only allow dependencies from the 'master' specs repository.
|
|
6
|
+
[Samuel Giddins](https://github.com/segiddins)
|
|
7
|
+
[#28](https://github.com/CocoaPods/cocoapods-trunk/issues/28)
|
|
8
|
+
|
|
9
|
+
##### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* Fixes an issue where `pod trunk push` doesn't show which validation errors
|
|
12
|
+
and just stated it failed.
|
|
13
|
+
[Kyle Fuller](https://github.com/kylef)
|
|
14
|
+
[#26](https://github.com/CocoaPods/cocoapods-trunk/issues/26)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## 0.2.0
|
|
2
18
|
|
|
3
19
|
##### Enhancements
|
|
4
20
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
GIT
|
|
2
2
|
remote: https://github.com/CocoaPods/CLAide.git
|
|
3
|
-
revision:
|
|
3
|
+
revision: 00986e2b185c6eca9d30a7d50073f2a819a0f61a
|
|
4
4
|
branch: master
|
|
5
5
|
specs:
|
|
6
6
|
claide (0.7.0)
|
|
7
7
|
|
|
8
8
|
GIT
|
|
9
9
|
remote: https://github.com/CocoaPods/CocoaPods.git
|
|
10
|
-
revision:
|
|
10
|
+
revision: a71b069b4c80bdbef52f7986b6516ac2634065cf
|
|
11
11
|
branch: master
|
|
12
12
|
specs:
|
|
13
|
-
cocoapods (0.
|
|
13
|
+
cocoapods (0.34.1)
|
|
14
14
|
activesupport (>= 3.2.15, < 4)
|
|
15
15
|
claide (~> 0.7.0)
|
|
16
|
-
cocoapods-core (= 0.
|
|
17
|
-
cocoapods-downloader (~> 0.
|
|
18
|
-
cocoapods-plugins (~> 0.3.
|
|
19
|
-
cocoapods-trunk (~> 0.
|
|
20
|
-
cocoapods-try (~> 0.4.
|
|
16
|
+
cocoapods-core (= 0.34.1)
|
|
17
|
+
cocoapods-downloader (~> 0.7.2)
|
|
18
|
+
cocoapods-plugins (~> 0.3.1)
|
|
19
|
+
cocoapods-trunk (~> 0.3.0)
|
|
20
|
+
cocoapods-try (~> 0.4.1)
|
|
21
21
|
colored (~> 1.2)
|
|
22
22
|
escape (~> 0.0.4)
|
|
23
23
|
json_pure (~> 1.8)
|
|
24
24
|
nap (~> 0.8)
|
|
25
25
|
open4 (~> 1.3)
|
|
26
|
-
xcodeproj (~> 0.
|
|
26
|
+
xcodeproj (~> 0.19.2)
|
|
27
27
|
|
|
28
28
|
GIT
|
|
29
29
|
remote: https://github.com/CocoaPods/Core.git
|
|
30
|
-
revision:
|
|
30
|
+
revision: c83467a8bd7b85a090b41d6ba8c1b251105d3181
|
|
31
31
|
branch: master
|
|
32
32
|
specs:
|
|
33
|
-
cocoapods-core (0.
|
|
33
|
+
cocoapods-core (0.34.1)
|
|
34
34
|
activesupport (>= 3.2.15)
|
|
35
35
|
fuzzy_match (~> 2.0.4)
|
|
36
36
|
json_pure (~> 1.8)
|
|
@@ -39,7 +39,7 @@ GIT
|
|
|
39
39
|
PATH
|
|
40
40
|
remote: .
|
|
41
41
|
specs:
|
|
42
|
-
cocoapods-trunk (0.
|
|
42
|
+
cocoapods-trunk (0.3.0)
|
|
43
43
|
json_pure (~> 1.8)
|
|
44
44
|
nap (>= 0.8)
|
|
45
45
|
netrc
|
|
@@ -47,7 +47,6 @@ PATH
|
|
|
47
47
|
GEM
|
|
48
48
|
remote: https://rubygems.org/
|
|
49
49
|
specs:
|
|
50
|
-
CFPropertyList (2.2.8)
|
|
51
50
|
activesupport (3.2.19)
|
|
52
51
|
i18n (~> 0.6, >= 0.6.4)
|
|
53
52
|
multi_json (~> 1.0)
|
|
@@ -55,16 +54,16 @@ GEM
|
|
|
55
54
|
astrolabe (1.3.0)
|
|
56
55
|
parser (>= 2.2.0.pre.3, < 3.0)
|
|
57
56
|
bacon (1.2.0)
|
|
58
|
-
cocoapods-downloader (0.
|
|
59
|
-
cocoapods-plugins (0.3.
|
|
57
|
+
cocoapods-downloader (0.7.2)
|
|
58
|
+
cocoapods-plugins (0.3.1)
|
|
60
59
|
nap
|
|
61
|
-
cocoapods-try (0.4.
|
|
62
|
-
codeclimate-test-reporter (0.4.
|
|
60
|
+
cocoapods-try (0.4.1)
|
|
61
|
+
codeclimate-test-reporter (0.4.1)
|
|
63
62
|
simplecov (>= 0.7.1, < 1.0.0)
|
|
64
63
|
colored (1.2)
|
|
65
64
|
docile (1.1.5)
|
|
66
65
|
escape (0.0.4)
|
|
67
|
-
ffi (1.9.
|
|
66
|
+
ffi (1.9.5)
|
|
68
67
|
fuzzy_match (2.0.4)
|
|
69
68
|
i18n (0.6.11)
|
|
70
69
|
json_pure (1.8.1)
|
|
@@ -85,7 +84,7 @@ GEM
|
|
|
85
84
|
netrc (0.7.7)
|
|
86
85
|
notify (0.5.2)
|
|
87
86
|
open4 (1.3.4)
|
|
88
|
-
parser (2.2.0.pre.
|
|
87
|
+
parser (2.2.0.pre.5)
|
|
89
88
|
ast (>= 1.1, < 3.0)
|
|
90
89
|
slop (~> 3.4, >= 3.4.5)
|
|
91
90
|
powerpack (0.0.9)
|
|
@@ -98,21 +97,20 @@ GEM
|
|
|
98
97
|
ffi (>= 0.5.0)
|
|
99
98
|
rb-kqueue (0.2.3)
|
|
100
99
|
ffi (>= 0.5.0)
|
|
101
|
-
rubocop (0.26.
|
|
100
|
+
rubocop (0.26.1)
|
|
102
101
|
astrolabe (~> 1.3)
|
|
103
102
|
parser (>= 2.2.0.pre.4, < 3.0)
|
|
104
103
|
powerpack (~> 0.0.6)
|
|
105
104
|
rainbow (>= 1.99.1, < 3.0)
|
|
106
105
|
ruby-progressbar (~> 1.4)
|
|
107
|
-
ruby-progressbar (1.
|
|
108
|
-
simplecov (0.9.
|
|
106
|
+
ruby-progressbar (1.6.0)
|
|
107
|
+
simplecov (0.9.1)
|
|
109
108
|
docile (~> 1.1.0)
|
|
110
|
-
multi_json
|
|
109
|
+
multi_json (~> 1.0)
|
|
111
110
|
simplecov-html (~> 0.8.0)
|
|
112
111
|
simplecov-html (0.8.0)
|
|
113
112
|
slop (3.6.0)
|
|
114
|
-
xcodeproj (0.
|
|
115
|
-
CFPropertyList (~> 2.2)
|
|
113
|
+
xcodeproj (0.19.3)
|
|
116
114
|
activesupport (~> 3.0)
|
|
117
115
|
colored (~> 1.2)
|
|
118
116
|
|
data/lib/pod/command/trunk.rb
CHANGED
|
@@ -333,16 +333,9 @@ module Pod
|
|
|
333
333
|
# TODO: Currently copied verbatim from `pod push`.
|
|
334
334
|
def validate_podspec
|
|
335
335
|
UI.puts 'Validating podspec'.yellow
|
|
336
|
-
validator = Validator.new(spec)
|
|
336
|
+
validator = Validator.new(spec, %w(https://github.com/CocoaPods/Specs.git))
|
|
337
337
|
validator.only_errors = @allow_warnings
|
|
338
|
-
|
|
339
|
-
validator.validate
|
|
340
|
-
rescue
|
|
341
|
-
# TODO: We should add `CLAide::InformativeError#wraps_exception`
|
|
342
|
-
# which would include the original error message on `--verbose`.
|
|
343
|
-
# https://github.com/CocoaPods/CLAide/issues/31
|
|
344
|
-
raise Informative, 'The podspec does not validate.'
|
|
345
|
-
end
|
|
338
|
+
validator.validate
|
|
346
339
|
unless validator.validated?
|
|
347
340
|
raise Informative, 'The podspec does not validate.'
|
|
348
341
|
end
|
data/lib/trunk/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-trunk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eloy Durán
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-10-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nap
|