Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed May 7, 2018
1 parent 8ca1982 commit ddb59c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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`

## Master
## 1.5.1 (2018-05-07)

##### Enhancements

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Expand Up @@ -7,31 +7,31 @@ GIT

GIT
remote: https://github.com/CocoaPods/Core.git
revision: cad7d1129d2e7749da7cf85baf665d9fb8c74a5c
revision: 14db1616354add8708bd7a4b421ee7495ae38c7a
branch: master
specs:
cocoapods-core (1.5.0)
cocoapods-core (1.5.1)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)

GIT
remote: https://github.com/CocoaPods/Molinillo.git
revision: 7b80ebfab83a49eb09f1553615c2a239703bc58b
revision: 62d2053655b1cbf0058d66ba18390e00fb33e95b
branch: master
specs:
molinillo (0.6.5)

GIT
remote: https://github.com/CocoaPods/Nanaimo.git
revision: 0761356d8d6f42248bd2ee262accfd414bc566ca
revision: aa4d0c50772c4392039e70a88bd9cc944064f0ad
branch: master
specs:
nanaimo (0.2.5)

GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: bd3dc02dc8680e655d8f562c9f5ad196b5d9fac1
revision: b792bafe384981530c58b50345d0aed9a4130b2c
branch: master
specs:
xcodeproj (1.5.7)
Expand All @@ -50,14 +50,14 @@ GIT

GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: e3d4c635550e8a583962cd12769ec57d218e4a38
revision: 0ee265e0f869c8866da458a61d41c5be96dbbc67
branch: master
specs:
cocoapods-downloader (1.2.0)

GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision: 814d115bfc40f53bb260711330c10e307e1c86e7
revision: 014a4632cb1732a8fd6d0fca1993905e5e9fadf8
branch: master
specs:
cocoapods-plugins (1.0.0)
Expand Down Expand Up @@ -103,10 +103,10 @@ GIT
PATH
remote: .
specs:
cocoapods (1.5.0)
cocoapods (1.5.1)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.5.0)
cocoapods-core (= 1.5.1)
cocoapods-deintegrate (>= 1.0.2, < 2.0)
cocoapods-downloader (>= 1.2.0, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods/gem_version.rb
@@ -1,5 +1,5 @@
module Pod
# 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

0 comments on commit ddb59c7

Please sign in to comment.