Commit 52e15393 authored by Eloy Duran's avatar Eloy Duran

Make the specs green with the latest specs.

parent b85b9bdf
Subproject commit 07452eae307c48bda451c55c8955282a6043f1d7 Subproject commit 5e19daf9a13f708108483037f9cd2c778f239475
...@@ -171,7 +171,7 @@ else ...@@ -171,7 +171,7 @@ else
{ 'ASIWebPageRequest (1.8.1)' => ["ASIHTTPRequest (= 1.8.1)"] }, { 'ASIWebPageRequest (1.8.1)' => ["ASIHTTPRequest (= 1.8.1)"] },
'JSONKit (1.4)', 'JSONKit (1.4)',
{ 'Reachability (2.0.4)' => ["ASIHTTPRequest (>= 1.8)"] }, { 'Reachability (2.0.4)' => ["ASIHTTPRequest (>= 1.8)"] },
'SSZipArchive (0.1.1)', 'SSZipArchive (0.1.2)',
], ],
'DEPENDENCIES' => [ 'DEPENDENCIES' => [
"ASIWebPageRequest (>= 1.8.1)", "ASIWebPageRequest (>= 1.8.1)",
......
...@@ -30,7 +30,7 @@ describe "Pod::Specification::Set" do ...@@ -30,7 +30,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.2.1 1.2 1.1 1.0].map { |v| Pod::Version.new(v) } @set.versions.should == %w[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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment