lib/command/executor/fetcher.rb in cocoapods-binary-cache-0.1.9 vs lib/command/executor/fetcher.rb in cocoapods-binary-cache-0.1.10

- old
+ new

@@ -1,9 +1,11 @@ require_relative "base" require_relative "../helper/zip" module PodPrebuild class CacheFetcher < CommandExecutor + attr_reader :cache_branch + def initialize(options) super(options) @cache_branch = options[:cache_branch] end