File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ To install or update CocoaPods see this [guide](https://guides.cocoapods.org/usi
44
55To install release candidates run ` [sudo] gem install cocoapods --pre `
66
7- ## Master
7+ ## 1.12.1 (2023-04-18)
88
99##### Enhancements
1010
Original file line number Diff line number Diff line change 77
88GIT
99 remote: https://github.com/CocoaPods/Core.git
10- revision: 84d294920d738e5040dbcde505311ea3b82dafbd
10+ revision: 6a316652956dd4dddc01e899e4f270b0954124e1
1111 branch: 1-12-stable
1212 specs:
13- cocoapods-core (1.12.0 )
13+ cocoapods-core (1.12.1 )
1414 activesupport (>= 5.0 , < 8 )
1515 addressable (~> 2.8 )
1616 algoliasearch (~> 1.0 )
3030
3131GIT
3232 remote: https://github.com/CocoaPods/Nanaimo.git
33- revision: f04a2e3db256497faf71a9ed4e1baa3ea810d7ac
33+ revision: 2a5c613f3f1f95903293d10ecd87ee4ce2400c75
3434 branch: master
3535 specs:
3636 nanaimo (0.3.0 )
@@ -119,10 +119,10 @@ GIT
119119PATH
120120 remote: .
121121 specs:
122- cocoapods (1.12.0 )
122+ cocoapods (1.12.1 )
123123 addressable (~> 2.8 )
124124 claide (>= 1.0.2 , < 2.0 )
125- cocoapods-core (= 1.12.0 )
125+ cocoapods-core (= 1.12.1 )
126126 cocoapods-deintegrate (>= 1.0.3 , < 2.0 )
127127 cocoapods-downloader (>= 1.6.0 , < 2.0 )
128128 cocoapods-plugins (>= 1.0.0 , < 2.0 )
@@ -143,13 +143,13 @@ GEM
143143 specs:
144144 CFPropertyList (3.0.6 )
145145 rexml
146- activesupport (6.1.7.2 )
146+ activesupport (6.1.7.3 )
147147 concurrent-ruby (~> 1.0 , >= 1.0.2 )
148148 i18n (>= 1.6 , < 2 )
149149 minitest (>= 5.1 )
150150 tzinfo (~> 2.0 )
151151 zeitwerk (~> 2.3 )
152- addressable (2.8.1 )
152+ addressable (2.8.4 )
153153 public_suffix (>= 2.0.2 , < 6.0 )
154154 algoliasearch (1.27.5 )
155155 httpclient (~> 2.8 , >= 2.8.3 )
245245 rb-kqueue (>= 0.2 )
246246 metaclass (0.0.4 )
247247 method_source (0.8.2 )
248- minitest (5.17 .0 )
248+ minitest (5.18 .0 )
249249 mocha (1.4.0 )
250250 metaclass (~> 0.0.1 )
251251 mocha-on-bacon (0.2.3 )
Original file line number Diff line number Diff line change 11module Pod
22 # The version of the CocoaPods command line tool.
33 #
4- VERSION = '1.12.0 ' . freeze unless defined? Pod ::VERSION
4+ VERSION = '1.12.1 ' . freeze unless defined? Pod ::VERSION
55end
You can’t perform that action at this time.
0 commit comments