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
968a6d04
Commit
968a6d04
authored
Jul 01, 2012
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 0.6.0
parent
fbad005f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
Gemfile.lock
Gemfile.lock
+1
-1
cocoapods.rb
lib/cocoapods.rb
+1
-1
master
spec/fixtures/spec-repos/master
+1
-1
resolver_spec.rb
spec/unit/resolver_spec.rb
+2
-2
No files found.
Gemfile.lock
View file @
968a6d04
...
@@ -8,7 +8,7 @@ GIT
...
@@ -8,7 +8,7 @@ GIT
PATH
PATH
remote: .
remote: .
specs:
specs:
cocoapods (0.6.0
.rc5
)
cocoapods (0.6.0)
colored (~> 1.2)
colored (~> 1.2)
escape (~> 0.0.4)
escape (~> 0.0.4)
faraday (~> 0.8.1)
faraday (~> 0.8.1)
...
...
lib/cocoapods.rb
View file @
968a6d04
module
Pod
module
Pod
VERSION
=
'0.6.0
.rc5
'
VERSION
=
'0.6.0'
class
PlainInformative
<
StandardError
class
PlainInformative
<
StandardError
end
end
...
...
master
@
bd787fdf
Subproject commit
7e76f3d2314fe5ce1948d7ce7ac0232748587d8a
Subproject commit
bd787fdfb4e53132cafd74e9ff40936377a542c7
spec/unit/resolver_spec.rb
View file @
968a6d04
...
@@ -17,13 +17,14 @@ describe "Pod::Resolver" do
...
@@ -17,13 +17,14 @@ describe "Pod::Resolver" do
@resolver
.
cached_sets
.
values
.
sort_by
(
&
:name
).
should
==
[
@resolver
.
cached_sets
.
values
.
sort_by
(
&
:name
).
should
==
[
Pod
::
Spec
::
Set
.
new
(
config
.
repos_dir
+
'master/A2DynamicDelegate'
),
Pod
::
Spec
::
Set
.
new
(
config
.
repos_dir
+
'master/A2DynamicDelegate'
),
Pod
::
Spec
::
Set
.
new
(
config
.
repos_dir
+
'master/BlocksKit'
),
Pod
::
Spec
::
Set
.
new
(
config
.
repos_dir
+
'master/BlocksKit'
),
Pod
::
Spec
::
Set
.
new
(
config
.
repos_dir
+
'master/libffi'
),
].
sort_by
(
&
:name
)
].
sort_by
(
&
:name
)
end
end
it
"returns all specs needed for the dependency"
do
it
"returns all specs needed for the dependency"
do
specs
=
@resolver
.
resolve
.
values
.
flatten
specs
=
@resolver
.
resolve
.
values
.
flatten
specs
.
map
(
&
:class
).
uniq
.
should
==
[
Pod
::
Specification
]
specs
.
map
(
&
:class
).
uniq
.
should
==
[
Pod
::
Specification
]
specs
.
map
(
&
:name
).
sort
.
should
==
%w{ A2DynamicDelegate BlocksKit }
specs
.
map
(
&
:name
).
sort
.
should
==
%w{ A2DynamicDelegate BlocksKit
libffi
}
end
end
it
"does not raise if all dependencies match the platform of the root spec (Podfile)"
do
it
"does not raise if all dependencies match the platform of the root spec (Podfile)"
do
...
@@ -106,7 +107,6 @@ describe "Pod::Resolver" do
...
@@ -106,7 +107,6 @@ describe "Pod::Resolver" do
RestKit/ObjectMapping/JSON
RestKit/ObjectMapping/JSON
RestKit/UI
RestKit/UI
SOCKit
SOCKit
UDTableView
cocoa-oauth
cocoa-oauth
}
}
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