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
b6a04051
Commit
b6a04051
authored
Mar 30, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG
parent
d63e2ab5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
CHANGELOG.md
CHANGELOG.md
+9
-0
Rakefile
Rakefile
+1
-1
No files found.
CHANGELOG.md
View file @
b6a04051
## 0.17.1
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.17.0...0.17.1
)
•
[
cocoapods-core
](
https://github.com/CocoaPods/Core/compare/0.17.0...0.17.1
)
###### Bug fixes
*
Always create the CACHE_ROOT directory when performing a search.
[
#917
](
https://github.com/CocoaPods/CocoaPods/issues/917
)
## 0.17.0
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.17.0.rc7...0.17.0
)
•
[
cocoapods-core
](
https://github.com/CocoaPods/Core/compare/0.17.0.rc7...0.17.0
)
...
...
Rakefile
View file @
b6a04051
...
...
@@ -79,7 +79,7 @@ namespace :gem do
require
'date'
# First check if the required
Xcodeproj gem has
been pushed
# First check if the required
gems have
been pushed
gem_spec
=
eval
(
File
.
read
(
File
.
expand_path
(
'../cocoapods.gemspec'
,
__FILE__
)))
gem_names
=
[
'xcodeproj'
,
'cocoapods-core'
,
'cocoapods-downloader'
,
'claide'
]
gem_names
.
each
do
|
gem_name
|
...
...
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