From ddb59c7f14024636e56d59dbba7537f1a8414b5d Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Sun, 6 May 2018 22:18:58 -0700 Subject: [PATCH] Release 1.5.1 --- CHANGELOG.md | 2 +- Gemfile.lock | 18 +++++++++--------- lib/cocoapods/gem_version.rb | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 252ee69154..4559b56880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 60ac5943fc..255c42bfbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) diff --git a/lib/cocoapods/gem_version.rb b/lib/cocoapods/gem_version.rb index 9366d4dd02..9773c5a0f1 100644 --- a/lib/cocoapods/gem_version.rb +++ b/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