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
d6326ac8
Commit
d6326ac8
authored
Nov 19, 2014
by
Kyle Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.35.0
parent
4fb2457d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
CHANGELOG.md
CHANGELOG.md
+6
-1
Gemfile.lock
Gemfile.lock
+4
-4
gem_version.rb
lib/cocoapods/gem_version.rb
+1
-1
No files found.
CHANGELOG.md
View file @
d6326ac8
...
@@ -4,7 +4,12 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -4,7 +4,12 @@ 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
## 0.35.0
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.34.4...0.35.0
)
•
[
CocoaPods-Core
](
https://github.com/CocoaPods/Core/compare/0.34.4...0.35.0
)
•
[
Xcodeproj
](
https://github.com/CocoaPods/Xcodeproj/compare/0.19.4...0.20.2
)
•
[
cocoapods-downloader
](
https://github.com/CocoaPods/cocoapods-downloader/compare/0.7.2...0.8.0
)
##### Enhancements
##### Enhancements
...
...
Gemfile.lock
View file @
d6326ac8
GIT
GIT
remote: https://github.com/CocoaPods/Core.git
remote: https://github.com/CocoaPods/Core.git
revision:
320bb0cf36d38f038a6478ad87618dd8bf148ffc
revision:
8d0a5072f64a780dc3f7ef919a66bf82dcfc524d
branch: master
branch: master
specs:
specs:
cocoapods-core (0.35.0
.rc2
)
cocoapods-core (0.35.0)
activesupport (>= 3.2.15)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
fuzzy_match (~> 2.0.4)
nap (~> 0.8.0)
nap (~> 0.8.0)
...
@@ -58,10 +58,10 @@ GIT
...
@@ -58,10 +58,10 @@ GIT
PATH
PATH
remote: .
remote: .
specs:
specs:
cocoapods (0.35.0
.rc2
)
cocoapods (0.35.0)
activesupport (>= 3.2.15)
activesupport (>= 3.2.15)
claide (~> 0.7.0)
claide (~> 0.7.0)
cocoapods-core (= 0.35.0
.rc2
)
cocoapods-core (= 0.35.0)
cocoapods-downloader (~> 0.8.0)
cocoapods-downloader (~> 0.8.0)
cocoapods-plugins (~> 0.3.1)
cocoapods-plugins (~> 0.3.1)
cocoapods-trunk (~> 0.4.1)
cocoapods-trunk (~> 0.4.1)
...
...
lib/cocoapods/gem_version.rb
View file @
d6326ac8
module
Pod
module
Pod
# The version of the cocoapods command line tool.
# The version of the cocoapods command line tool.
#
#
VERSION
=
'0.35.0
.rc2
'
unless
defined?
Pod
::
VERSION
VERSION
=
'0.35.0'
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