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
12a3b8d6
Commit
12a3b8d6
authored
Aug 22, 2014
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Resolver] Reword message
via @segiddins
parent
216f6bb0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
resolver.rb
lib/cocoapods/resolver.rb
+1
-1
resolver_spec.rb
spec/unit/resolver_spec.rb
+1
-1
No files found.
lib/cocoapods/resolver.rb
View file @
12a3b8d6
...
@@ -196,7 +196,7 @@ module Pod
...
@@ -196,7 +196,7 @@ module Pod
cached_sets
[
name
]
=
set
cached_sets
[
name
]
=
set
unless
set
unless
set
raise
Informative
,
"Unable to find a specification for "
\
raise
Informative
,
"Unable to find a specification for "
\
"`
#{
dependency
}
` depende
nt
by
#{
dependent_spec
}
."
"`
#{
dependency
}
` depende
d upon
by
#{
dependent_spec
}
."
end
end
end
end
cached_sets
[
name
]
cached_sets
[
name
]
...
...
spec/unit/resolver_spec.rb
View file @
12a3b8d6
...
@@ -107,7 +107,7 @@ module Pod
...
@@ -107,7 +107,7 @@ module Pod
@resolver
.
resolve
@resolver
.
resolve
end
.
message
end
.
message
message
.
should
.
match
/Unable to find a specification/
message
.
should
.
match
/Unable to find a specification/
message
.
should
.
match
/`Windows` depende
nt
by BlocksKit/
message
.
should
.
match
/`Windows` depende
d upon
by BlocksKit/
end
end
it
'does not raise if all dependencies are supported by the platform of the target definition'
do
it
'does not raise if all dependencies are supported by the platform of the target definition'
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