Skip to content

Commit 94c2864

Browse files
committed
Release 1.10.2
1 parent 33be0df commit 94c2864

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To install or update CocoaPods see this [guide](https://guides.cocoapods.org/usi
44

55
To install release candidates run `[sudo] gem install cocoapods --pre`
66

7-
## Master
7+
## 1.10.2 (2021-07-28)
88

99
##### Enhancements
1010

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ GIT
77

88
GIT
99
remote: https://github.com/CocoaPods/Core.git
10-
revision: 4a155d542d1735d3b168811ae8f7c2e9949a4ae7
10+
revision: 79996f3e5f712f3d6337a7d9b440a3d036bc1619
1111
branch: 1-10-stable
1212
specs:
13-
cocoapods-core (1.10.1)
13+
cocoapods-core (1.10.2)
1414
activesupport (> 5.0, < 6)
1515
addressable (~> 2.6)
1616
algoliasearch (~> 1.0)
@@ -30,17 +30,17 @@ GIT
3030

3131
GIT
3232
remote: https://github.com/CocoaPods/Nanaimo.git
33-
revision: 30bd8ecd80d7530c5f50029e1e67812170c91e96
33+
revision: 1bf2e6e8781045fed99ca7020d5007234e715dc8
3434
branch: master
3535
specs:
3636
nanaimo (0.3.0)
3737

3838
GIT
3939
remote: https://github.com/CocoaPods/Xcodeproj.git
40-
revision: 3adafadf3ff7dee3369401bb48c42f7447c2eff6
40+
revision: eeccae7275645753cbaf45d96fc4b23e4b8b3b9f
4141
branch: master
4242
specs:
43-
xcodeproj (1.19.0)
43+
xcodeproj (1.20.0)
4444
CFPropertyList (>= 2.3.3, < 4.0)
4545
atomos (~> 0.1.3)
4646
claide (>= 1.0.2, < 2.0)
@@ -57,14 +57,14 @@ GIT
5757

5858
GIT
5959
remote: https://github.com/CocoaPods/cocoapods-downloader.git
60-
revision: 1afba7c3e26b55710317f69483c1446a60fbfb2e
60+
revision: 55c2937c19baadbd3529bf9919f9626af4dea597
6161
branch: master
6262
specs:
6363
cocoapods-downloader (1.4.0)
6464

6565
GIT
6666
remote: https://github.com/CocoaPods/cocoapods-plugins.git
67-
revision: 89f05e5bbd847b82e46e5a9ee0f3953805877828
67+
revision: 5fe129c3a803dd91fac58ddc5996eecb0ddb4703
6868
branch: master
6969
specs:
7070
cocoapods-plugins (1.0.0)
@@ -79,7 +79,7 @@ GIT
7979

8080
GIT
8181
remote: https://github.com/CocoaPods/cocoapods-trunk.git
82-
revision: 00eca277d17d24c272adb6c7fa8d7c2c3fe8da3b
82+
revision: d3ae92f6364ccc02439bf439df2abc07fa58f259
8383
branch: master
8484
specs:
8585
cocoapods-trunk (1.5.0)
@@ -109,10 +109,10 @@ GIT
109109
PATH
110110
remote: .
111111
specs:
112-
cocoapods (1.10.1)
112+
cocoapods (1.10.2)
113113
addressable (~> 2.6)
114114
claide (>= 1.0.2, < 2.0)
115-
cocoapods-core (= 1.10.1)
115+
cocoapods-core (= 1.10.2)
116116
cocoapods-deintegrate (>= 1.0.3, < 2.0)
117117
cocoapods-downloader (>= 1.4.0, < 2.0)
118118
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -132,12 +132,12 @@ GEM
132132
remote: https://rubygems.org/
133133
specs:
134134
CFPropertyList (3.0.3)
135-
activesupport (5.2.4.4)
135+
activesupport (5.2.6)
136136
concurrent-ruby (~> 1.0, >= 1.0.2)
137137
i18n (>= 0.7, < 2)
138138
minitest (~> 5.1)
139139
tzinfo (~> 1.1)
140-
addressable (2.7.0)
140+
addressable (2.8.0)
141141
public_suffix (>= 2.0.2, < 5.0)
142142
algoliasearch (1.27.5)
143143
httpclient (~> 2.8, >= 2.8.3)
@@ -159,7 +159,7 @@ GEM
159159
pry (= 0.10.3)
160160
coderay (1.1.2)
161161
colored2 (3.1.2)
162-
concurrent-ruby (1.1.7)
162+
concurrent-ruby (1.1.9)
163163
cork (0.3.0)
164164
colored2 (~> 3.1)
165165
crack (0.4.3)
@@ -179,21 +179,21 @@ GEM
179179
diffy (3.2.1)
180180
docile (1.1.5)
181181
escape (0.0.4)
182-
ethon (0.12.0)
183-
ffi (>= 1.3.0)
182+
ethon (0.14.0)
183+
ffi (>= 1.15.0)
184184
faraday (0.17.3)
185185
multipart-post (>= 1.2, < 3)
186186
faraday-http-cache (1.3.1)
187187
faraday (~> 0.8)
188-
ffi (1.14.2)
188+
ffi (1.15.3)
189189
fourflusher (2.3.1)
190190
fuzzy_match (2.0.4)
191191
gh_inspector (1.1.3)
192192
git (1.7.0)
193193
rchardet (~> 1.8)
194194
hashdiff (0.3.1)
195195
httpclient (2.8.3)
196-
i18n (1.8.7)
196+
i18n (1.8.10)
197197
concurrent-ruby (~> 1.0)
198198
inch (0.8.0)
199199
pry
@@ -213,7 +213,7 @@ GEM
213213
rb-kqueue (>= 0.2)
214214
metaclass (0.0.4)
215215
method_source (0.8.2)
216-
minitest (5.14.3)
216+
minitest (5.14.4)
217217
mocha (1.2.1)
218218
metaclass (~> 0.0.1)
219219
mocha-on-bacon (0.2.3)
@@ -248,7 +248,7 @@ GEM
248248
rb-kqueue (0.2.3)
249249
ffi (>= 0.5.0)
250250
rchardet (1.8.0)
251-
rexml (3.2.4)
251+
rexml (3.2.5)
252252
rubocop (0.50.0)
253253
parallel (~> 1.10)
254254
parser (>= 2.3.3.1, < 3.0)

lib/cocoapods/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pod
22
# The version of the CocoaPods command line tool.
33
#
4-
VERSION = '1.10.1'.freeze unless defined? Pod::VERSION
4+
VERSION = '1.10.2'.freeze unless defined? Pod::VERSION
55
end

0 commit comments

Comments
 (0)