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
709ac1af
Commit
709ac1af
authored
Nov 10, 2015
by
Muhammed Yavuz Nuzumlali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add spec & changelog
parent
c42e41ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
CHANGELOG.md
CHANGELOG.md
+3
-1
installer_spec.rb
spec/unit/installer_spec.rb
+8
-0
No files found.
CHANGELOG.md
View file @
709ac1af
...
@@ -17,7 +17,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -17,7 +17,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Marcelo Fabri
](
https://github.com/marcelofabri
)
[
Marcelo Fabri
](
https://github.com/marcelofabri
)
[
#4487
](
https://github.com/CocoaPods/CocoaPods/pull/4487
)
[
#4487
](
https://github.com/CocoaPods/CocoaPods/pull/4487
)
*
Improve
`pod search`
performance while using _
`--full`
_ flag
*
Improve sorting algorithm for
`pod search`
.
*
Improve sorting algorithm for
`pod search`
.
[
Muhammed Yavuz Nuzumlalı
](
https://github.com/manuyavuz
)
[
Muhammed Yavuz Nuzumlalı
](
https://github.com/manuyavuz
)
[
cocoapods-search#12
](
https://github.com/CocoaPods/cocoapods-search/issues/12
)
[
cocoapods-search#12
](
https://github.com/CocoaPods/cocoapods-search/issues/12
)
...
@@ -76,6 +75,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -76,6 +75,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
##### Bug Fixes
##### Bug Fixes
*
Prevent installer to be run from inside sandbox directory.
[
Muhammed Yavuz Nuzumlalı
](
https://github.com/manuyavuz
)
*
Improve repo lint error message when no repo found with given name.
*
Improve repo lint error message when no repo found with given name.
[
Muhammed Yavuz Nuzumlalı
](
https://github.com/manuyavuz
)
[
Muhammed Yavuz Nuzumlalı
](
https://github.com/manuyavuz
)
[
#4142
](
https://github.com/CocoaPods/CocoaPods/issues/4142
)
[
#4142
](
https://github.com/CocoaPods/CocoaPods/issues/4142
)
...
...
spec/unit/installer_spec.rb
View file @
709ac1af
...
@@ -165,6 +165,14 @@ module Pod
...
@@ -165,6 +165,14 @@ module Pod
UI
.
warnings
.
should
.
include
'deprecated in favor of AFNetworking'
UI
.
warnings
.
should
.
include
'deprecated in favor of AFNetworking'
UI
.
warnings
.
should
.
include
'BlocksKit has been deprecated'
UI
.
warnings
.
should
.
include
'BlocksKit has been deprecated'
end
end
it
'raises if command is run inside sandbox directory'
do
Dir
.
chdir
(
@installer
.
sandbox
.
root
)
do
should
.
raise
Informative
do
@installer
.
install!
end
.
message
.
should
.
match
%r{should.*run.*outside.*Pods directory.*Current directory.*/Pods}m
end
end
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