Release 1.5.1

parent 8ca1982f
...@@ -4,7 +4,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -4,7 +4,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
To install release candidates run `[sudo] gem install cocoapods --pre` To install release candidates run `[sudo] gem install cocoapods --pre`
## Master ## 1.5.1 (2018-05-07)
##### Enhancements ##### Enhancements
......
...@@ -7,31 +7,31 @@ GIT ...@@ -7,31 +7,31 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: cad7d1129d2e7749da7cf85baf665d9fb8c74a5c revision: 14db1616354add8708bd7a4b421ee7495ae38c7a
branch: master branch: master
specs: specs:
cocoapods-core (1.5.0) cocoapods-core (1.5.1)
activesupport (>= 4.0.2, < 6) activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4) fuzzy_match (~> 2.0.4)
nap (~> 1.0) nap (~> 1.0)
GIT GIT
remote: https://github.com/CocoaPods/Molinillo.git remote: https://github.com/CocoaPods/Molinillo.git
revision: 7b80ebfab83a49eb09f1553615c2a239703bc58b revision: 62d2053655b1cbf0058d66ba18390e00fb33e95b
branch: master branch: master
specs: specs:
molinillo (0.6.5) molinillo (0.6.5)
GIT GIT
remote: https://github.com/CocoaPods/Nanaimo.git remote: https://github.com/CocoaPods/Nanaimo.git
revision: 0761356d8d6f42248bd2ee262accfd414bc566ca revision: aa4d0c50772c4392039e70a88bd9cc944064f0ad
branch: master branch: master
specs: specs:
nanaimo (0.2.5) nanaimo (0.2.5)
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: bd3dc02dc8680e655d8f562c9f5ad196b5d9fac1 revision: b792bafe384981530c58b50345d0aed9a4130b2c
branch: master branch: master
specs: specs:
xcodeproj (1.5.7) xcodeproj (1.5.7)
...@@ -50,14 +50,14 @@ GIT ...@@ -50,14 +50,14 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: e3d4c635550e8a583962cd12769ec57d218e4a38 revision: 0ee265e0f869c8866da458a61d41c5be96dbbc67
branch: master branch: master
specs: specs:
cocoapods-downloader (1.2.0) cocoapods-downloader (1.2.0)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision: 814d115bfc40f53bb260711330c10e307e1c86e7 revision: 014a4632cb1732a8fd6d0fca1993905e5e9fadf8
branch: master branch: master
specs: specs:
cocoapods-plugins (1.0.0) cocoapods-plugins (1.0.0)
...@@ -103,10 +103,10 @@ GIT ...@@ -103,10 +103,10 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (1.5.0) cocoapods (1.5.1)
activesupport (>= 4.0.2, < 5) activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0) claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.5.0) cocoapods-core (= 1.5.1)
cocoapods-deintegrate (>= 1.0.2, < 2.0) cocoapods-deintegrate (>= 1.0.2, < 2.0)
cocoapods-downloader (>= 1.2.0, < 2.0) cocoapods-downloader (>= 1.2.0, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0)
......
module Pod module Pod
# The version of the CocoaPods command line tool. # The version of the CocoaPods command line tool.
# #
VERSION = '1.5.0'.freeze unless defined? Pod::VERSION VERSION = '1.5.1'.freeze unless defined? Pod::VERSION
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment