Skip to content

Commit 5990a38

Browse files
author
James Campbell
committed
Fixes external dep bug.
1 parent d615203 commit 5990a38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cocoapods-deploy.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Gem::Specification.new do |s|
55
s.name = "cocoapods-deploy"
6-
s.version = "0.0.8"
6+
s.version = "0.0.9"
77

88
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
99
s.require_paths = ["lib"]

lib/cocoapods-deploy/deploy_downloader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def download(config)
1717

1818
def download_source(config)
1919
source = ExternalSources.from_dependency(dependency, config.podfile.defined_in_file)
20-
source.fetch
20+
source.fetch(config.sandbox)
2121
end
2222

2323
def download_podspec(config)

0 commit comments

Comments
 (0)