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
42c113da
Commit
42c113da
authored
Oct 07, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Source] Don't load the specs in #search
parent
cade447b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
CHANGELOG.md
CHANGELOG.md
+8
-0
Gemfile.lock
Gemfile.lock
+1
-1
No files found.
CHANGELOG.md
View file @
42c113da
...
@@ -9,18 +9,22 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -9,18 +9,22 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
*
CocoaPods now creates and hides the schemes of its targets during the
*
CocoaPods now creates and hides the schemes of its targets during the
installation.
installation.
[
#1185
](
https://github.com/CocoaPods/CocoaPods/pull/1185
)
[
#1185
](
https://github.com/CocoaPods/CocoaPods/pull/1185
)
[
@irrationalfab
](
https://github.com/irrationalfab
)
*
The Pods project now is sorted by name.
*
The Pods project now is sorted by name.
[
#1389
](
https://github.com/CocoaPods/CocoaPods/pull/1389
)
[
#1389
](
https://github.com/CocoaPods/CocoaPods/pull/1389
)
[
@irrationalfab
](
https://github.com/irrationalfab
)
*
Added the
`documentation_url`
DSL attribute to the specifications.
*
Added the
`documentation_url`
DSL attribute to the specifications.
[
#1273
](
https://github.com/CocoaPods/CocoaPods/pull/1273
)
[
#1273
](
https://github.com/CocoaPods/CocoaPods/pull/1273
)
[
@irrationalfab
](
https://github.com/irrationalfab
)
###### Bug Fixes
###### Bug Fixes
*
The search paths of vendored frameworks and libraries now are always
*
The search paths of vendored frameworks and libraries now are always
specified relatively.
specified relatively.
[
#1405
](
https://github.com/CocoaPods/CocoaPods/pull/1405
)
[
#1405
](
https://github.com/CocoaPods/CocoaPods/pull/1405
)
[
@irrationalfab
](
https://github.com/irrationalfab
)
*
Fix an issue where CocoaPods would fail to work when used with an older
*
Fix an issue where CocoaPods would fail to work when used with an older
version of activesupport. This fix raises the dependency version to
version of activesupport. This fix raises the dependency version to
...
@@ -28,6 +32,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -28,6 +32,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Kyle Fuller
](
https://github.com/kylef
)
[
Kyle Fuller
](
https://github.com/kylef
)
[
#1407
](
https://github.com/CocoaPods/CocoaPods/issues/1407
)
[
#1407
](
https://github.com/CocoaPods/CocoaPods/issues/1407
)
*
CocoaPods will not attempt to load anymore all the version of a specification
preventing crashes if those are incompatible.
[
#1272
](
https://github.com/CocoaPods/CocoaPods/pull/1272
)
[
@irrationalfab
](
https://github.com/irrationalfab
)
## 0.25.0
## 0.25.0
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.24.0...0.25.0
)
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.24.0...0.25.0
)
...
...
Gemfile.lock
View file @
42c113da
...
@@ -7,7 +7,7 @@ GIT
...
@@ -7,7 +7,7 @@ GIT
GIT
GIT
remote: https://github.com/CocoaPods/Core.git
remote: https://github.com/CocoaPods/Core.git
revision:
49b1d82ff9fccc5cd10db9ddec71658c90686f23
revision:
11e6a7fad3231da7f58cb5d9e39b8bde75adb5dd
branch: master
branch: master
specs:
specs:
cocoapods-core (0.25.0)
cocoapods-core (0.25.0)
...
...
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