Commit 505f5353 authored by Fabio Pelosin's avatar Fabio Pelosin

[Lockfile] Grammar.

parent 3d2b5a3a
...@@ -258,7 +258,7 @@ module Pod ...@@ -258,7 +258,7 @@ module Pod
checksum = checksum.encode('UTF-8') if checksum.respond_to?(:encode) checksum = checksum.encode('UTF-8') if checksum.respond_to?(:encode)
checksums[spec.name] = checksum checksums[spec.name] = checksum
end end
hash["SPECS CHECKSUM"] = checksums unless checksums.empty? hash["SPEC CHECKSUMS"] = checksums unless checksums.empty?
hash["COCOAPODS"] = VERSION hash["COCOAPODS"] = VERSION
hash hash
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment