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
b2961dd2
Commit
b2961dd2
authored
Aug 06, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Specs] fix for maste repo fixture udpate.
parent
e50e8f19
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
integration_spec.rb
spec/integration_spec.rb
+1
-1
set_spec.rb
spec/unit/specification/set_spec.rb
+1
-1
No files found.
spec/integration_spec.rb
View file @
b2961dd2
...
@@ -286,7 +286,7 @@ else
...
@@ -286,7 +286,7 @@ else
# { 'ASIWebPageRequest (1.8.1)' => ["ASIHTTPRequest (= 1.8.1)"] },
# { 'ASIWebPageRequest (1.8.1)' => ["ASIHTTPRequest (= 1.8.1)"] },
'JSONKit (1.5pre)'
,
'JSONKit (1.5pre)'
,
'Reachability (3.0.0)'
,
'Reachability (3.0.0)'
,
'SSZipArchive (0.2.
1
)'
,
'SSZipArchive (0.2.
2
)'
,
],
],
'DEPENDENCIES'
=>
[
'DEPENDENCIES'
=>
[
# "ASIWebPageRequest (>= 1.8.1)",
# "ASIWebPageRequest (>= 1.8.1)",
...
...
spec/unit/specification/set_spec.rb
View file @
b2961dd2
...
@@ -10,7 +10,7 @@ describe "Pod::Specification::Set" do
...
@@ -10,7 +10,7 @@ describe "Pod::Specification::Set" do
end
end
it
"returns the versions available for this pod ordered from highest to lowest"
do
it
"returns the versions available for this pod ordered from highest to lowest"
do
@set
.
versions
.
should
==
%w[1.3.3 1.3.2 1.3.1 1.3 1.2.3 1.2.2 1.2.1 1.2 1.1 1.0]
.
map
{
|
v
|
Pod
::
Version
.
new
(
v
)
}
@set
.
versions
.
should
==
%w[1.
6 1.
3.3 1.3.2 1.3.1 1.3 1.2.3 1.2.2 1.2.1 1.2 1.1 1.0]
.
map
{
|
v
|
Pod
::
Version
.
new
(
v
)
}
end
end
it
"checks if the dependency of the specification is compatible with existing requirements"
do
it
"checks if the dependency of the specification is compatible with existing requirements"
do
...
...
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