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
7b9a2415
Commit
7b9a2415
authored
Mar 15, 2016
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.0.0.beta.6
parent
ab05e2c9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
CHANGELOG.md
CHANGELOG.md
+1
-1
Gemfile.lock
Gemfile.lock
+8
-8
gem_version.rb
lib/cocoapods/gem_version.rb
+1
-1
No files found.
CHANGELOG.md
View file @
7b9a2415
...
@@ -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.0.0.beta.6 (2016-03-15)
##### Breaking
##### Breaking
...
...
Gemfile.lock
View file @
7b9a2415
...
@@ -7,24 +7,24 @@ GIT
...
@@ -7,24 +7,24 @@ GIT
GIT
GIT
remote: https://github.com/CocoaPods/Core.git
remote: https://github.com/CocoaPods/Core.git
revision:
66c7b3b40fde614bb3eb6e287c25da4dfc6529c1
revision:
33d5fbcfb956cfef621bfb1b03e0880d6de4a546
branch: master
branch: master
specs:
specs:
cocoapods-core (1.0.0.beta.
5
)
cocoapods-core (1.0.0.beta.
6
)
activesupport (>= 4.0.2)
activesupport (>= 4.0.2)
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:
75a5c1272a68ea76581535a9441d8be64b7dd362
revision:
3fc883313a3a386403481e331af2b990bb9dba31
branch: master
branch: master
specs:
specs:
molinillo (0.4.4)
molinillo (0.4.4)
GIT
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
remote: https://github.com/CocoaPods/Xcodeproj.git
revision:
c899268b9830af495d13654e01d2202cbdc42a49
revision:
d033c21ca25fa9757b1f949a7be7e6bf830118d0
branch: master
branch: master
specs:
specs:
xcodeproj (1.0.0.beta.3)
xcodeproj (1.0.0.beta.3)
...
@@ -48,7 +48,7 @@ GIT
...
@@ -48,7 +48,7 @@ GIT
GIT
GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git
remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision:
b8c10c14071f4199be452926a961c565ca12d048
revision:
053ec831e0df60b366ce08f397fb7ae40ade21f7
branch: master
branch: master
specs:
specs:
cocoapods-plugins (1.0.0.beta.1)
cocoapods-plugins (1.0.0.beta.1)
...
@@ -56,7 +56,7 @@ GIT
...
@@ -56,7 +56,7 @@ GIT
GIT
GIT
remote: https://github.com/CocoaPods/cocoapods-search.git
remote: https://github.com/CocoaPods/cocoapods-search.git
revision:
02e3d06276776bbe59d54b2805d3290e115401dd
revision:
87ece1f12f131da8f988057d0b0db565ada9069a
branch: master
branch: master
specs:
specs:
cocoapods-search (1.0.0.beta.1)
cocoapods-search (1.0.0.beta.1)
...
@@ -94,10 +94,10 @@ GIT
...
@@ -94,10 +94,10 @@ GIT
PATH
PATH
remote: .
remote: .
specs:
specs:
cocoapods (1.0.0.beta.
5
)
cocoapods (1.0.0.beta.
6
)
activesupport (>= 4.0.2)
activesupport (>= 4.0.2)
claide (>= 1.0.0.beta.3, < 2.0)
claide (>= 1.0.0.beta.3, < 2.0)
cocoapods-core (= 1.0.0.beta.
5
)
cocoapods-core (= 1.0.0.beta.
6
)
cocoapods-deintegrate (>= 1.0.0.beta.1, < 2.0)
cocoapods-deintegrate (>= 1.0.0.beta.1, < 2.0)
cocoapods-downloader (>= 1.0.0.beta.2, < 2.0)
cocoapods-downloader (>= 1.0.0.beta.2, < 2.0)
cocoapods-plugins (>= 1.0.0.beta.1, < 2.0)
cocoapods-plugins (>= 1.0.0.beta.1, < 2.0)
...
...
lib/cocoapods/gem_version.rb
View file @
7b9a2415
module
Pod
module
Pod
# The version of the CocoaPods command line tool.
# The version of the CocoaPods command line tool.
#
#
VERSION
=
'1.0.0.beta.
5
'
.
freeze
unless
defined?
Pod
::
VERSION
VERSION
=
'1.0.0.beta.
6
'
.
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