Skip to content

Commit

Permalink
Fixes external dep bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Campbell committed Apr 20, 2016
1 parent d615203 commit 5990a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cocoapods-deploy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@

Gem::Specification.new do |s|
s.name = "cocoapods-deploy"
s.version = "0.0.8"
s.version = "0.0.9"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-deploy/deploy_downloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 17,7 @@ def download(config)

def download_source(config)
source = ExternalSources.from_dependency(dependency, config.podfile.defined_in_file)
source.fetch
source.fetch(config.sandbox)
end

def download_podspec(config)
Expand Down

0 comments on commit 5990a38

Please sign in to comment.