cocoapods-trunk 0.6.0 → 1.4.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 +5 -5
- data/.rubocop_cocoapods.yml +29 -2
- data/.travis.yml +16 -15
- data/CHANGELOG.md +258 -9
- data/Gemfile +3 -1
- data/Gemfile.lock +103 -70
- data/README.md +1 -1
- data/cocoapods-trunk.gemspec +4 -4
- data/lib/cocoapods_trunk.rb +1 -1
- data/lib/pod/command/trunk/add_owner.rb +4 -1
- data/lib/pod/command/trunk/delete.rb +70 -0
- data/lib/pod/command/trunk/deprecate.rb +48 -0
- data/lib/pod/command/trunk/info.rb +2 -0
- data/lib/pod/command/trunk/me.rb +2 -0
- data/lib/pod/command/trunk/push.rb +73 -21
- data/lib/pod/command/trunk/register.rb +10 -7
- data/lib/pod/command/trunk/remove_owner.rb +4 -1
- data/lib/pod/command/trunk.rb +44 -9
- data/spec/command/trunk/addowner_spec.rb +2 -2
- data/spec/command/trunk/delete_spec.rb +68 -0
- data/spec/command/trunk/deprecate_spec.rb +58 -0
- data/spec/command/trunk/info_spec.rb +1 -1
- data/spec/command/trunk/me_spec.rb +2 -2
- data/spec/command/trunk/push_spec.rb +193 -9
- data/spec/command/trunk/register_spec.rb +2 -2
- data/spec/command/trunk/remove_owner_spec.rb +1 -1
- data/spec/command/trunk_spec.rb +1 -1
- data/spec/spec_helper.rb +30 -7
- metadata +36 -25
metadata
CHANGED
|
@@ -1,71 +1,77 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-trunk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.4.1
|
|
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:
|
|
11
|
+
date: 2019-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nap
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '0.8'
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '2.0'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- -
|
|
27
|
+
- - ">="
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: '0.8'
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '2.0'
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: netrc
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
30
36
|
requirements:
|
|
31
|
-
- -
|
|
37
|
+
- - "~>"
|
|
32
38
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.
|
|
39
|
+
version: '0.11'
|
|
34
40
|
type: :runtime
|
|
35
41
|
prerelease: false
|
|
36
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
43
|
requirements:
|
|
38
|
-
- -
|
|
44
|
+
- - "~>"
|
|
39
45
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.
|
|
46
|
+
version: '0.11'
|
|
41
47
|
- !ruby/object:Gem::Dependency
|
|
42
48
|
name: bundler
|
|
43
49
|
requirement: !ruby/object:Gem::Requirement
|
|
44
50
|
requirements:
|
|
45
|
-
- - ~>
|
|
51
|
+
- - "~>"
|
|
46
52
|
- !ruby/object:Gem::Version
|
|
47
53
|
version: '1.3'
|
|
48
54
|
type: :development
|
|
49
55
|
prerelease: false
|
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
57
|
requirements:
|
|
52
|
-
- - ~>
|
|
58
|
+
- - "~>"
|
|
53
59
|
- !ruby/object:Gem::Version
|
|
54
60
|
version: '1.3'
|
|
55
61
|
- !ruby/object:Gem::Dependency
|
|
56
62
|
name: rake
|
|
57
63
|
requirement: !ruby/object:Gem::Requirement
|
|
58
64
|
requirements:
|
|
59
|
-
- -
|
|
65
|
+
- - "~>"
|
|
60
66
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '0'
|
|
67
|
+
version: '10.0'
|
|
62
68
|
type: :development
|
|
63
69
|
prerelease: false
|
|
64
70
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
71
|
requirements:
|
|
66
|
-
- -
|
|
72
|
+
- - "~>"
|
|
67
73
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '0'
|
|
74
|
+
version: '10.0'
|
|
69
75
|
description:
|
|
70
76
|
email:
|
|
71
77
|
- eloy.de.enige@gmail.com
|
|
@@ -73,12 +79,12 @@ executables: []
|
|
|
73
79
|
extensions: []
|
|
74
80
|
extra_rdoc_files: []
|
|
75
81
|
files:
|
|
76
|
-
- .gitignore
|
|
77
|
-
- .kick
|
|
78
|
-
- .rubocop.yml
|
|
79
|
-
- .rubocop_cocoapods.yml
|
|
80
|
-
- .rubocop_todo.yml
|
|
81
|
-
- .travis.yml
|
|
82
|
+
- ".gitignore"
|
|
83
|
+
- ".kick"
|
|
84
|
+
- ".rubocop.yml"
|
|
85
|
+
- ".rubocop_cocoapods.yml"
|
|
86
|
+
- ".rubocop_todo.yml"
|
|
87
|
+
- ".travis.yml"
|
|
82
88
|
- CHANGELOG.md
|
|
83
89
|
- Gemfile
|
|
84
90
|
- Gemfile.lock
|
|
@@ -90,12 +96,16 @@ files:
|
|
|
90
96
|
- lib/cocoapods_trunk.rb
|
|
91
97
|
- lib/pod/command/trunk.rb
|
|
92
98
|
- lib/pod/command/trunk/add_owner.rb
|
|
99
|
+
- lib/pod/command/trunk/delete.rb
|
|
100
|
+
- lib/pod/command/trunk/deprecate.rb
|
|
93
101
|
- lib/pod/command/trunk/info.rb
|
|
94
102
|
- lib/pod/command/trunk/me.rb
|
|
95
103
|
- lib/pod/command/trunk/push.rb
|
|
96
104
|
- lib/pod/command/trunk/register.rb
|
|
97
105
|
- lib/pod/command/trunk/remove_owner.rb
|
|
98
106
|
- spec/command/trunk/addowner_spec.rb
|
|
107
|
+
- spec/command/trunk/delete_spec.rb
|
|
108
|
+
- spec/command/trunk/deprecate_spec.rb
|
|
99
109
|
- spec/command/trunk/info_spec.rb
|
|
100
110
|
- spec/command/trunk/me_spec.rb
|
|
101
111
|
- spec/command/trunk/push_spec.rb
|
|
@@ -104,7 +114,7 @@ files:
|
|
|
104
114
|
- spec/command/trunk_spec.rb
|
|
105
115
|
- spec/fixtures/BananaLib.podspec
|
|
106
116
|
- spec/spec_helper.rb
|
|
107
|
-
homepage:
|
|
117
|
+
homepage: https://github.com/CocoaPods/cocoapods-trunk
|
|
108
118
|
licenses:
|
|
109
119
|
- MIT
|
|
110
120
|
metadata: {}
|
|
@@ -114,22 +124,23 @@ require_paths:
|
|
|
114
124
|
- lib
|
|
115
125
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
116
126
|
requirements:
|
|
117
|
-
- -
|
|
127
|
+
- - ">="
|
|
118
128
|
- !ruby/object:Gem::Version
|
|
119
129
|
version: 2.0.0
|
|
120
130
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
131
|
requirements:
|
|
122
|
-
- -
|
|
132
|
+
- - ">="
|
|
123
133
|
- !ruby/object:Gem::Version
|
|
124
134
|
version: '0'
|
|
125
135
|
requirements: []
|
|
126
|
-
|
|
127
|
-
rubygems_version: 2.0.14
|
|
136
|
+
rubygems_version: 3.0.3
|
|
128
137
|
signing_key:
|
|
129
138
|
specification_version: 4
|
|
130
139
|
summary: Interact with trunk.cocoapods.org
|
|
131
140
|
test_files:
|
|
132
141
|
- spec/command/trunk/addowner_spec.rb
|
|
142
|
+
- spec/command/trunk/delete_spec.rb
|
|
143
|
+
- spec/command/trunk/deprecate_spec.rb
|
|
133
144
|
- spec/command/trunk/info_spec.rb
|
|
134
145
|
- spec/command/trunk/me_spec.rb
|
|
135
146
|
- spec/command/trunk/push_spec.rb
|