lib/cocoapods-binary-cache/env.rb in cocoapods-binary-cache-0.1.6 vs lib/cocoapods-binary-cache/env.rb in cocoapods-binary-cache-0.1.7

- old
+ new

@@ -11,10 +11,10 @@ def next_stage! @stage_idx += 1 if @stage_idx < stages.count - 1 end def stages - @stages ||= Pod::Podfile::DSL.prebuild_job? ? [:prebuild, :integration] : [:integration] + @stages ||= PodPrebuild.config.prebuild_job? ? [:prebuild, :integration] : [:integration] end def current_stage stages[@stage_idx] end