Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
ddb59c7f
Unverified
Commit
ddb59c7f
authored
May 07, 2018
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.5.1
parent
8ca1982f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
CHANGELOG.md
CHANGELOG.md
+1
-1
Gemfile.lock
Gemfile.lock
+9
-9
gem_version.rb
lib/cocoapods/gem_version.rb
+1
-1
No files found.
CHANGELOG.md
View file @
ddb59c7f
...
@@ -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
...
...
Gemfile.lock
View file @
ddb59c7f
...
@@ -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:
7b80ebfab83a49eb09f1553615c2a239703bc58
b
revision:
62d2053655b1cbf0058d66ba18390e00fb33e95
b
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: b
d3dc02dc8680e655d8f562c9f5ad196b5d9fac1
revision: b
792bafe384981530c58b50345d0aed9a4130b2c
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)
...
...
lib/cocoapods/gem_version.rb
View file @
ddb59c7f
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment