lib/cocoapods_stats/target_mapper.rb in cocoapods-stats-1.0.0.beta.3 vs lib/cocoapods_stats/target_mapper.rb in cocoapods-stats-1.0.0.beta.4
- old
+ new
@@ -11,11 +11,11 @@
# As it's hard to look up the source of a pod, we
# can check if the pod exists in the master specs repo though
pods = root_specs.
- select { |spec| master_pods.include?(spec.name) }.
- map { |spec| { :name => spec.name, :version => spec.version.to_s } }
+ select { |spec| master_pods.include?(spec.name) }.
+ map { |spec| { :name => spec.name, :version => spec.version.to_s } }
# This will be an empty array for `integrate_targets: false` Podfiles
user_targets(target).map do |user_target|
# Send in a digested'd UUID anyway, a second layer
# of misdirection can't hurt