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
a6aef743
Commit
a6aef743
authored
Jan 13, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update bundle and make specs green.
parent
3efdcdad
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
16 deletions
+18
-16
Gemfile.lock
Gemfile.lock
+16
-14
downloader_spec.rb
spec/functional/downloader_spec.rb
+2
-2
No files found.
Gemfile.lock
View file @
a6aef743
GIT
remote: git://github.com/CocoaPods/Xcodeproj.git
revision:
d599d4ed17763aa5eb03382a17a6243e11beda2e
revision:
39b060359900d5d319f8e42e50d641ef58bf7825
specs:
xcodeproj (0.4.
0
)
xcodeproj (0.4.
1
)
activesupport (~> 3.2.6)
colored (~> 1.2)
...
...
@@ -32,50 +32,52 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.
9
)
activesupport (3.2.
11
)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
awesome_print (1.1.0)
bacon (1.
1
.0)
bacon (1.
2
.0)
coderay (1.0.8)
colored (1.2)
crack (0.3.
1
)
crack (0.3.
2
)
escape (0.0.4)
faraday (0.8.4)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
github-markup (0.7.
4
)
github-markup (0.7.
5
)
hashie (1.2.0)
i18n (0.6.1)
json (1.7.
5
)
listen (0.
6.0
)
json (1.7.
6
)
listen (0.
7.2
)
metaclass (0.0.1)
method_source (0.8.1)
mocha (0.11.4)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.1)
mocha (>= 0.9.8)
multi_json (1.
3.7
)
multi_json (1.
5.0
)
multipart-post (1.1.5)
octokit (1.18.0)
netrc (0.7.7)
octokit (1.21.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.
8
)
faraday_middleware (~> 0.
9
)
hashie (~> 1.2)
multi_json (~> 1.3)
netrc (~> 0.7.7)
open4 (1.3.0)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
rake (0.9.
5
)
rb-fsevent (0.9.
2
)
rake (0.9.
6
)
rb-fsevent (0.9.
3
)
redcarpet (2.2.2)
slop (3.3.3)
terminal-notifier (1.4.2)
vcr (2.
3
.0)
vcr (2.
4
.0)
webmock (1.9.0)
addressable (>= 2.2.7)
crack (>= 0.1.7)
...
...
spec/functional/downloader_spec.rb
View file @
a6aef743
...
...
@@ -74,8 +74,8 @@ module Pod
downloader
=
Downloader
.
for_pod
(
@pod
)
VCR
.
use_cassette
(
'tarballs'
,
:record
=>
:new_episodes
)
{
downloader
.
download
}
(
@pod
.
root
+
'G
oogleAdMobSearchAdsSDK/G
ADSearchRequest.h'
).
should
.
exist
(
@pod
.
root
+
'G
oogleAdMobSearchAdsSDK/G
ADSearchRequest.h'
).
read
.
strip
.
should
=~
/Google Search Ads iOS SDK/
(
@pod
.
root
+
'GADSearchRequest.h'
).
should
.
exist
(
@pod
.
root
+
'GADSearchRequest.h'
).
read
.
strip
.
should
=~
/Google Search Ads iOS SDK/
end
it
"raises if it fails to download"
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