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
1ccc1c7d
Commit
1ccc1c7d
authored
Nov 06, 2014
by
Kyle Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.35.0.rc2
parent
087cc94c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
CHANGELOG.md
CHANGELOG.md
+1
-1
Gemfile.lock
Gemfile.lock
+7
-7
gem_version.rb
lib/cocoapods/gem_version.rb
+1
-1
No files found.
CHANGELOG.md
View file @
1ccc1c7d
...
...
@@ -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
##
0.35.0.rc2
##### Enhancements
...
...
Gemfile.lock
View file @
1ccc1c7d
...
...
@@ -7,10 +7,10 @@ GIT
GIT
remote: https://github.com/CocoaPods/Core.git
revision:
4c7709ceb26c1d555a765d8a8ec8198bcb94fc0c
revision:
a00e38bc4ad61cb4cf23a5accba4ef25e48871a5
branch: master
specs:
cocoapods-core (0.35.0.rc
1
)
cocoapods-core (0.35.0.rc
2
)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
nap (~> 0.8.0)
...
...
@@ -48,10 +48,10 @@ GIT
GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision:
a32be4710bb9e69bb433a10ad7c8ec22a400d90c
revision:
7d5845dd63d3174238465a4aa3a760528f791096
branch: master
specs:
cocoapods-trunk (0.
3.2
)
cocoapods-trunk (0.
4.0
)
nap (>= 0.8)
netrc (= 0.7.8)
...
...
@@ -65,13 +65,13 @@ GIT
PATH
remote: .
specs:
cocoapods (0.35.0.rc
1
)
cocoapods (0.35.0.rc
2
)
activesupport (>= 3.2.15)
claide (~> 0.7.0)
cocoapods-core (= 0.35.0.rc
1
)
cocoapods-core (= 0.35.0.rc
2
)
cocoapods-downloader (~> 0.7.2)
cocoapods-plugins (~> 0.3.1)
cocoapods-trunk (~> 0.
3.2
)
cocoapods-trunk (~> 0.
4.0
)
cocoapods-try (~> 0.4.2)
colored (~> 1.2)
escape (~> 0.0.4)
...
...
lib/cocoapods/gem_version.rb
View file @
1ccc1c7d
module
Pod
# The version of the cocoapods command line tool.
#
VERSION
=
'0.35.0.rc
1
'
unless
defined?
Pod
::
VERSION
VERSION
=
'0.35.0.rc
2
'
unless
defined?
Pod
::
VERSION
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