Skip to content

Commit

Permalink
Release 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Jul 28, 2021
1 parent 25f14e9 commit f324866
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CocoaPods Core Changelog

## Master
## 1.10.2 (2021-07-28)

##### Enhancements

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
cocoapods-core (1.10.1)
cocoapods-core (1.10.2)
activesupport (> 5.0, < 6)
addressable (~> 2.6)
algoliasearch (~> 1.0)
Expand All @@ -22,12 +22,12 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.4.4)
activesupport (5.2.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
Expand All @@ -36,16 +36,16 @@ GEM
awesome_print (1.8.0)
bacon (1.2.0)
coderay (1.1.3)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.9)
crack (0.4.3)
safe_yaml (~> 1.0.0)
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.14.2)
ethon (0.14.0)
ffi (>= 1.15.0)
ffi (1.15.3)
fuzzy_match (2.0.4)
hashdiff (1.0.1)
httpclient (2.8.3)
i18n (1.8.7)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
kicker (3.0.0)
listen (~> 1.3.0)
Expand All @@ -56,7 +56,7 @@ GEM
rb-kqueue (>= 0.2)
metaclass (0.0.4)
method_source (1.0.0)
minitest (5.14.3)
minitest (5.14.4)
mocha (1.4.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-core/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pod
# The version of the cocoapods-core.
#
CORE_VERSION = '1.10.1'.freeze unless defined? Pod::CORE_VERSION
CORE_VERSION = '1.10.2'.freeze unless defined? Pod::CORE_VERSION
end

0 comments on commit f324866

Please sign in to comment.