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
0c6c70b2
Commit
0c6c70b2
authored
Sep 09, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix specs
parent
0b348a13
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
Gemfile.lock
Gemfile.lock
+4
-4
cocoapods.rb
lib/cocoapods.rb
+1
-0
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
installer_spec.rb
spec/unit/installer_spec.rb
+2
-2
No files found.
Gemfile.lock
View file @
0c6c70b2
...
@@ -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:
9e592ef498539c732c2dd30bf32a40850117a4da
revision:
d7d34813894b7b08c8e19f137a3b04cd6fcc92b0
branch: master
branch: master
specs:
specs:
cocoapods-core (0.24.0)
cocoapods-core (0.24.0)
...
@@ -17,7 +17,7 @@ GIT
...
@@ -17,7 +17,7 @@ GIT
GIT
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
remote: https://github.com/CocoaPods/Xcodeproj.git
revision:
84782b972ef24e7565eaf9ab96a0bb1cb4c0521f
revision:
41644f62741f5fb71d776b08bfb1e55c017f75e7
branch: master
branch: master
specs:
specs:
xcodeproj (0.10.1)
xcodeproj (0.10.1)
...
@@ -41,7 +41,7 @@ GIT
...
@@ -41,7 +41,7 @@ GIT
GIT
GIT
remote: https://github.com/irrationalfab/PrettyBacon.git
remote: https://github.com/irrationalfab/PrettyBacon.git
revision:
0da7e231bf597005aaa4efb4c2cd837336a6b42b
revision:
926c214ade1ec1cbc9544d603e36f15a780f7e68
branch: master
branch: master
specs:
specs:
prettybacon (0.0.1)
prettybacon (0.0.1)
...
@@ -99,7 +99,7 @@ GEM
...
@@ -99,7 +99,7 @@ GEM
metaclass (~> 0.0.1)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2)
mocha-on-bacon (0.2.2)
mocha (>= 0.13.0)
mocha (>= 0.13.0)
multi_json (1.
7.9
)
multi_json (1.
8.0
)
nap (0.5.1)
nap (0.5.1)
open4 (1.3.0)
open4 (1.3.0)
posix-spawn (0.3.6)
posix-spawn (0.3.6)
...
...
lib/cocoapods.rb
View file @
0c6c70b2
...
@@ -13,6 +13,7 @@ module Pod
...
@@ -13,6 +13,7 @@ module Pod
#
#
class
Informative
<
PlainInformative
class
Informative
<
PlainInformative
def
message
def
message
puts
"CALL"
"[!]
#{
super
}
"
.
red
"[!]
#{
super
}
"
.
red
end
end
end
end
...
...
cocoapods-integration-specs
@
026d48bf
Subproject commit
6d461aae9302a79a745e95445159adae2be2924e
Subproject commit
026d48bf5642c3646bcadb174a3e8f1181798aa8
spec/unit/installer_spec.rb
View file @
0c6c70b2
...
@@ -344,8 +344,8 @@ module Pod
...
@@ -344,8 +344,8 @@ module Pod
@installer
.
send
(
:prepare_pods_project
)
@installer
.
send
(
:prepare_pods_project
)
end
end
it
"recursively sorts the project
by type
"
do
it
"recursively sorts the project"
do
@installer
.
pods_project
.
main_group
.
expects
(
:
recursively_sort_by_type
)
@installer
.
pods_project
.
main_group
.
expects
(
:
sort
)
@installer
.
send
(
:write_pod_project
)
@installer
.
send
(
:write_pod_project
)
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