File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CocoaPods Core Changelog
22
3- ## Master
3+ ## 1.16.0 (2024-10-29)
44
55##### Enhancements
66
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- cocoapods-core (1.15.2 )
4+ cocoapods-core (1.16.0 )
55 activesupport (>= 5.0 , < 8 )
66 addressable (~> 2.8 )
77 algoliasearch (~> 1.0 )
1515GEM
1616 remote: https://rubygems.org/
1717 specs:
18- activesupport (7.1.3 )
18+ activesupport (7.1.4.2 )
1919 base64
2020 bigdecimal
2121 concurrent-ruby (~> 1.0 , >= 1.0.2 )
2525 minitest (>= 5.1 )
2626 mutex_m
2727 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 )
3030 algoliasearch (1.27.5 )
3131 httpclient (~> 2.8 , >= 2.8.3 )
3232 json (>= 1.5.1 )
3333 ast (2.4.2 )
3434 awesome_print (1.9.2 )
3535 bacon (1.2.0 )
36- base64 (0.1.1 )
37- bigdecimal (3.1.6 )
36+ base64 (0.1.2 )
37+ bigdecimal (3.1.8 )
3838 coderay (1.1.3 )
39- concurrent-ruby (1.2.3 )
39+ concurrent-ruby (1.3.4 )
4040 connection_pool (2.4.1 )
4141 crack (0.4.5 )
4242 rexml
43- drb (2.2.0 )
44- ruby2_keywords
43+ drb (2.2.1 )
4544 ethon (0.16.0 )
4645 ffi (>= 1.15.0 )
47- ffi (1.16.3 )
46+ ffi (1.17.0 )
4847 fuzzy_match (2.0.4 )
4948 hashdiff (1.0.1 )
5049 httpclient (2.8.3 )
51- i18n (1.14.1 )
50+ i18n (1.14.6 )
5251 concurrent-ruby (~> 1.0 )
53- json (2.7.1 )
52+ json (2.7.4 )
5453 kicker (3.0.0 )
5554 listen (~> 1.3.0 )
5655 notify (~> 0.5.2 )
6160 rb-kqueue (>= 0.2 )
6261 metaclass (0.0.4 )
6362 method_source (1.0.0 )
64- minitest (5.22.0 )
63+ minitest (5.25.1 )
6564 mocha (1.4.0 )
6665 metaclass (~> 0.0.1 )
6766 mocha-on-bacon (0.2.3 )
108107 rubocop (>= 1.7.0 , < 2.0 )
109108 rubocop-ast (>= 0.4.0 )
110109 ruby-progressbar (1.13.0 )
111- ruby2_keywords (0.0.5 )
112110 typhoeus (1.4.1 )
113111 ethon (>= 0.9.0 )
114112 tzinfo (2.0.6 )
Original file line number Diff line number Diff line change 11module Pod
22 # The version of the cocoapods-core.
33 #
4- CORE_VERSION = '1.15.2 ' . freeze unless defined? Pod ::CORE_VERSION
4+ CORE_VERSION = '1.16.0 ' . freeze unless defined? Pod ::CORE_VERSION
55end
You can’t perform that action at this time.
0 commit comments