File tree 3 files changed +24
-15
lines changed
3 files changed +24
-15
lines changed Original file line number Diff line number Diff line change 4
4
5
5
##### Enhancements
6
6
7
+ * None.
8
+
9
+ ##### Bug Fixes
10
+
11
+ * None.
12
+
13
+
14
+ ## 1.16.0 (2024-10-29)
15
+
16
+ ##### Enhancements
17
+
7
18
* Add ability to configure max concurrency of CDN requests through environment variable.
8
19
[ maikelvdh] ( https://github.com/maikelvdh )
9
20
[ #773 ] ( https://github.com/CocoaPods/Core/pull/773 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- cocoapods-core (1.15.2 )
4
+ cocoapods-core (1.16.0 )
5
5
activesupport (>= 5.0 , < 8 )
6
6
addressable (~> 2.8 )
7
7
algoliasearch (~> 1.0 )
15
15
GEM
16
16
remote: https://rubygems.org/
17
17
specs:
18
- activesupport (7.1.3 )
18
+ activesupport (7.1.4.2 )
19
19
base64
20
20
bigdecimal
21
21
concurrent-ruby (~> 1.0 , >= 1.0.2 )
25
25
minitest (>= 5.1 )
26
26
mutex_m
27
27
tzinfo (~> 2.0 )
28
- addressable (2.8.6 )
29
- public_suffix (>= 2.0.2 , < 6 .0 )
28
+ addressable (2.8.7 )
29
+ public_suffix (>= 2.0.2 , < 7 .0 )
30
30
algoliasearch (1.27.5 )
31
31
httpclient (~> 2.8 , >= 2.8.3 )
32
32
json (>= 1.5.1 )
33
33
ast (2.4.2 )
34
34
awesome_print (1.9.2 )
35
35
bacon (1.2.0 )
36
- base64 (0.1.1 )
37
- bigdecimal (3.1.6 )
36
+ base64 (0.1.2 )
37
+ bigdecimal (3.1.8 )
38
38
coderay (1.1.3 )
39
- concurrent-ruby (1.2.3 )
39
+ concurrent-ruby (1.3.4 )
40
40
connection_pool (2.4.1 )
41
41
crack (0.4.5 )
42
42
rexml
43
- drb (2.2.0 )
44
- ruby2_keywords
43
+ drb (2.2.1 )
45
44
ethon (0.16.0 )
46
45
ffi (>= 1.15.0 )
47
- ffi (1.16.3 )
46
+ ffi (1.17.0 )
48
47
fuzzy_match (2.0.4 )
49
48
hashdiff (1.0.1 )
50
49
httpclient (2.8.3 )
51
- i18n (1.14.1 )
50
+ i18n (1.14.6 )
52
51
concurrent-ruby (~> 1.0 )
53
- json (2.7.1 )
52
+ json (2.7.4 )
54
53
kicker (3.0.0 )
55
54
listen (~> 1.3.0 )
56
55
notify (~> 0.5.2 )
61
60
rb-kqueue (>= 0.2 )
62
61
metaclass (0.0.4 )
63
62
method_source (1.0.0 )
64
- minitest (5.22.0 )
63
+ minitest (5.25.1 )
65
64
mocha (1.4.0 )
66
65
metaclass (~> 0.0.1 )
67
66
mocha-on-bacon (0.2.3 )
108
107
rubocop (>= 1.7.0 , < 2.0 )
109
108
rubocop-ast (>= 0.4.0 )
110
109
ruby-progressbar (1.13.0 )
111
- ruby2_keywords (0.0.5 )
112
110
typhoeus (1.4.1 )
113
111
ethon (>= 0.9.0 )
114
112
tzinfo (2.0.6 )
Original file line number Diff line number Diff line change 1
1
module Pod
2
2
# The version of the cocoapods-core.
3
3
#
4
- CORE_VERSION = '1.15.2 ' . freeze unless defined? Pod ::CORE_VERSION
4
+ CORE_VERSION = '1.16.0 ' . freeze unless defined? Pod ::CORE_VERSION
5
5
end
You can’t perform that action at this time.
0 commit comments